[svn] GpgOL - r327 - trunk
svn author wk
cvs at cvs.gnupg.org
Tue Jan 5 11:18:51 CET 2010
Author: wk
Date: 2010-01-05 11:18:51 +0100 (Tue, 05 Jan 2010)
New Revision: 327
Modified:
trunk/NEWS
trunk/configure.ac
Log:
Preparing a release
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2009-12-22 16:35:20 UTC (rev 326)
+++ trunk/NEWS 2010-01-05 10:18:51 UTC (rev 327)
@@ -1,5 +1,5 @@
-Noteworthy changes for version 1.1.0
-===================================================
+Noteworthy changes for version 1.1.0 (2010-01-05)
+=================================================
* Replaced most ECE code by direct OOM code. This was required to
support better icons; i.e. icons not limited to a 16 color palette.
@@ -7,11 +7,11 @@
* New icons.
* Removed protocol selection. The UI-server is now expected to select
- the protocol (i.e. the auto selection modus is now the only one).
+ the protocol (i.e. the auto selection mode is now the only one).
Noteworthy changes for version 1.0.1 (2009-09-28)
-===================================================
+=================================================
* No more event loop peeking to avoid problem with Office programs.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2009-12-22 16:35:20 UTC (rev 326)
+++ trunk/configure.ac 2010-01-05 10:18:51 UTC (rev 327)
@@ -17,7 +17,7 @@
# Set my_issvn to "yes" for non-released code. Remember to run an
# "svn up" and "autogen.sh" right before creating a distribution.
m4_define([my_version], [1.1.0])
-m4_define([my_issvn], [yes])
+m4_define([my_issvn], [no])
m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
|| echo 'Revision: 0')|sed -n '/^Revision:/ {s/[^0-9]//gp;q;}')]))
More information about the Gnupg-commits
mailing list