summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-01-20 17:42:37 +0100
committerWerner Koch <wk@gnupg.org>2011-01-20 17:42:37 +0100
commit54f50ea4d1e5d0e94d8cc16ed777fca88b076ee4 (patch)
treed38c599cbc269f1a5fed4a7562c826b42a230885
parent94760660ab77bab25b24d67f8e813f1b49d35e07 (diff)
downloadlibgcrypt-54f50ea4d1e5d0e94d8cc16ed777fca88b076ee4.tar.gz
Revert version number to 1.5.0.
Update AUTHORS and NEWS.
-rw-r--r--AUTHORS8
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 74df9561..571dcb1d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -88,9 +88,13 @@ werner.dittmann@t-online.de
GNUPG David Shaw
Assigns past and future changes.
-dshaw@jabberwocky.com>
+dshaw@jabberwocky.com
(cipher/camellia-glue.c and related stuff)
+LIBGCRYPT Andrey Jivsov 2010-12-09
+Assigns Past and Future Changes
+openpgp@brainhub.org
+(cipher/ecc.c and related files)
More credits
@@ -119,7 +123,7 @@ security corporation. See the file for details.
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2006,
- 2007, 2008, 2009 Free Software Foundation, Inc.
+ 2007, 2008, 2009, 2011 Free Software Foundation, Inc.
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
diff --git a/NEWS b/NEWS
index 0b1ecbc6..07240090 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,8 @@ Noteworthy changes in version 1.5.x (unreleased)
* Support for WindowsCE.
+ * Support ECDH.
+
* Interface changes relative to the 1.4.2 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GCRY_CIPHER_MODE_AESWRAP NEW.
diff --git a/configure.ac b/configure.ac
index b7fa853f..c6bff373 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ min_automake_version="1.10"
# Remember to change the version number immediately *after* a release.
# 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], [1.6.0])
+m4_define([my_version], [1.5.0])
m4_define([my_issvn], [yes])
m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \