2004-03-07 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Sun, 7 Mar 2004 17:44:28 +0000 (17:44 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Sun, 7 Mar 2004 17:44:28 +0000 (17:44 +0000)
Released 0.4.5.

* Makefile.am (EXTRA_DIST): Remove autogen.sh and README.CVS.

ChangeLog
Makefile.am
NEWS

index 021a2dfc303c3c7b5da02e2f6206986b1ba196d3..e973e7bccc9e6ae9f765c4b154b68f793acf0604 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-07  Marcus Brinkmann  <marcus@g10code.de>
+
+       Released 0.4.5.
+
+       * Makefile.am (EXTRA_DIST): Remove autogen.sh and README.CVS.
+
 2004-02-18  Werner Koch  <wk@gnupg.org>
 
        * 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  <wk@gnupg.org>
 
        * acinclude.m4: Add AM_PATH_GPG_ERROR.
index 6c156e4eb9a6d3eee622be98684e966f4f5f9ff0..1312ef9cd04e5c8909e0d21a80d782e69bc3480b 100644 (file)
@@ -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
diff --git a/NEWS b/NEWS
index ae00052274fdc536654d0bc9da5c102c99144aea..ded2c4b9c282b0b6bcc2710e5afa97081aa9f520 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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)
 ------------------------------------------------