From: Bruno Haible Date: Mon, 1 Oct 2007 00:54:10 +0000 (+0000) Subject: Mention new xgettext options. X-Git-Tag: v0.17~233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7370b3a85e4a6d3b1f0a5a9bbbd00b52c22cf89;p=thirdparty%2Fgettext.git Mention new xgettext options. --- diff --git a/NEWS b/NEWS index d0ccdc1c0..9893b19fa 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Version 0.16.2 - January 2007 +* PO file format: + The Project-Id field in the header entry may now already be filled in the + POT file. In this case, the translators don't need to fill it in. + xgettext has new options --package-name and --package-version that allow + to specify the package name and version from a Makefile. + * gettextize now has a --po-dir option that allows several PO directories to be updated all together.