[svn] gcry - r1119 - in branches/LIBGCRYPT-1-2-BRANCH: . src

svn author wk cvs at cvs.gnupg.org
Wed Oct 5 12:07:46 CEST 2005


Author: wk
Date: 2005-10-05 12:07:45 +0200 (Wed, 05 Oct 2005)
New Revision: 1119

Modified:
   branches/LIBGCRYPT-1-2-BRANCH/ChangeLog
   branches/LIBGCRYPT-1-2-BRANCH/Makefile.am
   branches/LIBGCRYPT-1-2-BRANCH/NEWS
   branches/LIBGCRYPT-1-2-BRANCH/README
   branches/LIBGCRYPT-1-2-BRANCH/configure.ac
   branches/LIBGCRYPT-1-2-BRANCH/src/gcrypt.h
Log:
Releasing 1.2.2

Modified: branches/LIBGCRYPT-1-2-BRANCH/ChangeLog
===================================================================
--- branches/LIBGCRYPT-1-2-BRANCH/ChangeLog	2005-10-01 21:30:32 UTC (rev 1118)
+++ branches/LIBGCRYPT-1-2-BRANCH/ChangeLog	2005-10-05 10:07:45 UTC (rev 1119)
@@ -1,3 +1,9 @@
+2005-10-05  Werner Koch  <wk at g10code.com>
+
+	Released 1.2.2.
+	
+	* configure.ac: Set LT to C13/A1/R1.
+
 2005-09-14  Werner Koch  <wk at g10code.com>
 
 	* configure.ac: New option --enable-noexecstack.

Modified: branches/LIBGCRYPT-1-2-BRANCH/Makefile.am
===================================================================
--- branches/LIBGCRYPT-1-2-BRANCH/Makefile.am	2005-10-01 21:30:32 UTC (rev 1118)
+++ branches/LIBGCRYPT-1-2-BRANCH/Makefile.am	2005-10-05 10:07:45 UTC (rev 1119)
@@ -22,7 +22,7 @@
 
 DIST_SUBDIRS = mpi cipher src doc tests w32-dll
 SUBDIRS = mpi cipher src doc tests
-EXTRA_DIST = BUGS autogen.sh README.apichanges README.CVS
+EXTRA_DIST = BUGS autogen.sh README.apichanges README.SVN
 DISTCLEANFILES = 
 
 

Modified: branches/LIBGCRYPT-1-2-BRANCH/NEWS
===================================================================
--- branches/LIBGCRYPT-1-2-BRANCH/NEWS	2005-10-01 21:30:32 UTC (rev 1118)
+++ branches/LIBGCRYPT-1-2-BRANCH/NEWS	2005-10-05 10:07:45 UTC (rev 1119)
@@ -1,12 +1,13 @@
-Noteworthy changes in version 1.2.2
+Noteworthy changes in version 1.2.2 (2005-10-05}
 ------------------------------------------------
 
  * Made the RNG immune against fork without exec.
 
  * Minor changes to some function declarations.  Buffer arguments are
    now typed as void pointer.  This should not affect any compilation.
-   A bug in the definition of gcry_cipher_register has been fixed.
 
+ * A bug in the definition of gcry_cipher_register has been fixed.
+
  * Interface changes relative to the 1.2.1 release:
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  gcry_cipher_encrypt    CHANGED: Arguments IN and OUT are now void*.

Modified: branches/LIBGCRYPT-1-2-BRANCH/README
===================================================================
--- branches/LIBGCRYPT-1-2-BRANCH/README	2005-10-01 21:30:32 UTC (rev 1118)
+++ branches/LIBGCRYPT-1-2-BRANCH/README	2005-10-05 10:07:45 UTC (rev 1119)
@@ -2,7 +2,7 @@
 		   ------------------------------------
   			    Version 1.2.1
 
-    Copyright 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
+    Copyright 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
     This file is free software; as a special exception the author gives
     unlimited permission to copy and/or distribute it, with or without

Modified: branches/LIBGCRYPT-1-2-BRANCH/configure.ac
===================================================================
--- branches/LIBGCRYPT-1-2-BRANCH/configure.ac	2005-10-01 21:30:32 UTC (rev 1118)
+++ branches/LIBGCRYPT-1-2-BRANCH/configure.ac	2005-10-05 10:07:45 UTC (rev 1119)
@@ -27,7 +27,7 @@
 # but remove a "-cvs" prefix right *before* a release and append it
 # soon later.
 
-AC_INIT(libgcrypt, 1.2.2-cvs, bug-libgcrypt at gnupg.org)
+AC_INIT(libgcrypt, 1.2.2, bug-libgcrypt at gnupg.org)
 
 # LT Version numbers, remember to change them just *before* a release.
 #   (Interfaces removed:    CURRENT++, AGE=0, REVISION=0)
@@ -35,7 +35,7 @@
 #   (No interfaces changed:                   REVISION++)
 LIBGCRYPT_LT_CURRENT=13
 LIBGCRYPT_LT_AGE=2
-LIBGCRYPT_LT_REVISION=0
+LIBGCRYPT_LT_REVISION=1
 
 # If the API is changed in an incompatible way: increment the next counter.
 LIBGCRYPT_CONFIG_API_VERSION=1

Modified: branches/LIBGCRYPT-1-2-BRANCH/src/gcrypt.h
===================================================================
--- branches/LIBGCRYPT-1-2-BRANCH/src/gcrypt.h	2005-10-01 21:30:32 UTC (rev 1118)
+++ branches/LIBGCRYPT-1-2-BRANCH/src/gcrypt.h	2005-10-05 10:07:45 UTC (rev 1119)
@@ -49,7 +49,7 @@
    autoconf (using the AM_PATH_GCRYPT macro) check that this header
    matches the installed library.  Note: Do not edit the next line as
    configure may fix the string here.  */
-#define GCRYPT_VERSION "1.2.2-cvs"
+#define GCRYPT_VERSION "1.2.2"
 
 /* Internal: We can't use the convenience macros for the multi
    precision integer functions when building this library. */




More information about the Gnupg-commits mailing list