* configure.ac (AC_INIT): Bump version up to 0.4.0.
(NEED_GPG_VERSION): Bump up to 1.2.0.
(NEED_GPGSM_VERSION): Bump up to 0.9.0.
* README: Update version numbers.
* NEWS: Start entry for 0.4.0.
+2002-10-08 Marcus Brinkmann <marcus@g10code.de>
+
+ * configure.ac (AC_INIT): Bump version up to 0.4.0.
+ (NEED_GPG_VERSION): Bump up to 1.2.0.
+ (NEED_GPGSM_VERSION): Bump up to 0.9.0.
+ * README: Update version numbers.
+ * NEWS: Start entry for 0.4.0.
+
2002-09-20 Werner Koch <wk@gnupg.org>
Released 0.3.11.
-Noteworthy changes in version 0.3.12 (unreleased)
--------------------------------------------------
+Noteworthy changes in version 0.4.0 (unreleased)
+------------------------------------------------
Noteworthy changes in version 0.3.11 (2002-09-20)
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'.
+version of GnuPG 1.2, 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.
+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.
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.
+You need at least GpgSM 0.9.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
# (Process this file with autoconf to produce a configure script.)
# Version number: Remember to change it immediately *after* a release.
-AC_INIT(gpgme, 0.3.12, [bug-gpgme@gnupg.org])
+AC_INIT(gpgme, 0.4.0, [bug-gpgme@gnupg.org])
# LT Version numbers, remember to change them just *before* a release.
# (Code changed: REVISION++)
# (Interfaces added/removed/changed: CURRENT++, REVISION=0)
LIBGPGME_LT_CURRENT=9
LIBGPGME_LT_AGE=3
LIBGPGME_LT_REVISION=2
-NEED_GPG_VERSION=1.0.7
-NEED_GPGSM_VERSION=0.3.8
+NEED_GPG_VERSION=1.2.0
+NEED_GPGSM_VERSION=0.9.0
##############################################
AC_PREREQ(2.52)
AC_REVISION($Revision$)