1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 14:21:10 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2003-02-01 18:49:40 +00:00
parent 2d68ee3c1c
commit a5a203db18
4 changed files with 29 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2003-02-01 Rob Browning <rlb@defaultvalue.org>
* Guile 1.6.3 released.
* GUILE-VERSION (GUILE_MICRO_VERSION): bump for release.
2003-01-30 Rob Browning <rlb@defaultvalue.org>
* Guile 1.6.2 released.

16
NEWS
View file

@ -11,6 +11,22 @@ Each release reports the NEWS in the following sections:
* Changes to Scheme functions and syntax
* Changes to the C interface
Changes since Guile 1.6.2:
* Changes to the distribution
** Some minor problems with the distribution tarfile have been fixed.
A few files that are automatically generated at build time were
removed from the distribution tarfile. These changes should not
affect most people, but are relevant to those trying to generate a
post "make distclean" diff against the release tarfile.
* Changes to the stand-alone interpreter
* Changes to Scheme functions and syntax
* Changes to the C interface
Changes since Guile 1.6.1:

2
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.2. Any bugs found will be addressed by
This release is version 1.6.3. 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.

9
debian/changelog vendored
View file

@ -1,3 +1,9 @@
guile-1.6 (1.6.3-1) unstable; urgency=low
* unreleased test version.
-- Rob Browning <rlb@defaultvalue.org> Sat, 1 Feb 2003 10:16:48 -0600
guile-1.6 (1.6.2-1) unstable; urgency=low
* new upstream release (still not ready for Debian proper yet).
@ -22,6 +28,3 @@ guile-1.6 (1.6.1-1) unstable; urgency=low
* trial pkg.
-- Rob Browning <rlb@defaultvalue.org> Mon, 11 Nov 2002 10:52:58 -0600