1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2004-10-05 03:58:55 +00:00
parent c88a951fd4
commit 9dd77550c3
4 changed files with 14 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2004-09-19 Rob Browning <rlb@defaultvalue.org>
* Guile 1.6.5 released.
2004-08-29 Rob Browning <rlb@defaultvalue.org>
* pre-inst-guile.in: modify to handle move of readline.scm to
@ -52,7 +56,7 @@
2003-04-21 Rob Browning <rlb@defaultvalue.org>
* Guile 1.6.3 released.
* Guile 1.6.4 released.
2003-04-11 Rob Browning <rlb@defaultvalue.org>

View file

@ -2,7 +2,7 @@
GUILE_MAJOR_VERSION=1
GUILE_MINOR_VERSION=6
GUILE_MICRO_VERSION=4
GUILE_MICRO_VERSION=5
GUILE_EFFECTIVE_VERSION=${GUILE_MAJOR_VERSION}.${GUILE_MINOR_VERSION}
GUILE_VERSION=${GUILE_EFFECTIVE_VERSION}.${GUILE_MICRO_VERSION}

4
README
View file

@ -4,7 +4,7 @@ your applications to give them their own scripting language. Guile
will eventually support other languages as well, giving users of
Guile-based applications a choice of languages.
This release is version 1.6.3. Any bugs found will be addressed by
This release is version 1.6.5. Any bugs found will be addressed by
further bugfix releases numbered 1.6.*. The next stable Guile release
with significant functional improvements will be version 1.8.0.
@ -253,7 +253,7 @@ Obtaining Guile ======================================================
The latest official Guile release is available via anonymous FTP from
ftp://ftp.gnu.org/pub/gnu/guile/guile-1.6.1.tar.gz
ftp://ftp.gnu.org/pub/gnu/guile/
The mailing list `guile-user@gnu.org' carries discussions, questions,
and often answers, about Guile. To subscribe, use the Mailman mailing

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
guile-1.6 (1.6.5-0.1) unstable; urgency=low
* CVS changelog -- not an official Debian release.
--
guile-1.6 (1.6.4-4) unstable; urgency=low
* Fix release oversight (forgot to delete beta pkg warning(s)).