diff options
author | Marcus Brinkmann <[email protected]> | 2004-03-07 17:44:28 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-03-07 17:44:28 +0000 |
commit | e51f03d726be7c8d947e3d3226819b087d46519a (patch) | |
tree | 0335252d7e24f6bd6a5403a95f36fd9a8fd50a53 | |
parent | 2004-03-07 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-e51f03d726be7c8d947e3d3226819b087d46519a.tar.gz gpgme-e51f03d726be7c8d947e3d3226819b087d46519a.zip |
2004-03-07 Marcus Brinkmann <[email protected]>
Released 0.4.5.
* Makefile.am (EXTRA_DIST): Remove autogen.sh and README.CVS.
-rw-r--r-- | trunk/ChangeLog | 8 | ||||
-rw-r--r-- | trunk/Makefile.am | 2 | ||||
-rw-r--r-- | trunk/NEWS | 5 |
3 files changed, 10 insertions, 5 deletions
diff --git a/trunk/ChangeLog b/trunk/ChangeLog index 021a2dfc..e973e7bc 100644 --- a/trunk/ChangeLog +++ b/trunk/ChangeLog @@ -1,3 +1,9 @@ +2004-03-07 Marcus Brinkmann <[email protected]> + + Released 0.4.5. + + * Makefile.am (EXTRA_DIST): Remove autogen.sh and README.CVS. + 2004-02-18 Werner Koch <[email protected]> * configure.ac: Make the check for funopen fail with just a @@ -30,7 +36,7 @@ * README.CVS: New. * Makefile.am (EXTRA_DIST): Added README.CVS. * autogen.sh: Updated. - + 2003-11-19 Werner Koch <[email protected]> * acinclude.m4: Add AM_PATH_GPG_ERROR. diff --git a/trunk/Makefile.am b/trunk/Makefile.am index 6c156e4e..1312ef9c 100644 --- a/trunk/Makefile.am +++ b/trunk/Makefile.am @@ -19,7 +19,7 @@ ## Process this file with automake to produce Makefile.in -EXTRA_DIST = README-alpha autogen.sh gpgme.spec.in README.CVS +EXTRA_DIST = README-alpha gpgme.spec.in if BUILD_ASSUAN assuan = assuan @@ -1,4 +1,4 @@ -Noteworthy changes in version 0.4.5 (unreleased) +Noteworthy changes in version 0.4.5 (2004-03-07) ------------------------------------------------ * GPGME is now compiled with LFS (large file support) by default. @@ -67,6 +67,7 @@ gpgme_data_seek CHANGED: off_t is now a largefile type. gpgme_data_new_from_filepart CHANGED: off_t is now a largefile type. GPGME_KEYLIST_MODE_VALIDATE NEW gpgme_cancel NEW +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Noteworthy changes in version 0.4.4 (2004-01-12) ------------------------------------------------ @@ -81,7 +82,6 @@ Noteworthy changes in version 0.4.4 (2004-01-12) gpgme_key_sig_t CHANGED: class deprecated, use new sig_class. gpgme_new_signature_t CHANGED: class deprecated, use new sig_class. - Noteworthy changes in version 0.4.3 (2003-10-06) ------------------------------------------------ @@ -160,7 +160,6 @@ gpgme_set_locale NEW gpgme_hash_algo_name CHANGED: Slight adjustment of algo names. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Noteworthy changes in version 0.4.2 (2003-07-30) ------------------------------------------------ |