diff options
author | Marcus Brinkmann <[email protected]> | 2002-02-12 22:08:10 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-02-12 22:08:10 +0000 |
commit | 10750fcfd9e27be2158e5f7de002f4425c74b987 (patch) | |
tree | 2641f0854e0ada91b198b8a1b45cb872ef0b2855 /NEWS | |
parent | Reverting last change. (diff) | |
download | gpgme-10750fcfd9e27be2158e5f7de002f4425c74b987.tar.gz gpgme-10750fcfd9e27be2158e5f7de002f4425c74b987.zip |
2002-02-12 Marcus Brinkmann <[email protected]>
* 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 <[email protected]>
* gpg/Makefile.am (CLEANFILES): New target.
(distclean-local): Rename to ...
(clean-local): ... this.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) ------------------------------------------------ |