summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2013-04-18 14:40:43 +0200
committerWerner Koch <wk@gnupg.org>2013-04-18 17:35:50 +0200
commit0c528aff1b28f0a317ae94675228c04db7a832da (patch)
treee132ae532b250da2c74ee105e398f6ecfb25ce69
parent8bfe337b5a3294124ea86a6f5c722eaa9bace998 (diff)
downloadlibgcrypt-0c528aff1b28f0a317ae94675228c04db7a832da.tar.gz
Post release updates.
--
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--doc/announce.txt39
3 files changed, 20 insertions, 25 deletions
diff --git a/NEWS b/NEWS
index 1ab0d896..8abe6fe7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.5.3 (unreleased)
+------------------------------------------------
+
+
Noteworthy changes in version 1.5.2 (2013-04-18)
------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 37d11b1b..e631c940 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ min_automake_version="1.11"
# for the LT versions.
m4_define(mym4_version_major, [1])
m4_define(mym4_version_minor, [5])
-m4_define(mym4_version_micro, [2])
+m4_define(mym4_version_micro, [3])
# Below is m4 magic to extract and compute the revision number, the
# decimalized short revision number, a beta version string, and a flag
diff --git a/doc/announce.txt b/doc/announce.txt
index 0552b0f4..56dfdf65 100644
--- a/doc/announce.txt
+++ b/doc/announce.txt
@@ -5,55 +5,46 @@ Cc: gcrypt-devel@gnupg.org
Hello!
The GNU project is pleased to announce the availability of Libgcrypt
-version 1.5.1. This is a maintenance release for the stable branch.
+version 1.5.2. This is a maintenance release for the stable branch.
Libgcrypt is a general purpose library of cryptographic building
blocks. It is originally based on code used by GnuPG. It does not
provide any implementation of OpenPGP or other protocols. Thorough
understanding of applied cryptography is required to use Libgcrypt.
-Noteworthy changes in version 1.5.1:
+Noteworthy changes in version 1.5.2:
- * Allow empty passphrase with PBKDF2.
+ * Added support for IDEA.
- * Do not abort on an invalid algorithm number in
- gcry_cipher_get_algo_keylen and gcry_cipher_get_algo_blklen.
+ * Made the Padlock code work again (regression since 1.5.0).
- * Fixed some Valgrind warnings.
+ * Fixed alignment problems for Serpent.
- * Fixed a problem with select and high fd numbers.
-
- * Improved the build system
-
- * Various minor bug fixes.
-
- * Interface changes relative to the 1.5.0 release:
- GCRYCTL_SET_ENFORCED_FIPS_FLAG NEW.
- GCRYPT_VERSION_NUMBER NEW.
+ * Fixed two bugs in ECC computations.
Source code is hosted at the GnuPG FTP server and its mirrors as
listed at http://www.gnupg.org/download/mirrors.html . On the primary
server the source file and its digital signatures is:
- ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.1.tar.bz2 (1.5M)
- ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.1.tar.bz2.sig
+ ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.2.tar.bz2 (1.5M)
+ ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.2.tar.bz2.sig
This file is bzip2 compressed. A gzip compressed version is also
available:
- ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.1.tar.gz (1.7M)
- ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.1.tar.gz.sig
+ ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.2.tar.gz (1.8M)
+ ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.2.tar.gz.sig
-Alternativley you may upgrade version 1.5.0 using this patch file:
+Alternativley you may upgrade version 1.5.1 using this patch file:
- ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.0-1.5.1.diff.bz2 (255k)
+ ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.1-1.5.2.diff.bz2 (12k)
The SHA-1 checksums are:
-8b60a26b7eae1a727d58932d6b1efeb5716648ed libgcrypt-1.5.1.tar.bz2
-f1ab9ce6ac8c7370d455c77c96b36bf18e2d9c95 libgcrypt-1.5.1.tar.gz
-e1b2f59a8771e8a0358dbd9a8eaa3250015cf49e libgcrypt-1.5.0-1.5.1.diff.bz2
+c9998383532ba3e8bcaf690f2f0d65e814b48d2f libgcrypt-1.5.2.tar.bz2
+fb54bfea3e276a366009c5a6296eb83cf5e7c14b libgcrypt-1.5.2.tar.gz
+086ac76cf91987f66666872cc7d5d5d33c68967e libgcrypt-1.5.1-1.5.2.diff.bz2
For help on developing with Libgcrypt you should read the included