diff options
author | James Youngman <jay@gnu.org> | 2010-03-31 00:19:55 +0100 |
---|---|---|
committer | James Youngman <jay@gnu.org> | 2010-03-31 00:19:55 +0100 |
commit | 6dbe9ec45388d3fa8e8c7e3c8bd05b16080cc1ee (patch) | |
tree | 4e66551b7871b64597d435f4c83c914c23a12fa4 | |
parent | c05472245048dce78fd4c59365c2f8133cdc4030 (diff) | |
download | findutils-4.5.6b.tar.gz |
Prepare for release of findutils-4.5.6b (replacing findutils-4.5.6).v4.5.6b
* configure.ac: Update version number.
* NEWS: Update version number.
* Makefile.am: switch to 'gnu' option ('gnits' forbids the 'b' suffix).
Signed-off-by: James Youngman <jay@gnu.org>
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | po/be.po | 2 | ||||
-rw-r--r-- | po/bg.po | 2 | ||||
-rw-r--r-- | po/ca.po | 2 | ||||
-rw-r--r-- | po/cs.po | 2 | ||||
-rw-r--r-- | po/da.po | 2 | ||||
-rw-r--r-- | po/de.po | 2 | ||||
-rw-r--r-- | po/el.po | 2 | ||||
-rw-r--r-- | po/eo.po | 2 | ||||
-rw-r--r-- | po/es.po | 2 | ||||
-rw-r--r-- | po/et.po | 2 | ||||
-rw-r--r-- | po/fi.po | 2 | ||||
-rw-r--r-- | po/findutils.pot | 4 | ||||
-rw-r--r-- | po/fr.po | 2 | ||||
-rw-r--r-- | po/ga.po | 2 | ||||
-rw-r--r-- | po/gl.po | 2 | ||||
-rw-r--r-- | po/hr.po | 2 | ||||
-rw-r--r-- | po/hu.po | 2 | ||||
-rw-r--r-- | po/id.po | 2 | ||||
-rw-r--r-- | po/it.po | 2 | ||||
-rw-r--r-- | po/ja.po | 2 | ||||
-rw-r--r-- | po/ko.po | 2 | ||||
-rw-r--r-- | po/lg.po | 2 | ||||
-rw-r--r-- | po/lt.po | 2 | ||||
-rw-r--r-- | po/ms.po | 2 | ||||
-rw-r--r-- | po/nl.po | 2 | ||||
-rw-r--r-- | po/pl.po | 2 | ||||
-rw-r--r-- | po/pt.po | 2 | ||||
-rw-r--r-- | po/pt_BR.po | 2 | ||||
-rw-r--r-- | po/ro.po | 2 | ||||
-rw-r--r-- | po/ru.po | 2 | ||||
-rw-r--r-- | po/rw.po | 2 | ||||
-rw-r--r-- | po/sk.po | 2 | ||||
-rw-r--r-- | po/sl.po | 2 | ||||
-rw-r--r-- | po/sr.po | 2 | ||||
-rw-r--r-- | po/sv.po | 2 | ||||
-rw-r--r-- | po/tr.po | 2 | ||||
-rw-r--r-- | po/uk.po | 2 | ||||
-rw-r--r-- | po/vi.po | 2 | ||||
-rw-r--r-- | po/zh_CN.po | 2 | ||||
-rw-r--r-- | po/zh_TW.po | 2 |
44 files changed, 59 insertions, 43 deletions
@@ -1,3 +1,14 @@ +2010-03-31 James Youngman <jay@gnu.org> + + Prepare for release of findutils-4.5.6b + This release is identical to 4.5.6 apart from the version number + and the fact that it was generated by automake version 1.11.1 in + order to avoid issues with CVE-2009-4029. + * configure.ac: Update version number. + * NEWS: Update version number. + * Makefile.am: switch to 'gnu' option ('gnits' forbids the 'b' + suffix). + 2010-03-30 James Youngman <jay@gnu.org> Prepare for release of findutils-4.5.6 diff --git a/Makefile.am b/Makefile.am index c7f8f398..6ca1ad7c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -AUTOMAKE_OPTIONS=gnits +AUTOMAKE_OPTIONS=gnu # readme-alpha AM_CFLAGS = $(WARN_CFLAGS) @@ -1,5 +1,10 @@ GNU findutils NEWS - User visible changes. -*- outline -*- (allout) +* Major changes in release 4.5.6b, 2010-03-30 + +This is a replacement release for 4.5.6, which is not available by FTP +since it contains Makefiles which are vulnerable to CVE-2009-4029. + * Major changes in release 4.5.6, 2010-03-30 ** Functional Enhancements to find diff --git a/configure.ac b/configure.ac index 16cc3b4c..cadf220a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([GNU findutils], 4.5.6, [bug-findutils@gnu.org]) +AC_INIT([GNU findutils], 4.5.6b, [bug-findutils@gnu.org]) AC_CONFIG_AUX_DIR(build-aux) AM_INIT_AUTOMAKE @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.7\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2003-11-04 05:21+0200\n" "Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n" "Language-Team: Belarusian <i18n@mova.org>\n" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.3.7\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2007-06-25 14:40+0300\n" "Last-Translator: Anton Zinoviev <zinoviev@debian.org>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.2.27\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2006-05-20 14:54+0200\n" "Last-Translator: Jordi Mallach <jordi@gnu.org>\n" "Language-Team: Catalan <ca@dodds.net>\n" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.4.0\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2008-09-07 20:44+0200\n" "Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n" "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.2.24\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2005-08-01 18:25+0200\n" "Last-Translator: Ole Laursen <olau@hardworking.dk>\n" "Language-Team: Danish <dansk@klid.dk>\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.4.2\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2009-07-21 20:57+0200\n" "Last-Translator: Nils Naumann <nnau@gmx.net>\n" "Language-Team: German <translation-team-de@lists.sourceforge.net>\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils-4.2.6\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2005-01-02 13:54+0200\n" "Last-Translator: Lefteris Dimitroulakis <edimitro@tee.gr>\n" "Language-Team: Greek <nls@tux.hellug.gr>\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.20\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2004-01-04 15:27-0500\n" "Last-Translator: D. Dale Gulledge <dsplat@rochester.rr.com>\n" "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU findutils 4.2.6\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2004-12-23 16:57+0100\n" "Last-Translator: Santiago Vila Doncel <sanvila@unex.es>\n" "Language-Team: Spanish <es@li.org>\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.3.1\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2006-11-11 12:42+0200\n" "Last-Translator: Toomas Soome <Toomas.Soome@microlink.ee>\n" "Language-Team: Estonian <et@li.org>\n" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.4.2\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2009-10-23 18:27+0200\n" "Last-Translator: Jorma Karvonen <karvonen.jorma@gmail.com>\n" "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n" diff --git a/po/findutils.pot b/po/findutils.pot index 1ca8efe9..227a3b41 100644 --- a/po/findutils.pot +++ b/po/findutils.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: GNU findutils 4.5.6\n" +"Project-Id-Version: GNU findutils 4.5.6b\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU findutils 4.4.0\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2008-09-26 20:46+0100\n" "Last-Translator: Nicolas Provost <nprovost@quadriv.com>\n" "Language-Team: French <traduc@traduc.org>\n" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.4.0\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2008-03-20 05:47-0500\n" "Last-Translator: Kevin Scannell <kscanne@gmail.com>\n" "Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n" @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.5\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2000-05-30 10:11+0200\n" "Last-Translator: Jesús Bravo Álvarez <jba@pobox.com>\n" "Language-Team: Galician <gpul-traduccion@ceu.fi.udc.es>\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.7\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2002-04-22 02:04+02:00\n" "Last-Translator: Hrvoje Niksic <hniksic@xemacs.org>\n" "Language-Team: Croatian <lokalizacija@linux.hr>\n" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.4.2\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2009-08-02 01:28+0200\n" "Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n" "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.4.0\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2008-11-09 12:30+0700\n" "Last-Translator: Arif E. Nugroho <arif_endro@yahoo.com>\n" "Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.4.2\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2009-10-23 22:22+0200\n" "Last-Translator: Giorgio Catanzaro <catanzag@gmail.com>\n" "Language-Team: Italian <tp@lists.linux.it>\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.7\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2001-11-05 00:45+0900\n" "Last-Translator: GOTO Masanori <gotom@debian.or.jp>\n" "Language-Team: Japanese <ja@li.org>\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 1996-10-07 22:13+0900\n" "Last-Translator: Bang Jun-Young <bangjy@nownuri.nowcom.co.kr>\n" "Language-Team: Korean <ko@li.org>\n" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.20\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2004-04-02 18:57GMT\n" "Last-Translator: K.Birabwa <kompyuta@kizito.freeuk.com>\n" "Language-Team: Luganda <kompyuta@kizito.freeuk.com>\n" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils-4.4.0\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2008-07-09 13:00+0300\n" "Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n" "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils-4.1.7\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2003-01-19 14:42+0800\n" "Last-Translator: Nik Ramadhan Nik Idris <toknix@yahoo.com>\n" "Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n" @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils-4.4.2\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2009-12-03 15:12+0100\n" "Last-Translator: Erwin Poeze <erwin.poeze@gmail.com>\n" "Language-Team: Dutch <vertaling@vrijschrift.org>\n" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.4.0\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2008-03-16 00:10+0100\n" "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n" "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.3.12\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2007-12-20 00:18+0100\n" "Last-Translator: Helder Correia <helder.pereira.correia@gmail.com>\n" "Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 87f49875..22640021 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.20\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2004-02-08 18:00-0200\n" "Last-Translator: Alexandre Folle de Menezes <afmenez@terra.com.br>\n" "Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.2.24\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2005-08-01 12:00-0500\n" "Last-Translator: Laurentiu Buzdugan <lbuz@rolix.org>\n" "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.4.2\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2009-07-07 21:09+0400\n" "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" "Language-Team: Russian <gnu@mx.ru>\n" @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.2.6\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2005-04-04 10:55-0700\n" "Last-Translator: Steven Michael Murphy <murf@e-tools.com>\n" "Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.2.24\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2005-08-02 05:56+0200\n" "Last-Translator: Marcel Telka <marcel@telka.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.2.27\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2006-09-28 13:49+0200\n" "Last-Translator: Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>\n" "Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.2.6\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2004-11-24 14:16+0100\n" "Last-Translator: Danilo Segan <dsegan@gmx.net>\n" "Language-Team: Serbian <gnu@prevod.org>\n" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.4.0\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2008-03-16 09:55+0100\n" "Last-Translator: Daniel Nylander <po@danielnylander.se>\n" "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.3.8\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2007-07-09 11:01+0300\n" "Last-Translator: Nilgün Belma Bugüner <nilgun@buguner.name.tr>\n" "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.3.8\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2007-07-03 13:55+0300\n" "Last-Translator: Maxim V. Dziumanenko <dziumanenko@gmail.com>\n" "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.4.2\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2009-09-19 18:56+0930\n" "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n" "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n" diff --git a/po/zh_CN.po b/po/zh_CN.po index 4f161498..56ce2bc7 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils-4.4.0\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2008-05-29 11:51+0800\n" "Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n" "Language-Team: Chinese (simplified) <translation-team-zh-cn@lists." diff --git a/po/zh_TW.po b/po/zh_TW.po index 96abe947..0e55e58e 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.2.26\n" "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" -"POT-Creation-Date: 2010-03-30 20:50+0100\n" +"POT-Creation-Date: 2010-03-31 00:05+0100\n" "PO-Revision-Date: 2005-12-06 11:30+0800\n" "Last-Translator: Abel Cheung <abelcheung@gmail.com>\n" "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n" |