mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
Prepare a release
This commit is contained in:
parent
5eb6899f3e
commit
ec45cd2d20
@ -1,3 +1,10 @@
|
||||
2010-07-19 Werner Koch <wk@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@g10code.com>
|
||||
|
||||
* configure.ac: Add option --enable-standard-socket.
|
||||
|
2
NEWS
2
NEWS
@ -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
|
||||
|
@ -25,7 +25,7 @@ min_automake_version="1.10"
|
||||
# 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 @@ AC_INIT([gnupg],
|
||||
# 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_API=2
|
||||
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
|
||||
|
840
po/pt_BR.po
840
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
834
po/zh_CN.po
834
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
2264
po/zh_TW.po
2264
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user