[Gpgoe-commits] r17 - in trunk: . doc

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Apr 11 21:05:06 CEST 2006


Author: twoaday
Date: 2006-04-11 21:05:05 +0200 (Tue, 11 Apr 2006)
New Revision: 17

Modified:
   trunk/NEWS
   trunk/configure.ac
   trunk/doc/gpgoe.texi
Log:
Release version 0.8.0



Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2006-04-11 06:56:23 UTC (rev 16)
+++ trunk/NEWS	2006-04-11 19:05:05 UTC (rev 17)
@@ -1,6 +1,17 @@
-Noteworthy changes in version 0.7.0 (2006-04-XX)
+Noteworthy changes in version 0.8.0 (2006-04-11)
 ------------------------------------------------
 
+* Decrypt message to allow plain text replies.
+* Do not issue an error when the user cancelled 
+  the passphrase callback.
+* Minor cleanups and several bug fixes all over
+  the place.
+* First release which includes a real documentation.
+
+
+Noteworthy changes in version 0.7.0 (2006-04-05)
+------------------------------------------------
+
 * UTF8 support for the message text.
 * The text viewer now allows to copy the text 
   and to quote the text to make answers easier.

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2006-04-11 06:56:23 UTC (rev 16)
+++ trunk/configure.ac	2006-04-11 19:05:05 UTC (rev 17)
@@ -7,7 +7,7 @@
 # Version number: Remember to change it immediately *after* a release.
 #                 Make sure to run  "svn up" before a "make dist".
 #                 Add a "-cvs" prefix for non-released code.
-AC_INIT(gpgoe, 0.8.0-cvs, twoaday at freakmail.de)
+AC_INIT(gpgoe, 0.8.0, twoaday at freakmail.de)
 
 NEED_GPGME_API=1
 NEED_GPGME_VERSION=1.1.0

Modified: trunk/doc/gpgoe.texi
===================================================================
--- trunk/doc/gpgoe.texi	2006-04-11 06:56:23 UTC (rev 16)
+++ trunk/doc/gpgoe.texi	2006-04-11 19:05:05 UTC (rev 17)
@@ -49,6 +49,9 @@
 If you want to use S/MIME again, just unload the plugin (quit
 gpgoeinit.exe).
 
+ at strong{It is very important to close Outlook Express before you
+unload the plug-in}
+
 @section How to use the plug-in
 
 @subsection Encrypt a message



More information about the Gpgoe-commits mailing list