1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-30 08:50:23 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2002-03-03 21:28:07 +00:00
parent 2f3525423b
commit 2d17159f2e
3 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,9 @@
2002-03-03 Rob Browning <rlb@defaultvalue.org> 2002-03-03 Rob Browning <rlb@defaultvalue.org>
* Guile beta 1.5.5 released.
* GUILE-VERSION: bump minor version for release.
* .cvsignore: add pre-inst-guile. * .cvsignore: add pre-inst-guile.
2002-02-27 Thien-Thi Nguyen <ttn@giblet.glug.org> 2002-02-27 Thien-Thi Nguyen <ttn@giblet.glug.org>

2
TODO
View file

@ -63,7 +63,7 @@ See also file HACKING.
(Also, please try to fold any relevant changes you make into the (Also, please try to fold any relevant changes you make into the
unstable tree as well.) unstable tree as well.)
- Check with Thi about library version numbers. - Check with ttn about library version numbers.
- Check with Martin about scm_t_? fix. - Check with Martin about scm_t_? fix.

View file

@ -1,5 +1,9 @@
2002-03-03 Rob Browning <rlb@defaultvalue.org> 2002-03-03 Rob Browning <rlb@defaultvalue.org>
* LIBGUILEREADLINE-VERSION (LIBGUILEREADLINE_INTERFACE_CURRENT):
change interface to 15 to match other lib's jump for now. Will
probably change again after finishing discussion with ttn.
* Makefile.am (EXTRA_DIST): add LIBGUILEREADLINE-VERSION. * Makefile.am (EXTRA_DIST): add LIBGUILEREADLINE-VERSION.
2002-02-25 Thien-Thi Nguyen <ttn@giblet.glug.org> 2002-02-25 Thien-Thi Nguyen <ttn@giblet.glug.org>