* configure.ac: Bump up LIBGPGME_LT_REVISION.
authorWerner Koch <wk@gnupg.org>
Tue, 15 Oct 2002 10:00:49 +0000 (10:00 +0000)
committerWerner Koch <wk@gnupg.org>
Tue, 15 Oct 2002 10:00:49 +0000 (10:00 +0000)
(NEED_GPG_VERSION): Set to 1.2.0
(NEED_GPGSM_VERSION): Set to 0.9.2

branches/gpgme-0-3-branch/ChangeLog
branches/gpgme-0-3-branch/NEWS
branches/gpgme-0-3-branch/README
branches/gpgme-0-3-branch/TODO
branches/gpgme-0-3-branch/configure.ac

index 3311f8c565f616928d1e3f411e341ce36928b829..d843c09ddca254f5680bc6579ff8f51f4de465ec 100644 (file)
@@ -1,3 +1,11 @@
+2002-10-15  Werner Koch  <wk@gnupg.org>
+
+        Released 0.3.12
+       
+       * configure.ac: Bump up LIBGPGME_LT_REVISION.
+       (NEED_GPG_VERSION): Set to 1.2.0
+       (NEED_GPGSM_VERSION): Set to 0.9.2
+
 2002-09-20  Werner Koch  <wk@gnupg.org>
 
        Released 0.3.11.
index 2646937a4775463c6b33c1665cf42a8af751f9f4..715e83f4291aec4b57f2d46f18ba5d39b36e091c 100644 (file)
@@ -1,6 +1,11 @@
-Noteworthy changes in version 0.3.12 (unreleased)
+Noteworthy changes in version 0.3.12 (2002-10-15)
 -------------------------------------------------
 
+ * Fixed some bux with key listsings.  
+
+ * The development has been branched to clean up some API issues.
+   This 0.3 series will be kept for compatibility reasons; so do don't
+   expect new features.
 
 Noteworthy changes in version 0.3.11 (2002-09-20)
 -------------------------------------------------
index 37327a404c81a619a5f16693d20b95589aaa10be..50e0565d499411740f0edc2cd7a561c5b3034731 100644 (file)
@@ -6,19 +6,14 @@
 If you want to hack on it, start with one of the `tests/gpg/t-foo'
 programs.
 
-For support of the OpenPGP protocol (default), you need the latest CVS
-version of GnuPG 1.0, see `http://www.gnupg.org/cvs-access.html'.
-
-You need at least GnuPG 1.0.7, but don't use a 1.1.x version.
+For support of the OpenPGP protocol (default), you need at least GnuPG
+1.2.0.
 
 If configure can't find the `gpg' binary in your path, you can specify
 the location with the --with-gpg=/path/to/gpg argument to configure.
 
 For support of the CMS (Cryptographic Message Syntax) protocol, you
-need the latest CVS version of GpgSM, module name `newpg', at
-`:pserver:anoncvs@cvs.gnupg.org:/cvs/aegypten'.
-
-You need at least GpgSM 0.3.8.
+need at least newpg 0.9.2
 
 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
index 2ece7e918c08def134af2fd7440c1a9aff02e948..d0e6105dceb6d487d595f70c1214e17e59b96336 100644 (file)
@@ -68,9 +68,6 @@ Hey Emacs, this is -*- outline -*- mode!
 ** Make sure everything is cleaned correctly (esp. test area).
 
 Bugs reported by Stephane Corthesy:
-> BTW, here's another bug: it it not possible to retrieve fingerprints  
-> for subkeys
---> This seems to work now (wk 2002-08-20)
 
 > In GpgmeRecipients, would it be possible to provide a function which  
 > would return the validity assigned to a name contained in the  
index 0e2bc451727a5306c45560feaf731a08da0faba9..99900996d76c43c49f63d78be6a99dcaabc59eb5 100644 (file)
@@ -30,9 +30,9 @@ AC_INIT(gpgme, 0.3.12, [bug-gpgme@gnupg.org])
 #
 LIBGPGME_LT_CURRENT=9
 LIBGPGME_LT_AGE=3
-LIBGPGME_LT_REVISION=2
-NEED_GPG_VERSION=1.0.7
-NEED_GPGSM_VERSION=0.3.8
+LIBGPGME_LT_REVISION=3
+NEED_GPG_VERSION=1.2.0
+NEED_GPGSM_VERSION=0.9.2
 ##############################################
 AC_PREREQ(2.52)
 AC_REVISION($Revision$)