Synch with the trunk.
authorueno <ueno>
Thu, 7 Feb 2008 09:32:18 +0000 (09:32 +0000)
committerueno <ueno>
Thu, 7 Feb 2008 09:32:18 +0000 (09:32 +0000)
ChangeLog
NEWS
configure.ac

index ea35b9e..818d5f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-07  Daiki Ueno  <ueno@unixuser.org>
+
+       * EasyPG: Version 0.0.16 released.
+       * configure.ac: Bump up version.
+
 2008-02-06  Daiki Ueno  <ueno@unixuser.org>
 
        * epa-file.el (epa-file-passphrase-callback-function): Use
diff --git a/NEWS b/NEWS
index cd7c4ad..d033538 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+* Major changes in 0.0.16
+
+** This will be the final version released under GPL2+.  Subsequent
+   versions will be released under GPL3+.
+
+** epa-mail-encrypt now skips unusable keys.
+
+** epa-file now uses canonical file names as keys for passphrase cache.
+
 * Major changes in 0.0.15
 
 ** Fixed a load-error of epa on XEmacs.
index 303f65d..8beecd8 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.61)
-AC_INIT([epg], [0.0.15], [ueno@unixuser.org])
+AC_INIT([epg], [0.0.16], [ueno@unixuser.org])
 AC_CONFIG_SRCDIR([configure.ac])
 AM_INIT_AUTOMAKE