From: Daiki Ueno Date: Tue, 11 Jun 2013 05:53:50 +0000 (+0900) Subject: NEWS: Mention that future 'gettextize' will require Automake 1.10. X-Git-Tag: v0.18.3~31 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=f9d637f8dd3d435c2cd53c97ee1ddd336ed050a4;p=thirdparty%2Fgettext.git NEWS: Mention that future 'gettextize' will require Automake 1.10. --- diff --git a/ChangeLog b/ChangeLog index dfc3ddb7d..ba4bbb5e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-06-11 Daiki Ueno + + * NEWS: Mention that future 'gettextize' will require Automake 1.10. + Suggested by Stefano Lattarini. + 2013-06-08 Stefano Lattarini (tiny change) build: drop the 'fixacocal' auxiliary script diff --git a/NEWS b/NEWS index 84352a2b9..a46aa66d7 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,10 @@ Version 0.18.3 - unreleased * msgattrib now has --previous option to keep previous msgid when making messages fuzzy, similar to msgmerge --previous. +* Future backward-incompatibilities: + - In future Gettext versions, the files installed by 'gettextize' + will require Automake 1.10 or later. This will improve the + compatibility of user projects with newer Automake versions. Version 0.18.2 - December 2012