diff options
-rw-r--r-- | AUTHORS | 7 | ||||
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | po/POTFILES.in | 12 |
5 files changed, 22 insertions, 6 deletions
@@ -25,6 +25,8 @@ Ga�l Qu�ri <[email protected]> Translations [fr] Gregory Steuck <[email protected]> Translations [ru] +Nagy Ferenc L�szl� <[email protected]> *** [hu] + Ivo Timmermans <[email protected]> Translations [nl] Jacobo Tarri'o Barreiro <[email protected]> Translations [gl] @@ -37,6 +39,8 @@ Jouni Hiltunen <[email protected]> Translations [fi] Magda Procha'zkova' <[email protected]> Translations [cs] +Michael Anckaert <[email protected]> *** [nl] + Michael Roth <[email protected]> Assignment (wrote cipher/des.c., changes and bug fixes all over the place) @@ -111,7 +115,8 @@ for GnuPG. The RPM specs file scripts/gnupg.spec has been contributed by several people. - Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright 1998, 1999, 2000, 2001, 2002, + 2003 Free Software Foundation, Inc. This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without @@ -1,3 +1,8 @@ +2003-04-24 Werner Koch <[email protected]> + + * configure.ac (ALL_LINGUAS): Added Hungarian translation by Nagy + Ferenc L�szl�. + 2003-04-23 David Shaw <[email protected]> * configure.ac: "TIGER" -> "TIGER/192". @@ -27,7 +27,7 @@ Noteworthy changes in version 1.2.2 (unreleased) * Minor trustdb changes to make the trust calculations match common usage. - * New translations: Finnish and Traditional Chinese. + * New translations: Finnish, Hungarian, Slovak, Traditional Chinese. * New command "revuid" in the --edit-key menu to revoke a user ID. This is a simpler interface to the old method (which still diff --git a/configure.ac b/configure.ac index b33f5e33e..d5e756809 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AC_INIT(gnupg, 1.2.2rc2, [email protected]) # sufficient. development_version=no -ALL_LINGUAS="ca cs da de eo el es et fi fr gl id it ja nl pl pt_BR pt sk sv tr zh_TW" +ALL_LINGUAS="ca cs da de eo el es et fi fr gl hu id it ja nl pl pt_BR pt sk sv tr zh_TW" PACKAGE=$PACKAGE_NAME VERSION=$PACKAGE_VERSION diff --git a/po/POTFILES.in b/po/POTFILES.in index df5c9fec2..58a3f1996 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,5 @@ # List of source files containing translatable strings for G10. -# Copyright (c) 1998 by Werner Koch (dd9jn) +# Copyright (c) 1998, 2003 Free Software Foundation, Inc. # utility util/secmem.c @@ -11,10 +11,12 @@ util/logger.c # cipher cipher/random.c cipher/rndlinux.c +cipher/md.c +cipher/rndegd.c # main program - g10/g10.c +g10/gpgv.c g10/armor.c g10/pkclist.c g10/keygen.c @@ -41,7 +43,6 @@ g10/trustdb.c g10/verify.c g10/skclist.c g10/status.c -g10/pubkey-enc.c g10/openfile.c g10/encr-data.c g10/seskey.c @@ -49,3 +50,8 @@ g10/delkey.c g10/helptext.c g10/keydb.c g10/keyring.c +g10/photoid.c +g10/exec.c +g10/keyid.c +g10/revoke.c +g10/tdbdump.c |