mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Second alpha release 1.99a
This commit is contained in:
parent
8b28150303
commit
4f9b9d9b2e
5 changed files with 16 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-07-08 Paulo Andrade <pcpa@gnu.org>
|
||||
|
||||
* NEWS, THANKS, configure.ac, doc/version.texi: Update for
|
||||
the 1.99a second alpha release.
|
||||
|
||||
2013-06-25 Paulo Andrade <pcpa@gnu.org>
|
||||
|
||||
* lib/jit_mips.c: Correct cut&paste error that caused wrong
|
||||
|
|
6
NEWS
6
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
|
||||
|
|
2
THANKS
2
THANKS
|
@ -1,6 +1,7 @@
|
|||
Thanks to all the following people for their help in
|
||||
improving GNU lightning:
|
||||
|
||||
Paolo Bonzini <bonzini@gnu.org>
|
||||
Eli Barzilay <eli@barzilay.org>
|
||||
Ludovic Courtes <ludo@chbouib.org>
|
||||
Matthew Flatt <mflatt@cs.utah.edu>
|
||||
|
@ -11,3 +12,4 @@ Basile Starynkevitch <basile@starynkevitch.net>
|
|||
Sam Steingold <sds@gnu.org>
|
||||
Jens Troeger <savage@light-speed.de>
|
||||
Tom Tromey <tromey@redhat.com>
|
||||
Trent Nelson <trent@snakebite.org>
|
||||
|
|
|
@ -13,7 +13,7 @@ dnl GNU General Public License for more details.
|
|||
dnl
|
||||
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT([GNU lightning], 1.99, pcpa@gnu.org, lightning)
|
||||
AC_INIT([GNU lightning], 1.99a, pcpa@gnu.org, lightning)
|
||||
AC_CANONICAL_TARGET
|
||||
AC_CONFIG_SRCDIR([Makefile.am])
|
||||
AM_INIT_AUTOMAKE([dist-bzip2])
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue