From bdbebdeb00222a586010e3106778178b62f894b1 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 4 Mar 2002 11:16:11 +0000 Subject: [PATCH] * gpg/Makefile.am (DISTCLEANFILES): Added. * configure.ac: Bumbed LT version numbers to (7,1,0), requires gpgsm 0.3.1. --- trunk/ChangeLog | 7 +++++++ trunk/NEWS | 2 ++ trunk/configure.ac | 10 +++++----- trunk/gpgme/gpgme.h | 2 +- trunk/tests/ChangeLog | 4 ++++ trunk/tests/gpg/Makefile.am | 1 + 6 files changed, 20 insertions(+), 6 deletions(-) diff --git a/trunk/ChangeLog b/trunk/ChangeLog index f5ce421..605e1a6 100644 --- a/trunk/ChangeLog +++ b/trunk/ChangeLog @@ -1,3 +1,10 @@ +2002-03-04 Werner Koch + + Released 0.3.4. + + * configure.ac: Bumbed LT version numbers to (7,1,0), requires + gpgsm 0.3.1. + 2002-03-03 Marcus Brinkmann * configure.ac (AC_INIT): Change version number to snapshot CVS diff --git a/trunk/NEWS b/trunk/NEWS index b406c49..3e70ac4 100644 --- a/trunk/NEWS +++ b/trunk/NEWS @@ -1,3 +1,5 @@ +Noteworthy changes in version 0.3.4 (2002-03-04) +------------------------------------------------ * gpgme_op_encrypt does now fail with GPGME_Invalid_Recipients if some recipients have been invalid, whereas earlier versions diff --git a/trunk/configure.ac b/trunk/configure.ac index 817d36f..0f35255 100644 --- a/trunk/configure.ac +++ b/trunk/configure.ac @@ -25,13 +25,13 @@ # (Interfaces added/removed/changed: CURRENT++, REVISION=0) # (Interfaces added: AGE++) # (Interfaces removed: AGE=0) -# XXXX new functions -AC_INIT(gpgme, 0.3.4-cvs, [gnupg-devel@gnupg.org]) -LIBGPGME_LT_CURRENT=6 -LIBGPGME_LT_AGE=0 +# +AC_INIT(gpgme, 0.3.4, [gnupg-devel@gnupg.org]) +LIBGPGME_LT_CURRENT=7 +LIBGPGME_LT_AGE=1 LIBGPGME_LT_REVISION=0 NEED_GPG_VERSION=1.0.6 -NEED_GPGSM_VERSION=0.3.0 +NEED_GPGSM_VERSION=0.3.1 ############################################## AC_PREREQ(2.52) AC_REVISION($Revision$) diff --git a/trunk/gpgme/gpgme.h b/trunk/gpgme/gpgme.h index fd09306..66419d2 100644 --- a/trunk/gpgme/gpgme.h +++ b/trunk/gpgme/gpgme.h @@ -43,7 +43,7 @@ extern "C" { AM_PATH_GPGME macro) check that this header matches the installed library. Warning: Do not edit the next line. configure will do that for you! */ -#define GPGME_VERSION "0.3.3" +#define GPGME_VERSION "0.3.4" /* The opaque data types used by GPGME. */ diff --git a/trunk/tests/ChangeLog b/trunk/tests/ChangeLog index 0d62f7a..5769802 100644 --- a/trunk/tests/ChangeLog +++ b/trunk/tests/ChangeLog @@ -1,3 +1,7 @@ +2002-03-04 Werner Koch + + * gpg/Makefile.am (DISTCLEANFILES): Added. + 2002-03-03 Marcus Brinkmann * gpg/t-verify.c (main): Add a few more sanity checks, and a check diff --git a/trunk/tests/gpg/Makefile.am b/trunk/tests/gpg/Makefile.am index 424e9d2..f0c6f2b 100644 --- a/trunk/tests/gpg/Makefile.am +++ b/trunk/tests/gpg/Makefile.am @@ -27,6 +27,7 @@ TESTS = t-encrypt t-encrypt-sign t-sign t-signers t-decrypt t-verify \ t-decrypt-verify t-keylist t-export t-import t-trustlist CLEANFILES = secring.gpg pubring.gpg trustdb.gpg random_seed +DISTCLEANFILES = pubring.gpg~ random_seed EXTRA_DIST = mkdemodirs pubdemo.asc secdemo.asc cipher-1.asc cipher-2.asc \ geheim.txt pubkey-1.asc seckey-1.asc -- 2.26.2