*** empty log message ***
authorRob Browning <rlb@defaultvalue.org>
Thu, 20 Sep 2001 16:48:02 +0000 (16:48 +0000)
committerRob Browning <rlb@defaultvalue.org>
Thu, 20 Sep 2001 16:48:02 +0000 (16:48 +0000)
ChangeLog
RELEASE
libguile/ChangeLog

index 61b2cc7..596a795 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-09-20  Rob Browning  <rlb@defaultvalue.org>
+
+       * configure.in (AC_CONFIG_FILES): add libguile/version.h.
+
+2001-09-11  Rob Browning  <rlb@defaultvalue.org>
+
+       * RELEASE: Deleted Ian Grant and Julian Satchell's addresses from
+       the testing list since they're no longer functional.
+
 2001-09-04  Thien-Thi Nguyen  <ttn@revel.glug.org>
 
        * TODO:
diff --git a/RELEASE b/RELEASE
index 8289964..f1ae2e0 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -29,14 +29,6 @@ Tom Tromey <tromey@cygnus.com>:
   mips-sgi-irix6.3
   sparc-sun-sunos4.1.4
 
-Ian Grant <I.A.N.Grant@damtp.cam.ac.uk>:
-
-  alpha-dec-osf4.0e
-
-Julian Satchell <satchell@merry.dra.hmg.gb>:
-
-  dec-mips-ultrix
-
 Perry Metzger <perry@piermont.com>
 
   NetBSD
@@ -201,7 +193,7 @@ Once you've got a disty that seems pretty solid:
 
 Punting checklist:
 
-* Add "Guile N.M released." entry to the top-level ChangeLog, and commit it.
+* Add "Guile X.Y.Z released." entry to the top-level ChangeLog, and commit it.
 
 * Tag the entire source tree with a tag of the form "release_X-Y-Z",
   i.e for release 1.6.0, use release_1-6-0
index 6da89ae..ce096c2 100644 (file)
@@ -1,3 +1,22 @@
+2001-09-20  Rob Browning  <rlb@defaultvalue.org>
+
+       * .cvsignore: add version.h
+
+       * versiondat.h.in: removed (obsolete).
+
+       * version.h.in: renamed from version.h.
+       (SCM_GUILE_MAJOR_VERSION): new public macro.
+       (SCM_GUILE_MINOR_VERSION): new public macro.
+       (SCM_GUILE_MICRO_VERSION): new public macro.
+
+       * version.h: renamed to version.h.in.
+
+       * version.c
+       (scm_major_version): support integer *_VERSION macros.
+       (scm_minor_version): support integer *_VERSION macros.
+       (scm_micro_version): support integer *_VERSION macros.
+       (scm_version): support integer *_VERSION macros.
+
 2001-09-20  Mikael Djurfeldt  <mdj@linnaeus>
 
        * error.c, error.h: Made error keys globally accessible.