summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-06-27 15:00:10 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-06-27 15:00:10 +0200
commite40a6145d47483802487e3dd13988c5b5069e18d (patch)
treef84596ff22acee7100896fd4cda7d49a01bd4274
parent3759f24379c98b984a56b52c7d23a2dfbf36efcf (diff)
downloadautomake-e40a6145d47483802487e3dd13988c5b5069e18d.tar.gz
NEWS: post-release tweaks (for 1.14.x series)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
-rw-r--r--NEWS9
1 files changed, 3 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 39ad7a365..9ec55df63 100644
--- a/NEWS
+++ b/NEWS
@@ -31,12 +31,9 @@
- According to this new scheme, the next major version of Automake
(the one that had previously been labelled as "1.14") will actually
- become "Automake 2.0". Automake 1.14 is *this* release (which is
- a minor one). It introduces new features, deprecations and bug
- fixes, but no serious backward incompatibility. A partial exception
- is given by the behavioural changes in the AM_PROG_CC_C_O macro
- (described in details below) but such changes can also be seen as a
- fix for the old suboptimal and somewhat confusing behaviour.
+ become "Automake 2.0". Automake 1.14 has already been released as
+ the last minor release, and the present one is a bug-fixing release
+ following up on that one.
- See discussion about automake bug#13578 for more details and
background: <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13578>