From: Marcus Brinkmann Date: Tue, 22 Jul 2003 11:48:43 +0000 (+0000) Subject: Fill in missing info. X-Git-Tag: gpgme-1.2.0@1385~579 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5b51dd4fd978d5b799ff8cd512670e85eb992ba9;p=gpgme.git Fill in missing info. --- diff --git a/trunk/NEWS b/trunk/NEWS index 11fc501..a5b6ebd 100644 --- a/trunk/NEWS +++ b/trunk/NEWS @@ -1,3 +1,18 @@ +Noteworthy changes in version 0.4.2 (unreleased) +------------------------------------------------ + + * Allow gpg-error to be in non-standard place when linking the test suite. + + * Configure will fail now if gpg-error can not be found. + + * Fixed initialized memory backed data objects for writing, which + caused the test program to crash (but only on Mac OS, surprisingly). + + * Eliminate use of C99 constructs. + + * Small improvements to the manual. + + Noteworthy changes in version 0.4.1 (2003-06-06) ------------------------------------------------