1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-04-17 15:44:34 +02:00

preparing a release candidate

This commit is contained in:
Werner Koch 2010-02-18 09:52:28 +00:00
parent 3f99c91a42
commit cb6506e9ac
31 changed files with 11994 additions and 11472 deletions

View File

@ -1,3 +1,9 @@
2010-02-18 Werner Koch <wk@g10code.com>
Release 2.0.15rc1.
* configure.ac: Remove double check for libassuan.
2010-02-11 Marcus Brinkmann <marcus@g10code.de> 2010-02-11 Marcus Brinkmann <marcus@g10code.de>
From trunk 2009-10-16: From trunk 2009-10-16:

2
NEWS
View File

@ -6,6 +6,8 @@ Noteworthy changes in version 2.0.15 (unreleased)
* Fixes a regression in 2.0.14 which prevented unprotection of new * Fixes a regression in 2.0.14 which prevented unprotection of new
or changed gpg-agent passphrases. or changed gpg-agent passphrases.
* Make use of libassuan 2.0 which is available as a DSO.
Noteworthy changes in version 2.0.14 (2009-12-21) Noteworthy changes in version 2.0.14 (2009-12-21)
------------------------------------------------- -------------------------------------------------

12
README
View File

@ -2,8 +2,8 @@
========================= =========================
Version 2.0 Version 2.0
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
INTRODUCTION INTRODUCTION
@ -31,10 +31,10 @@ BUILD INSTRUCTIONS
GnuPG 2.0 depends on the following packages: GnuPG 2.0 depends on the following packages:
libgpg-error (ftp://ftp.gnupg.org/gcrypt/libgpg-error/) libgpg-error (ftp://ftp.gnupg.org/gcrypt/libgpg-error/)
libgcrypt (ftp://ftp.gnupg.org/gcrypt/libgcrypt/) libgcrypt (ftp://ftp.gnupg.org/gcrypt/libgcrypt/)
libksba (ftp://ftp.gnupg.org/gcrypt/libksba/) libksba (ftp://ftp.gnupg.org/gcrypt/libksba/)
libassuan < 2.0 (ftp://ftp.gnupg.org/gcrypt/libassuan/) libassuan >= 2.0 (ftp://ftp.gnupg.org/gcrypt/libassuan/)
You also need the Pinentry package for most function of GnuPG; however You also need the Pinentry package for most function of GnuPG; however
it is not a build requirement. Pinentry is available at it is not a build requirement. Pinentry is available at

View File

@ -1,6 +1,6 @@
# configure.ac - for GnuPG 2.0 # configure.ac - for GnuPG 2.0
# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, # Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
# 2006, 2007, 2008 Free Software Foundation, Inc. # 2006, 2007, 2008, 2010 Free Software Foundation, Inc.
# #
# This file is part of GnuPG. # This file is part of GnuPG.
# #
@ -24,8 +24,8 @@ min_automake_version="1.10"
# Remember to change the version number immediately *after* a release. # Remember to change the version number immediately *after* a release.
# Set my_issvn to "yes" for non-released code. Remember to run an # Set my_issvn to "yes" for non-released code. Remember to run an
# "svn up" and "autogen.sh" right before creating a distribution. # "svn up" and "autogen.sh" right before creating a distribution.
m4_define([my_version], [2.0.15]) m4_define([my_version], [2.0.15rc1])
m4_define([my_issvn], [yes]) m4_define([my_issvn], [no])
m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \ m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \
| sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)])) | sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))
@ -43,7 +43,7 @@ NEED_LIBGCRYPT_API=1
NEED_LIBGCRYPT_VERSION=1.4.0 NEED_LIBGCRYPT_VERSION=1.4.0
NEED_LIBASSUAN_API=2 NEED_LIBASSUAN_API=2
NEED_LIBASSUAN_VERSION=1.1.0 NEED_LIBASSUAN_VERSION=2.0.0
NEED_KSBA_API=1 NEED_KSBA_API=1
NEED_KSBA_VERSION=1.0.2 NEED_KSBA_VERSION=1.0.2
@ -613,9 +613,6 @@ AM_PATH_LIBGCRYPT("$NEED_LIBGCRYPT_API:$NEED_LIBGCRYPT_VERSION",
AM_PATH_LIBASSUAN("$NEED_LIBASSUAN_API:$NEED_LIBASSUAN_VERSION", AM_PATH_LIBASSUAN("$NEED_LIBASSUAN_API:$NEED_LIBASSUAN_VERSION",
have_libassuan=yes,have_libassuan=no) have_libassuan=yes,have_libassuan=no)
if test "$have_libassuan" = "yes"; then if test "$have_libassuan" = "yes"; then
have_libassuan=no
AM_PATH_LIBASSUAN("$NEED_LIBASSUAN_API:$NEED_LIBASSUAN_VERSION",
have_libassuan=yes,have_libassuan=no)
AC_DEFINE_UNQUOTED(GNUPG_LIBASSUAN_VERSION, "$libassuan_version", AC_DEFINE_UNQUOTED(GNUPG_LIBASSUAN_VERSION, "$libassuan_version",
[version of the libbassuan library]) [version of the libbassuan library])
fi fi

904
po/be.po

File diff suppressed because it is too large Load Diff

904
po/ca.po

File diff suppressed because it is too large Load Diff

902
po/cs.po

File diff suppressed because it is too large Load Diff

873
po/da.po

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnupg-2.0.14\n" "Project-Id-Version: gnupg-2.0.14\n"
"Report-Msgid-Bugs-To: translations@gnupg.org\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n"
"POT-Creation-Date: 2010-02-17 18:08+0100\n" "POT-Creation-Date: 2010-02-18 09:22+0100\n"
"PO-Revision-Date: 2010-02-17 18:11+0100\n" "PO-Revision-Date: 2010-02-17 18:11+0100\n"
"Last-Translator: Werner Koch <wk@gnupg.org>\n" "Last-Translator: Werner Koch <wk@gnupg.org>\n"
"Language-Team: German <de@li.org>\n" "Language-Team: German <de@li.org>\n"

904
po/el.po

File diff suppressed because it is too large Load Diff

904
po/eo.po

File diff suppressed because it is too large Load Diff

902
po/es.po

File diff suppressed because it is too large Load Diff

904
po/et.po

File diff suppressed because it is too large Load Diff

904
po/fi.po

File diff suppressed because it is too large Load Diff

904
po/fr.po

File diff suppressed because it is too large Load Diff

904
po/gl.po

File diff suppressed because it is too large Load Diff

904
po/hu.po

File diff suppressed because it is too large Load Diff

904
po/id.po

File diff suppressed because it is too large Load Diff

904
po/it.po

File diff suppressed because it is too large Load Diff

904
po/ja.po

File diff suppressed because it is too large Load Diff

904
po/nb.po

File diff suppressed because it is too large Load Diff

902
po/pl.po

File diff suppressed because it is too large Load Diff

904
po/pt.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

904
po/ro.po

File diff suppressed because it is too large Load Diff

902
po/ru.po

File diff suppressed because it is too large Load Diff

904
po/sk.po

File diff suppressed because it is too large Load Diff

902
po/sv.po

File diff suppressed because it is too large Load Diff

902
po/tr.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff