about to release 1.3.4

This commit is contained in:
Werner Koch 2003-11-27 16:45:28 +00:00
parent 18575c7abb
commit a278127f4d
12 changed files with 1604 additions and 1527 deletions

View File

@ -1,3 +1,7 @@
2003-11-27 Werner Koch <wk@gnupg.org>
Released 1.3.4.
2003-11-27 David Shaw <dshaw@jabberwocky.com>
* NEWS: Note that we won't encrypt to an Elgamal sign+encrypt key

2
NEWS
View File

@ -1,4 +1,4 @@
Noteworthy changes in version 1.3.4 (unreleased)
Noteworthy changes in version 1.3.4 (2003-11-27)
------------------------------------------------
* Added support for BZIP2 compression. This should be considered

2
README
View File

@ -1,7 +1,7 @@
GnuPG - The GNU Privacy Guard
-------------------------------
Version 1.3.3
Version 1.3.4
Copyright 1998, 1999, 2000, 2001, 2002, 2003
Free Software Foundation, Inc.

View File

@ -25,7 +25,7 @@ AC_PREREQ(2.57)
# Remember to change the version number immediately *after* a release
# and remove the "-cvs" or "rc" suffix immediately *before* a release.
AC_INIT(gnupg, 1.3.4-cvs, bug-gnupg@gnu.org)
AC_INIT(gnupg, 1.3.4, bug-gnupg@gnu.org)
# Set development_version to yes if the minor number is odd or you
# feel that the default check for a development version is not
# sufficient.

View File

@ -67,6 +67,8 @@ ECHO_C =
ECHO_N = -n
ECHO_T =
EGREP = grep -E
ENABLE_BZIP2_SUPPORT_FALSE = #
ENABLE_BZIP2_SUPPORT_TRUE =
ENABLE_CARD_SUPPORT_FALSE = #
ENABLE_CARD_SUPPORT_TRUE =
ENABLE_LOCAL_ZLIB_FALSE =
@ -122,9 +124,9 @@ OBJEXT = o
PACKAGE = gnupg
PACKAGE_BUGREPORT = bug-gnupg@gnu.org
PACKAGE_NAME = gnupg
PACKAGE_STRING = gnupg 1.3.4-cvs
PACKAGE_STRING = gnupg 1.3.4
PACKAGE_TARNAME = gnupg
PACKAGE_VERSION = 1.3.4-cvs
PACKAGE_VERSION = 1.3.4
PATH_SEPARATOR = :
PERL = /usr/bin/perl
POSUB = po
@ -138,12 +140,12 @@ SRVLIBS = -lresolv
STRIP =
USE_INCLUDED_LIBINTL = no
USE_NLS = yes
VERSION = 1.3.4-cvs
VERSION = 1.3.4
W32LIBS =
WORKING_FAQPROG_FALSE = #
WORKING_FAQPROG_TRUE =
XGETTEXT = /usr/bin/xgettext
ZLIBS = -lz
ZLIBS = -lz -lbz2
ac_ct_AR = ar
ac_ct_CC = gcc
ac_ct_RANLIB = ranlib

View File

@ -67,6 +67,8 @@ ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
ENABLE_BZIP2_SUPPORT_FALSE = @ENABLE_BZIP2_SUPPORT_FALSE@
ENABLE_BZIP2_SUPPORT_TRUE = @ENABLE_BZIP2_SUPPORT_TRUE@
ENABLE_CARD_SUPPORT_FALSE = @ENABLE_CARD_SUPPORT_FALSE@
ENABLE_CARD_SUPPORT_TRUE = @ENABLE_CARD_SUPPORT_TRUE@
ENABLE_LOCAL_ZLIB_FALSE = @ENABLE_LOCAL_ZLIB_FALSE@

View File

@ -1,3 +1,7 @@
2003-11-27 Werner Koch <wk@gnupg.org>
* de.po: Updated some fuzzys.
2003-10-25 Werner Koch <wk@gnupg.org>
* Makevars: New.

1279
po/de.po

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff