]> granicus.if.org Git - check/commitdiff
NEWS and INSTALL changes
authoramalec <amalec@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 18 Aug 2001 05:24:32 +0000 (05:24 +0000)
committeramalec <amalec@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 18 Aug 2001 05:24:32 +0000 (05:24 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@75 64e312b2-a51f-0410-8e61-82d0ca0eb02a

check/INSTALL
check/NEWS

index b42a17ac4640e9a2bfe5e480e44d0eef3f365928..966e0b85970328a51816a3ce3587bb6a3650526d 100644 (file)
@@ -1,8 +1,6 @@
 Basic Installation
 ==================
 
-   These are generic installation instructions.
-
    The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
 those values to create a `Makefile' in each directory of the package.
@@ -51,6 +49,11 @@ The simplest way to compile this package is:
      all sorts of other programs in order to regenerate files that came
      with the distribution.
 
+If you have an RPM or debian-based system, there are automated builds
+for both RPMs and .debs. The rpm target to make (make rpm) will build
+RPMs (set RPMFLAGS if you need control over the
+build). dpkg-buildpackage will build the .deb.
+
 Compilers and Options
 =====================
 
@@ -114,10 +117,6 @@ is something like `gnu-as' or `x' (for the X Window System).  The
 `README' should mention any `--enable-' and `--with-' options that the
 package recognizes.
 
-   For packages that use the X Window System, `configure' can usually
-find the X include and library files automatically, but if it doesn't,
-you can use the `configure' options `--x-includes=DIR' and
-`--x-libraries=DIR' to specify their locations.
 
 Specifying the System Type
 ==========================
index a2cefc0e7d4eb3af2845910b16a38da5ccd10d1e..215ef3df620d37fddd67d31c61a19ced66bfb758 100644 (file)
@@ -1,3 +1,26 @@
+Fri Aug 17, 2001:
+Released Check 0.7.2
+
+Automated RPM packaging, and included debian packaging. The makefiles
+now has an rpm target (the RPMFLAGS variable can be set to add
+additional flags to RPM). Debian packages are built the ordinary way
+(dpkg-buildpackage).
+
+Moved the example*.* files to tutorial*.*, since the docs really are
+tutorials. Beefed up the tutorial docs to add clarity to the behavior
+of fixture setup/teardown (based on a helpful critique by Fred Drake),
+and to document the static nature of unit tests demanded by the bug
+fix below.
+
+Many bugfixes: added -Wall to the CCFLAGS for gcc, and fixed a mess of
+warnings that resulted. Changed a bizarre naming mismatch in
+tcase_set_fixture (masked by the lack of compile warnings), and made
+unit tests static (both bugfixes suggested by Fred Drake). Also added
+a more sophisticated test of Lyx to (hopefully) ensure that Lyx
+supports linuxdoc (but it's not clear to me how to test that for
+sure).
+
+
 Wed Jul 30, 2001:
 Released Check 0.7.1