[svn] assuan - r287 - in trunk: . doc
svn author wk
cvs at cvs.gnupg.org
Tue May 27 13:45:45 CEST 2008
Author: wk
Date: 2008-05-27 13:45:44 +0200 (Tue, 27 May 2008)
New Revision: 287
Added:
trunk/doc/README.apichanges
Modified:
trunk/NEWS
trunk/configure.ac
trunk/doc/Makefile.am
Log:
Get ready for the envisioned API changes
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2008-05-25 08:49:00 UTC (rev 286)
+++ trunk/NEWS 2008-05-27 11:45:44 UTC (rev 287)
@@ -1,3 +1,11 @@
+Noteworthy changes in version 1.1.0
+------------------------------------------------
+
+ * API change: See doc/README.apichanges.
+
+ * Now using libtool and builds a DSO.
+
+
Noteworthy changes in version 1.0.5 (2008-05-25)
------------------------------------------------
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2008-05-25 08:49:00 UTC (rev 286)
+++ trunk/configure.ac 2008-05-27 11:45:44 UTC (rev 287)
@@ -24,8 +24,8 @@
# Remember to change the version number immediately *after* a release.
# 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.0.5])
-m4_define([my_issvn], [no])
+m4_define([my_version], [1.1.0])
+m4_define([my_issvn], [yes])
m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
|| echo 'Revision: 0')|sed -n '/^Revision:/ {s/[^0-9]//gp;q;}')]))
Modified: trunk/doc/Makefile.am
===================================================================
--- trunk/doc/Makefile.am 2008-05-25 08:49:00 UTC (rev 286)
+++ trunk/doc/Makefile.am 2008-05-27 11:45:44 UTC (rev 287)
@@ -18,6 +18,8 @@
## Process this file with automake to produce Makefile.in
+EXTRA_DIST = README.apichanges
+
info_TEXINFOS = assuan.texi
assuan_TEXINFOS = lgpl.texi gpl.texi
Added: trunk/doc/README.apichanges
===================================================================
--- trunk/doc/README.apichanges 2008-05-25 08:49:00 UTC (rev 286)
+++ trunk/doc/README.apichanges 2008-05-27 11:45:44 UTC (rev 287)
@@ -0,0 +1,11 @@
+README.apichanges -*- text -*-
+
+API changes between 1.0.5 and 1.1.0:
+====================================
+
+While allowing to build libassuan as a DSO we decided to clean up the
+API. The changes are straightforward and it should obnly take a few
+minutes to fix your code.
+
+ TODO.
+
More information about the Gnupg-commits
mailing list