[svn] pinentry - r221 - trunk
svn author wk
cvs at cvs.gnupg.org
Wed Mar 3 15:08:22 CET 2010
Author: wk
Date: 2010-03-03 15:08:21 +0100 (Wed, 03 Mar 2010)
New Revision: 221
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.ac
Log:
Prepare a release.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-03-02 12:27:43 UTC (rev 220)
+++ trunk/ChangeLog 2010-03-03 14:08:21 UTC (rev 221)
@@ -1,3 +1,7 @@
+2010-03-03 Werner Koch <wk at g10code.com>
+
+ Release 0.8.0.
+
2010-03-02 Werner Koch <wk at g10code.com>
* qt4/main.cpp (from_utf8): Add extra braces for clarity.
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2010-03-02 12:27:43 UTC (rev 220)
+++ trunk/NEWS 2010-03-03 14:08:21 UTC (rev 221)
@@ -1,7 +1,11 @@
-Noteworthy changes in version 0.7.7 (unreleased)
+Noteworthy changes in version 0.8.0 (2010-03-03)
------------------------------------------------
+ * Beautified the qt4 pinentry
+ * Minor enhancements.
+
+
Noteworthy changes in version 0.7.6 (2009-06-19)
------------------------------------------------
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2010-03-02 12:27:43 UTC (rev 220)
+++ trunk/configure.ac 2010-03-03 14:08:21 UTC (rev 221)
@@ -31,8 +31,8 @@
# specific feature can already be done under the assumption that the
# SVN version is the most recent one in a branch. To disable the SVN
# version for the real release, set the my_issvn macro to no.
-m4_define(my_version, [0.7.7])
-m4_define(my_issvn, [yes])
+m4_define(my_version, [0.8.0])
+m4_define(my_issvn, [no])
m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \
| sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))
More information about the Gnupg-commits
mailing list