automake-patches
[Top][All Lists]
Advanced

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

FYI: bump to 1.7.6b


From: Alexandre Duret-Lutz
Subject: FYI: bump to 1.7.6b
Date: Tue, 02 Sep 2003 00:34:05 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

2003-09-02  Alexandre Duret-Lutz  <address@hidden>

        * configure.in, NEWS: Bump version to 1.7.6b.

Index: NEWS
===================================================================
RCS file: /cvs/automake/automake/NEWS,v
retrieving revision 1.198.2.35
diff -u -r1.198.2.35 NEWS
--- NEWS        10 Jul 2003 21:37:15 -0000      1.198.2.35
+++ NEWS        1 Sep 2003 22:28:28 -0000
@@ -1,3 +1,20 @@
+Bugs fixed in 1.7.6b:
+* The implementation of automake's --no-force option is unreliable,
+  so this option is ignored in this version.  A real fix will appear in
+  Automake 1.8.  (Debian Bug #206299)
+* AM_PATH_PYTHON: really check the whole list of interpreters if no
+  argument is given.  (PR/399)
+* Do not warn about leading `_' in variable names, even with -Wportability.
+* Support user redefinitions of TEXINFO_TEX.
+* depcomp: support AIX Compiler version 6.
+* Fix missing rebuilds during `make dist' with BSD make.
+  (Could produce tarballs containing out-of-date files.)
+* Resurrect multilib support.
+* Noteworthy manual updates:
+  - Extending aclocal: how to write m4 macros that won't trigger warnings
+    with Automake 1.8.
+  - A Shared Library: Rewrite and split into subsections.
+
 Bugs fixed in 1.7.6:
 * Fix depcomp's icc mode for ICC 7.1.
 * Diagnose calls to AC_CONFIG_FILES and friends with not enough arguments.
Index: configure.in
===================================================================
RCS file: /cvs/automake/automake/configure.in,v
retrieving revision 1.120.2.22
diff -u -r1.120.2.22 configure.in
--- configure.in        10 Jul 2003 21:39:48 -0000      1.120.2.22
+++ configure.in        1 Sep 2003 22:28:30 -0000
@@ -19,7 +19,7 @@
 # 02111-1307, USA.
 
 AC_PREREQ(2.54)
-AC_INIT([GNU Automake], [1.7.6a], address@hidden)
+AC_INIT([GNU Automake], [1.7.6b], address@hidden)
 
 AC_CONFIG_SRCDIR(automake.in)
 AC_CONFIG_AUX_DIR(lib)
-- 
Alexandre Duret-Lutz





reply via email to

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