[svn] GnuPG - r5367 - in branches/STABLE-BRANCH-2-0: . po
svn author wk
cvs at cvs.gnupg.org
Mon Jul 19 09:05:38 CEST 2010
Author: wk
Date: 2010-07-19 09:05:30 +0200 (Mon, 19 Jul 2010)
New Revision: 5367
Modified:
branches/STABLE-BRANCH-2-0/ChangeLog
branches/STABLE-BRANCH-2-0/NEWS
branches/STABLE-BRANCH-2-0/configure.ac
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:
Prepare a release
Modified: branches/STABLE-BRANCH-2-0/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-2-0/ChangeLog 2010-07-16 13:19:45 UTC (rev 5366)
+++ branches/STABLE-BRANCH-2-0/ChangeLog 2010-07-19 07:05:30 UTC (rev 5367)
@@ -1,3 +1,10 @@
+2010-07-19 Werner Koch <wk at g10code.com>
+
+ Release 2.0.16.
+
+ * configure.ac: Require libgpg-error 1.7 and libksba 1.0.7 to
+ force building with more recent versions.
+
2010-05-04 Werner Koch <wk at g10code.com>
* configure.ac: Add option --enable-standard-socket.
Modified: branches/STABLE-BRANCH-2-0/NEWS
===================================================================
--- branches/STABLE-BRANCH-2-0/NEWS 2010-07-16 13:19:45 UTC (rev 5366)
+++ branches/STABLE-BRANCH-2-0/NEWS 2010-07-19 07:05:30 UTC (rev 5367)
@@ -1,4 +1,4 @@
-Noteworthy changes in version 2.0.16 (unreleased)
+Noteworthy changes in version 2.0.16 (2010-07-19)
-------------------------------------------------
* If the agent's --use-standard-socket option is active, all tools
Modified: branches/STABLE-BRANCH-2-0/configure.ac
===================================================================
--- branches/STABLE-BRANCH-2-0/configure.ac 2010-07-16 13:19:45 UTC (rev 5366)
+++ branches/STABLE-BRANCH-2-0/configure.ac 2010-07-19 07:05:30 UTC (rev 5367)
@@ -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.16])
-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)]))
@@ -37,7 +37,7 @@
# sufficient.
development_version=no
-NEED_GPG_ERROR_VERSION=1.4
+NEED_GPG_ERROR_VERSION=1.7
NEED_LIBGCRYPT_API=1
NEED_LIBGCRYPT_VERSION=1.4.0
@@ -46,7 +46,7 @@
NEED_LIBASSUAN_VERSION=2.0.0
NEED_KSBA_API=1
-NEED_KSBA_VERSION=1.0.2
+NEED_KSBA_VERSION=1.0.7
PACKAGE=$PACKAGE_NAME
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