From: Stefano Lattarini Date: Thu, 12 Apr 2012 16:09:13 +0000 (+0200) Subject: news: document fixes for bug#11222 and bug#11229 X-Git-Tag: v1.11d~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c6ca5d71d1f1e707b71275608b6f9a99dddae89;p=thirdparty%2Fautomake.git news: document fixes for bug#11222 and bug#11229 * NEWS (Bugs fixed in 1.11.5): New, documenting the fixes. Signed-off-by: Stefano Lattarini --- diff --git a/NEWS b/NEWS index 2fbcfd14c..a5f7d14e6 100644 --- a/NEWS +++ b/NEWS @@ -260,6 +260,19 @@ Bugs fixed in 1.11c: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Bugs fixed in 1.11.5: + +* Bugs introduced by 1.11.3: + + - Vala files with '.vapi' extension are now recognized and handled + correctly again. See automake bug#11222. + + - Vala support work again for projects that contain some program + built from '.vala' (and possibly '.c') sources and some other + program built from '.c' sources *only*. See automake bug#11229. + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + New in 1.11.4: * WARNING: Future backward-incompatibilities!