aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-02-09 00:26:58 +0000
committerMarcus Brinkmann <[email protected]>2002-02-09 00:26:58 +0000
commitbccaa95b2722eca22721cbc759a9cbf3ae116306 (patch)
treef8ab750c57a1085e06e03fbbca141311b85dda51
parent2002-02-09 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-bccaa95b2722eca22721cbc759a9cbf3ae116306.tar.gz
gpgme-bccaa95b2722eca22721cbc759a9cbf3ae116306.zip
2002-02-09 Marcus Brinkmann <[email protected]>
* Released 0.3.1. * configure.ac (LIBGPGME_LT_CURRENT): Bump it up to 6! (NEED_GPGSM_VERSION): Bump it up to 0.3.0!
Diffstat (limited to '')
-rw-r--r--ChangeLog7
-rw-r--r--NEWS5
-rw-r--r--README2
-rw-r--r--configure.ac4
4 files changed, 15 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b38e130d..c579b2d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-02-09 Marcus Brinkmann <[email protected]>
+
+ * Released 0.3.1.
+
+ * configure.ac (LIBGPGME_LT_CURRENT): Bump it up to 6!
+ (NEED_GPGSM_VERSION): Bump it up to 0.3.0!
+
2002-01-22 Marcus Brinkmann <[email protected]>
* configure.ac (HAVE_JNLIB_LOGGING): Define always for assuan.
diff --git a/NEWS b/NEWS
index 27bcb132..d61b14df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Noteworthy changes in version 0.3.1 (2002-02-09)
+------------------------------------------------
+
* There is a Texinfo manual documenting the API.
* The gpgme_set_keylist_mode function returns an error, and changed
@@ -27,6 +30,8 @@
* An idle function can be registered with gpgme_register_idle().
+ * The GpgSM backend supports key generation with gpgme_op_genkey().
+
* Interface changes relative to the 0.3.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_data_new_from_filepart CHANGED: Type of LENGTH is size_t.
diff --git a/README b/README
index 892cbf0d..2236c24d 100644
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ For support of the CMS (Cryptographic Message Syntax) protocol, you
need the latest CVS version of GpgSM, module name `newpg', at
`:pserver:[email protected]:/cvs/aegypten'.
-You need at least GpgSM 0.0.0.
+You need at least GpgSM 0.3.0.
If configure can't find the `gpgsm' binary in your path, you can
specify the location with the --with-gpgsm=/path/to/gpgsm argument to
diff --git a/configure.ac b/configure.ac
index b039acdc..9e593707 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,11 +27,11 @@
# (Interfaces removed: AGE=0)
# XXXX new functions
AC_INIT(gpgme, 0.3.0a-cvs, [[email protected]])
-LIBGPGME_LT_CURRENT=5
+LIBGPGME_LT_CURRENT=6
LIBGPGME_LT_AGE=0
LIBGPGME_LT_REVISION=0
NEED_GPG_VERSION=1.0.6
-NEED_GPGSM_VERSION=0.0.0
+NEED_GPGSM_VERSION=0.3.0
##############################################
AC_PREREQ(2.52)
AC_REVISION($Revision$)