From: ueno Date: Thu, 7 Feb 2008 09:32:18 +0000 (+0000) Subject: Synch with the trunk. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d4af47f3f5afd516eb2c2b2797c4e0f865726b89;p=elisp%2Fepg.git Synch with the trunk. --- diff --git a/ChangeLog b/ChangeLog index ea35b9e..818d5f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-07 Daiki Ueno + + * EasyPG: Version 0.0.16 released. + * configure.ac: Bump up version. + 2008-02-06 Daiki Ueno * epa-file.el (epa-file-passphrase-callback-function): Use diff --git a/NEWS b/NEWS index cd7c4ad..d033538 100644 --- 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. diff --git a/configure.ac b/configure.ac index 303f65d..8beecd8 100644 --- a/configure.ac +++ b/configure.ac @@ -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