wingo pushed a commit to branch lightning
in repository guile.

commit 4f9b9d9b2ef9a80a880d29cb8065dde6d51aa612
Author: pcpa <[email protected]>
Date:   Mon Jul 8 11:58:03 2013 -0300

    Second alpha release 1.99a
---
 ChangeLog        | 5 +++++
 NEWS             | 6 ++++++
 THANKS           | 2 ++
 configure.ac     | 2 +-
 doc/version.texi | 4 ++--
 5 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8bd544a..a9ee7f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-07-08 Paulo Andrade <[email protected]>
+
+       * NEWS, THANKS, configure.ac, doc/version.texi: Update for
+       the 1.99a second alpha release.
+
 2013-06-25 Paulo Andrade <[email protected]>
 
        * lib/jit_mips.c: Correct cut&paste error that caused wrong
diff --git a/NEWS b/NEWS
index e80d05e..f56dd79 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+NEWS FROM 1.99 TO 1.99a
+
+o   Lightning now builds and pass all test cases on AIX 7.1 powerpc,
+    HP-UX 11iv2 hppa, HP-UX 11iv3 ia64, Solaris 10 Sparc, Solaris 11
+    x86_64, and Irix 6.5.30 mips (using n32 abi).
+
 NEWS FROM VERSION 1.3 TO 1.99
 
 o   The 1.99 version is a major lightning redesign and an
diff --git a/THANKS b/THANKS
index b61f1f0..94c191b 100644
--- a/THANKS
+++ b/THANKS
@@ -1,6 +1,7 @@
 Thanks to all the following people for their help in
 improving GNU lightning:
 
+Paolo Bonzini                   <[email protected]>
 Eli Barzilay                    <[email protected]>
 Ludovic Courtes                 <[email protected]>
 Matthew Flatt                  <[email protected]>
@@ -11,3 +12,4 @@ Basile Starynkevitch            <[email protected]>
 Sam Steingold                  <[email protected]>
 Jens Troeger                    <[email protected]>
 Tom Tromey                      <[email protected]>
+Trent Nelson                    <[email protected]>
diff --git a/configure.ac b/configure.ac
index eb750ef..061d8de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ dnl GNU General Public License for more details.
 dnl
 
 AC_PREREQ(2.57)
-AC_INIT([GNU lightning], 1.99, [email protected], lightning)
+AC_INIT([GNU lightning], 1.99a, [email protected], lightning)
 AC_CANONICAL_TARGET
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([dist-bzip2])
diff --git a/doc/version.texi b/doc/version.texi
index 75c34d9..a016a09 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
 @set UPDATED 24 January 2013
 @set UPDATED-MONTH January 2013
-@set EDITION 1.99
-@set VERSION 1.99
+@set EDITION 1.99a
+@set VERSION 1.99a

Reply via email to