[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
NEWS updates
From: |
Eric Blake |
Subject: |
NEWS updates |
Date: |
Mon, 03 Sep 2007 16:13:20 -0600 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.666 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Anything else we need to mention from what has been done so far since 2.61a?
2007-09-03 Eric Blake <address@hidden>
* NEWS: Document fixes that have been applied since 2.61a.
- --
Don't work too hard, make some time for fun as well!
Eric Blake address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFG3Ib/84KuGfSFAYARArvrAJ9QO/Qk5v8e/lHHL2ezk8NPjNn6xQCeO5H3
XfUPkSkNOsMzjZ9WhDVuU98=
=b4en
-----END PGP SIGNATURE-----
Index: NEWS
===================================================================
RCS file: /sources/autoconf/autoconf/NEWS,v
retrieving revision 1.432
diff -u -p -r1.432 NEWS
--- NEWS 20 Jul 2007 23:11:49 -0000 1.432
+++ NEWS 3 Sep 2007 22:10:46 -0000
@@ -1,5 +1,11 @@
* Major changes in Autoconf 2.61b (????-??-??)
+** Autoconf is now licensed under the General Public License version 3
+ or later (GPLv3+). As with earlier versions, the license includes
+ an exception clause so that you may release a configure script
+ generated by autoconf under the license of your own program.
+ FIXME - revisit this line once exception clause is finalized.
+
** New macro AC_OPENMP.
** AC_C_BIGENDIAN now supports universal binaries a la Mac OS X.
@@ -22,6 +28,15 @@
some (but not all) C++ types involving anonymous struct and union
were accepted, though this was not documented.
+** AC_CONFIG_LINKS now handles the case when source and build trees
+ coincide.
+
+** AC_INIT no longer alters $@; regression introduced in 2.60.
+
+** The command 'autoconf -' now correctly processes a file from stdin.
+
+** Autotest now determines $srcdir correctly.
+
** Autoconf now requires GNU M4 1.4.5 or later. Earlier versions of M4 have
a bug in macro tracing that interferes with the interaction between
Autoconf and Automake. GNU M4 1.4.8 or later is recommended.
- NEWS updates,
Eric Blake <=