mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
about to release 1.3.4
This commit is contained in:
parent
18575c7abb
commit
a278127f4d
@ -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
2
NEWS
@ -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
2
README
@ -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.
|
||||
|
@ -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.
|
||||
|
10
m4/Makefile
10
m4/Makefile
@ -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
|
||||
|
@ -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@
|
||||
|
@ -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.
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
po/en@quot.gmo
BIN
po/en@quot.gmo
Binary file not shown.
913
po/en@quot.po
913
po/en@quot.po
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user