2002-02-12 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Tue, 12 Feb 2002 22:08:10 +0000 (22:08 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Tue, 12 Feb 2002 22:08:10 +0000 (22:08 +0000)
* configure.ac (AC_INIT): Bump version to 0.3.3.
* jnlib/Makefile.am: Rever to older version that includes xmalloc
but not dotlock and some other files.  Reported by St�phane
Corth�sy.

tests/
2002-02-12  Marcus Brinkmann  <marcus@g10code.de>

* gpg/Makefile.am (CLEANFILES): New target.
(distclean-local): Rename to ...
(clean-local): ... this.

ChangeLog
NEWS
configure.ac
gpgme/gpgme.h
tests/ChangeLog
tests/gpg/Makefile.am

index a9a50ae8c2466c4f257131705fb803dfbf0dd184..5477815c69342116bcd08e6680d36c315b964ac2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-02-12  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac (AC_INIT): Bump version to 0.3.3.
+       * jnlib/Makefile.am: Rever to older version that includes xmalloc
+       but not dotlock and some other files.  Reported by Stéphane
+       Corthésy.
+       
 2002-02-10  Marcus Brinkmann  <marcus@g10code.de>
 
        * Released 0.3.2.
diff --git a/NEWS b/NEWS
index e917050aa0e60f539a612a992b751f8607283890..b130c450c286e556b09cd1f31d3820a3ae33a1e6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Noteworthy changes in version 0.3.3 (2002-02-12)
+------------------------------------------------
+
+ * Fix the Makefile in jnlib.
+
+ * Fix the test suite (hopefully).  It should clean up all its state
+   with `make check' now.
+
+
 Noteworthy changes in version 0.3.2 (2002-02-10)
 ------------------------------------------------
 
index 83426b23533ded66dc87e05843ba02d18c5269f7..95073b9ef66ad150a31f9ccc7222b7a7cd737059 100644 (file)
@@ -26,7 +26,7 @@
 #   (Interfaces added:                 AGE++)
 #   (Interfaces removed:               AGE=0)
 # XXXX new functions
-AC_INIT(gpgme, 0.3.2, [gnupg-devel@gnupg.org])
+AC_INIT(gpgme, 0.3.3, [gnupg-devel@gnupg.org])
 LIBGPGME_LT_CURRENT=6
 LIBGPGME_LT_AGE=0
 LIBGPGME_LT_REVISION=0
index 96d1f1f5e4fe0e135157c1e5db3b4be0a8641b8e..a605e2839296f6091ad611985f44613602cea148 100644 (file)
@@ -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.2"
+#define GPGME_VERSION "0.3.3"
 
 
 /* The opaque data types used by GPGME.  */
index f7e1c2d4d4b6fa99c771a9b1182dd479f5622334..4e0fddcda696593ca06fe4f9c97a9b2b46fe5f00 100644 (file)
@@ -1,3 +1,9 @@
+2002-02-12  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpg/Makefile.am (CLEANFILES): New target.
+       (distclean-local): Rename to ...
+       (clean-local): ... this.
+
 2002-02-09  Marcus Brinkmann  <marcus@g10code.de>
 
        * gpgsm/Makefile.am (./private-keys-v1.d/$(key_id).key): Fix rule.
index b18088c139dc05c8734d5a2008b38a287b2cb87d..1977d2a4834a2c0dcb2ec50f4c834d9dd08be011 100644 (file)
@@ -26,6 +26,7 @@ TESTS_ENVIRONMENT = GNUPGHOME=.
 TESTS = t-encrypt 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
 
 EXTRA_DIST = mkdemodirs pubdemo.asc secdemo.asc cipher-1.asc cipher-2.asc \
        geheim.txt pubkey-1.asc seckey-1.asc
@@ -37,7 +38,7 @@ LDADD = ../../gpgme/libgpgme.la
 # We don't run t-genkey in the test suite, because it taes too long
 noinst_PROGRAMS = $(TESTS) t-genkey
 
-distclean-local:
+clean-local:
        $(srcdir)/mkdemodirs --clean
 
 all-local: ./pubring.gpg ./secring.gpg