[git] KSBA - branch, master, updated. libksba-1.2.0-12-gea84874

by Werner Koch cvs at cvs.gnupg.org
Thu Sep 27 18:05:18 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "KSBA is a library to access X.509 certificates and CMS data.".

The branch, master has been updated
       via  ea8487406ecafbcf190008b6c8a5c8e7c63ed6b8 (commit)
      from  1533a9662128fca669eeb661308939cdc8e5d74b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ea8487406ecafbcf190008b6c8a5c8e7c63ed6b8
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Sep 27 16:20:54 2012 +0200

    Release 1.3.0
    
    * configure.ac: Set LT version to C19/A11/R1.

diff --git a/NEWS b/NEWS
index 16b56a4..f0c6f37 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
-Noteworthy changes in version 1.3.0 (unreleased)
+Noteworthy changes in version 1.3.0 (2012-09-27)
 ------------------------------------------------
 
- * Changed the license of the library from GPLv3 to a LGPLv3/GPLv2;
-   see the file AUTHORS for details.
+ * Changed the license of the library from GPLv3 to LGPLv3/GPLv2; see
+   the file AUTHORS for details.
 
- * Minor bug fixes
+ * Minor bug fixes.
 
 
 Noteworthy changes in version 1.2.0 (2011-03-01)
diff --git a/README.SVN b/README.GIT
similarity index 82%
rename from README.SVN
rename to README.GIT
index ae17923..ee2c638 100644
--- a/README.SVN
+++ b/README.GIT
@@ -1,9 +1,11 @@
-If you are building from CVS, run the script
+If you are building from GIT, run the script
 
 ./autogen.sh
 
 first, to make sure that you have all the necessary maintainer tools
-are installed and to build the actual configuration files.  Then run
+are installed and to build the actual configuration files.  If you
+have just checked out from GIT, you should add the option "--force" to
+autogen.sh so that meta data is noticed by autom4te.cache.  Then run
 
 ./configure --enable-maintainer-mode
 
@@ -14,7 +16,7 @@ tools, or the tools are not installed, you may use environment
 variables to override the default tool names:
 
  AUTOMAKE_SUFFIX  is used as a suffix for all tools from the automake
-                  package.  For example 
+                  package.  For example
                      AUTOMAKE_SUFFIX="-1.7" ./autogen.sh
                   uses "automake-1.7" and "aclocal-1.7.
  AUTOMAKE_PREFIX  is used as a prefix for all tools from the automake
@@ -35,17 +37,13 @@ It is also possible to use the variable name AUTOMAKE, AUTOCONF,
 ACLOCAL, AUTOHEADER, GETTEXT and MSGMERGE to directly specify the name
 of the programs to run.  It is however better to use the suffix and
 prefix forms as described above because that does not require
-knowledge about the actual tools used by autgen.sh.
+knowledge about the actual tools used by autogen.sh.
 
 
 Please don't use autopoint, libtoolize or autoreconf unless you are
 the current maintainer and want to update the standard configuration
-files.  All those files should be in the CVS and only updated manually
+files.  All those files should be in GIT and only updated manually
 if the maintainer decides that newer versions are required.  The
 maintainer should also make sure that the required version of automake
 et al. are properly indicated at the top of configure.ac and take care
 to copy the files and not merely use symlinks.
-
-
-
-
diff --git a/configure.ac b/configure.ac
index 5ae69b6..08a2552 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,7 @@ AC_INIT([libksba],[mym4_full_version],[http://bugs.gnupg.org])
 # Please remember to document interface changes in the NEWS file.
 LIBKSBA_LT_CURRENT=19
 LIBKSBA_LT_AGE=11
-LIBKSBA_LT_REVISION=0
+LIBKSBA_LT_REVISION=1
 #-------------------
 # If the API is changed in an incompatible way: increment the next counter.
 KSBA_CONFIG_API_VERSION=1

-----------------------------------------------------------------------

Summary of changes:
 NEWS                     |    8 ++++----
 README.SVN => README.GIT |   16 +++++++---------
 configure.ac             |    2 +-
 3 files changed, 12 insertions(+), 14 deletions(-)
 rename README.SVN => README.GIT (82%)


hooks/post-receive
-- 
KSBA is a library to access X.509 certificates and CMS data.
http://git.gnupg.org




More information about the Gnupg-commits mailing list