[Pkg-gnupg-commit] [libassuan] 232/437: Get ready for the envisioned API changes

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libassuan.

commit 6f3011df85fd5388e13786dcf92a7ad434b9791a
Author: Werner Koch <wk at gnupg.org>
Date:   Tue May 27 11:45:44 2008 +0000

    Get ready for the envisioned API changes
---
 NEWS                  |  8 ++++++++
 configure.ac          |  4 ++--
 doc/Makefile.am       |  2 ++
 doc/README.apichanges | 11 +++++++++++
 4 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 3a36243..33ba58a 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index 4f8ce8e..814523c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,8 +24,8 @@ min_automake_version="1.10"
 # 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;}')]))
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 7d9210d..daea6e0 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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
diff --git a/doc/README.apichanges b/doc/README.apichanges
new file mode 100644
index 0000000..0a45afe
--- /dev/null
+++ b/doc/README.apichanges
@@ -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.
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list