From: Bruno Haible Date: Sat, 26 Dec 2009 16:14:48 +0000 (+0100) Subject: Update. X-Git-Tag: v0.18~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=079077222e944a3991c1b72f21e9e2fc0dcba428;p=thirdparty%2Fgettext.git Update. --- diff --git a/ChangeLog b/ChangeLog index b181384af..968e5ab19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-12-26 Bruno Haible + + * windows/gettext.rc: Update. + 2009-12-26 Bruno Haible * NEWS: Mention the use of the thread-specific locale on MacOS X. diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog index 398c9b0cc..654b16cfb 100644 --- a/gettext-runtime/intl/ChangeLog +++ b/gettext-runtime/intl/ChangeLog @@ -1,3 +1,7 @@ +2009-12-26 Bruno Haible + + * libintl.rc: Update. + 2009-12-26 Bruno Haible Use the thread-specific locale also on MacOS X. diff --git a/gettext-runtime/intl/libintl.rc b/gettext-runtime/intl/libintl.rc index f00f0b37e..bf8c4db0a 100644 --- a/gettext-runtime/intl/libintl.rc +++ b/gettext-runtime/intl/libintl.rc @@ -21,10 +21,10 @@ BEGIN BEGIN VALUE "Comments", "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA\0" VALUE "CompanyName", "Free Software Foundation\0" - VALUE "FileDescription", "LGPLed libintl for Windows NT/2000/XP/Vista and Windows 95/98/ME\0" + VALUE "FileDescription", "LGPLed libintl for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0" VALUE "FileVersion", PACKAGE_VERSION_STRING "\0" VALUE "InternalName", "intl.dll\0" - VALUE "LegalCopyright", "Copyright (C) 1995-2007\0" + VALUE "LegalCopyright", "Copyright (C) 1995-2009\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "intl.dll\0" VALUE "ProductName", "libintl: accessing NLS message catalogs\0" diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog index 86fdf9b5b..9ab64ae14 100644 --- a/gettext-tools/libgettextpo/ChangeLog +++ b/gettext-tools/libgettextpo/ChangeLog @@ -1,3 +1,7 @@ +2009-12-26 Bruno Haible + + * libgettextpo.rc: Update. + 2009-12-12 Bruno Haible * gettext-po.h.in: Untabify. diff --git a/gettext-tools/libgettextpo/libgettextpo.rc b/gettext-tools/libgettextpo/libgettextpo.rc index d39fdc88e..2c986bec1 100644 --- a/gettext-tools/libgettextpo/libgettextpo.rc +++ b/gettext-tools/libgettextpo/libgettextpo.rc @@ -21,10 +21,10 @@ BEGIN BEGIN VALUE "Comments", "This library is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License. You should have received a copy of the GNU General Public License along with this library. If not, see .\0" VALUE "CompanyName", "Free Software Foundation\0" - VALUE "FileDescription", "GPLed libgettextpo for Windows NT/2000/XP/Vista and Windows 95/98/ME\0" + VALUE "FileDescription", "GPLed libgettextpo for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0" VALUE "FileVersion", PACKAGE_VERSION_STRING "\0" VALUE "InternalName", "gettextpo.dll\0" - VALUE "LegalCopyright", "Copyright (C) 1995-2007\0" + VALUE "LegalCopyright", "Copyright (C) 1995-2009\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "gettextpo.dll\0" VALUE "ProductName", "libgettextpo: public API for PO files\0" diff --git a/windows/gettext.rc b/windows/gettext.rc index bb63d6ccb..59fe25350 100644 --- a/windows/gettext.rc +++ b/windows/gettext.rc @@ -21,10 +21,10 @@ BEGIN BEGIN VALUE "Comments", "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License. You should have received a copy of the GNU General Public License along with this program. If not, see .\0" VALUE "CompanyName", "Free Software Foundation\0" - VALUE "FileDescription", "GPLed program for Windows NT/2000/XP/Vista and Windows 95/98/ME\0" + VALUE "FileDescription", "GPLed program for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0" VALUE "FileVersion", PACKAGE_VERSION_STRING "\0" VALUE "InternalName", "*.exe\0" - VALUE "LegalCopyright", "Copyright (C) 1995-2007\0" + VALUE "LegalCopyright", "Copyright (C) 1995-2009\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "*.exe\0" VALUE "ProductName", "gettext utilities\0"