guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.6-124-g3b539


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.6-124-g3b53909
Date: Thu, 29 Nov 2012 23:53:39 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=3b5390989d347b4ffd363d83d516f5d0dc56af77

The branch, stable-2.0 has been updated
       via  3b5390989d347b4ffd363d83d516f5d0dc56af77 (commit)
       via  9a535f09e09d5bc1bdfd12adcf700796b4abaaa0 (commit)
      from  3919585f7945b3df8bb22f8296466eb8f89a7bf0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3b5390989d347b4ffd363d83d516f5d0dc56af77
Author: Ludovic Courtès <address@hidden>
Date:   Fri Nov 30 00:48:53 2012 +0100

    NEWS: Add "R6RS SRFI support" text.
    
    * NEWS: Add proper text for "R6RS SRFI support", by Ian Price and
      Mark Weaver.

commit 9a535f09e09d5bc1bdfd12adcf700796b4abaaa0
Author: Ludovic Courtès <address@hidden>
Date:   Fri Nov 30 00:06:26 2012 +0100

    Bump version number for 2.0.7.
    
    * GUILE-VERSION (GUILE_MICRO_VERSION): Increment.
      (LIBGUILE_INTERFACE_CURRENT): Increment, to account for new C
      function `scm_make_vtable_vtable'.
      (LIBGUILE_INTERFACE_AGE): Increment.

-----------------------------------------------------------------------

Summary of changes:
 GUILE-VERSION |    6 +++---
 NEWS          |    8 +++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/GUILE-VERSION b/GUILE-VERSION
index b31fa72..59654d1 100644
--- a/GUILE-VERSION
+++ b/GUILE-VERSION
@@ -3,7 +3,7 @@
 # Note: `GUILE_VERSION' is defined in `configure.ac' using `git-version-gen'.
 GUILE_MAJOR_VERSION=2
 GUILE_MINOR_VERSION=0
-GUILE_MICRO_VERSION=6
+GUILE_MICRO_VERSION=7
 
 GUILE_EFFECTIVE_VERSION=2.0
 
@@ -18,7 +18,7 @@ GUILE_EFFECTIVE_VERSION=2.0
 # See libtool info pages for more information on how and when to
 # change these.
 
-LIBGUILE_INTERFACE_CURRENT=27
+LIBGUILE_INTERFACE_CURRENT=28
 LIBGUILE_INTERFACE_REVISION=0
-LIBGUILE_INTERFACE_AGE=5
+LIBGUILE_INTERFACE_AGE=6
 
LIBGUILE_INTERFACE="${LIBGUILE_INTERFACE_CURRENT}:${LIBGUILE_INTERFACE_REVISION}:${LIBGUILE_INTERFACE_AGE}"
diff --git a/NEWS b/NEWS
index 38e18a4..ebf5d61 100644
--- a/NEWS
+++ b/NEWS
@@ -140,10 +140,12 @@ See the manual for details.
 The `string-split' procedure can now be given a SRFI-14 character set or
 a predicate, instead of just a character.
 
-** R6RS SRFI support --- FIXME
+** R6RS SRFI support
 
-5d7c55b R6RS srfi library names should ignore first identifier after the :n
-acc1d8e Preserve additional R6RS library name components after srfi :n
+Previously, in R6RS modules, Guile incorrectly ignored components of
+SRFI module names after the SRFI number, making it impossible to specify
+sub-libraries.  This release corrects this, bringing us into accordance
+with SRFI 97.
 
 ** `define-public' is no a longer curried definition by default
 


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]