[svn] GnuPG - r5241 - in branches/STABLE-BRANCH-2-0: . po

svn author wk cvs at cvs.gnupg.org
Mon Dec 21 17:25:29 CET 2009


Author: wk
Date: 2009-12-21 17:25:24 +0100 (Mon, 21 Dec 2009)
New Revision: 5241

Modified:
   branches/STABLE-BRANCH-2-0/ChangeLog
   branches/STABLE-BRANCH-2-0/NEWS
   branches/STABLE-BRANCH-2-0/README
   branches/STABLE-BRANCH-2-0/configure.ac
   branches/STABLE-BRANCH-2-0/po/ChangeLog
   branches/STABLE-BRANCH-2-0/po/be.po
   branches/STABLE-BRANCH-2-0/po/ca.po
   branches/STABLE-BRANCH-2-0/po/cs.po
   branches/STABLE-BRANCH-2-0/po/da.po
   branches/STABLE-BRANCH-2-0/po/de.po
   branches/STABLE-BRANCH-2-0/po/el.po
   branches/STABLE-BRANCH-2-0/po/eo.po
   branches/STABLE-BRANCH-2-0/po/es.po
   branches/STABLE-BRANCH-2-0/po/et.po
   branches/STABLE-BRANCH-2-0/po/fi.po
   branches/STABLE-BRANCH-2-0/po/fr.po
   branches/STABLE-BRANCH-2-0/po/gl.po
   branches/STABLE-BRANCH-2-0/po/hu.po
   branches/STABLE-BRANCH-2-0/po/id.po
   branches/STABLE-BRANCH-2-0/po/it.po
   branches/STABLE-BRANCH-2-0/po/ja.po
   branches/STABLE-BRANCH-2-0/po/nb.po
   branches/STABLE-BRANCH-2-0/po/pl.po
   branches/STABLE-BRANCH-2-0/po/pt.po
   branches/STABLE-BRANCH-2-0/po/pt_BR.po
   branches/STABLE-BRANCH-2-0/po/ro.po
   branches/STABLE-BRANCH-2-0/po/ru.po
   branches/STABLE-BRANCH-2-0/po/sk.po
   branches/STABLE-BRANCH-2-0/po/sv.po
   branches/STABLE-BRANCH-2-0/po/tr.po
   branches/STABLE-BRANCH-2-0/po/zh_CN.po
   branches/STABLE-BRANCH-2-0/po/zh_TW.po
Log:
Preparing for a release.


Modified: branches/STABLE-BRANCH-2-0/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-2-0/ChangeLog	2009-12-21 16:19:09 UTC (rev 5240)
+++ branches/STABLE-BRANCH-2-0/ChangeLog	2009-12-21 16:25:24 UTC (rev 5241)
@@ -1,3 +1,7 @@
+2009-12-21  Werner Koch  <wk at g10code.com>
+
+	Reelase 2.0.14.
+
 2009-12-08  Werner Koch  <wk at g10code.com>
 
 	* configure.ac (USE_DNS_CERT): Support via ADNS.

Modified: branches/STABLE-BRANCH-2-0/po/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-2-0/po/ChangeLog	2009-12-21 16:19:09 UTC (rev 5240)
+++ branches/STABLE-BRANCH-2-0/po/ChangeLog	2009-12-21 16:25:24 UTC (rev 5241)
@@ -1,3 +1,7 @@
+2009-12-21  Jedi Lin  <Jedi at Jedi.org>  (wk)
+
+	* zh_TW.po: Update (dated 2009-09-05).
+
 2009-12-04  Petr Pisar <petr.pisar at atlas.cz>  (wk)
 
 	* cs.po: Update.

Modified: branches/STABLE-BRANCH-2-0/NEWS
===================================================================
--- branches/STABLE-BRANCH-2-0/NEWS	2009-12-21 16:19:09 UTC (rev 5240)
+++ branches/STABLE-BRANCH-2-0/NEWS	2009-12-21 16:25:24 UTC (rev 5241)
@@ -1,4 +1,4 @@
-Noteworthy changes in version 2.0.14
+Noteworthy changes in version 2.0.14 (2009-06-11)
 -------------------------------------------------
 
  * The default for --include-cert is now to include all certificates

Modified: branches/STABLE-BRANCH-2-0/README
===================================================================
--- branches/STABLE-BRANCH-2-0/README	2009-12-21 16:19:09 UTC (rev 5240)
+++ branches/STABLE-BRANCH-2-0/README	2009-12-21 16:25:24 UTC (rev 5241)
@@ -31,10 +31,10 @@
 
 GnuPG 2.0 depends on the following packages:
 
-  libgpg-error (ftp://ftp.gnupg.org/gcrypt/libgpg-error/)
-  libgcrypt    (ftp://ftp.gnupg.org/gcrypt/libgcrypt/)
-  libksba      (ftp://ftp.gnupg.org/gcrypt/libksba/)
-  libassuan    (ftp://ftp.gnupg.org/gcrypt/libassuan/)
+  libgpg-error    (ftp://ftp.gnupg.org/gcrypt/libgpg-error/)
+  libgcrypt       (ftp://ftp.gnupg.org/gcrypt/libgcrypt/)
+  libksba         (ftp://ftp.gnupg.org/gcrypt/libksba/)
+  libassuan < 2.0 (ftp://ftp.gnupg.org/gcrypt/libassuan/)
   
 You also need the Pinentry package for most function of GnuPG; however
 it is not a build requirement.  Pinentry is available at
@@ -125,7 +125,7 @@
 You subscribe to one of the list by sending mail with a subject of
 "subscribe" to x-request at gnupg.org, where x is the name of the mailing
 list (gnupg-announce, gnupg-users, etc.).  An archive of the mailing
-lists are available at http://www.gnupg.org/documentation/mailing-lists.html
+lists is available at <http://www.gnupg.org/documentation/mailing-lists.html>.
 
 Please direct bug reports to http://bugs.gnupg.org or post them direct
 to the mailing list <gnupg-devel at gnupg.org>.
@@ -137,7 +137,7 @@
 try to answer questions when time allows us to do so.
 
 Commercial grade support for GnuPG is available; please see
-http://www.gnupg.org/service.html .
+<http://www.gnupg.org/service.html>.
 
 
   This file is Free Software; as a special exception the authors gives

Modified: branches/STABLE-BRANCH-2-0/configure.ac
===================================================================
--- branches/STABLE-BRANCH-2-0/configure.ac	2009-12-21 16:19:09 UTC (rev 5240)
+++ branches/STABLE-BRANCH-2-0/configure.ac	2009-12-21 16:25:24 UTC (rev 5241)
@@ -25,7 +25,7 @@
 # Set my_issvn to "yes" for non-released code.  Remember to run an
 # "svn up" and "autogen.sh" right before creating a distribution.
 m4_define([my_version], [2.0.14])
-m4_define([my_issvn], [yes])
+m4_define([my_issvn], [no])
 
 m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \
           | sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))

Modified: branches/STABLE-BRANCH-2-0/po/be.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/ca.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/cs.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/da.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/de.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/el.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/eo.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/es.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/et.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/fi.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/fr.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/gl.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/hu.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/id.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/it.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/ja.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/nb.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/pl.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/pt.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/pt_BR.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/ro.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/ru.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/sk.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/sv.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/tr.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/zh_CN.po  [not shown]
Modified: branches/STABLE-BRANCH-2-0/po/zh_TW.po  [not shown]




More information about the Gnupg-commits mailing list