gpgme (ChangeLog Makefile.am NEWS README acinclude.m4 configure.ac)

cvs user marcus cvs at cvs.gnupg.org
Wed Jan 12 11:21:33 CET 2005


    Date: Wednesday, January 12, 2005 @ 11:28:42
  Author: marcus
    Path: /cvs/gpgme/gpgme

Modified: ChangeLog Makefile.am NEWS README acinclude.m4 configure.ac

2004-12-28  Werner Koch  <wk at g10code.com>

	Released 1.0.2.

	* Makefile.am (AUTOMAKE_OPTIONS): Build bzip 2 version.
	(ACLOCAL_AMFLAGS): Add -I m4.
	* configure.ac: Require automake 1.9.3 and autoconf 2.59.
	* acinclude.m4: Changed quoting for automake 1.9.
	* README: Use SHA1 instead of MD5.


--------------+
 ChangeLog    |   10 ++++++++++
 Makefile.am  |    5 ++++-
 NEWS         |    7 +++++++
 README       |   10 +++++-----
 acinclude.m4 |    4 ++--
 configure.ac |   10 +++++-----
 6 files changed, 33 insertions(+), 13 deletions(-)


Index: gpgme/ChangeLog
diff -u gpgme/ChangeLog:1.110 gpgme/ChangeLog:1.111
--- gpgme/ChangeLog:1.110	Sat Dec 11 16:48:00 2004
+++ gpgme/ChangeLog	Wed Jan 12 11:28:42 2005
@@ -1,3 +1,13 @@
+2004-12-28  Werner Koch  <wk at g10code.com>
+
+	Released 1.0.2.
+
+	* Makefile.am (AUTOMAKE_OPTIONS): Build bzip 2 version.
+	(ACLOCAL_AMFLAGS): Add -I m4.
+	* configure.ac: Require automake 1.9.3 and autoconf 2.59.
+	* acinclude.m4: Changed quoting for automake 1.9.
+	* README: Use SHA1 instead of MD5.
+
 2004-12-11  Marcus Brinkmann  <marcus at g10code.de>
 
 	* configure.ac: Replace ttyname_r if it doesn't exist (and warn in
Index: gpgme/Makefile.am
diff -u gpgme/Makefile.am:1.18 gpgme/Makefile.am:1.19
--- gpgme/Makefile.am:1.18	Tue Dec  7 22:13:36 2004
+++ gpgme/Makefile.am	Wed Jan 12 11:28:42 2005
@@ -1,6 +1,6 @@
 # Makefile.am - Top level Makefile for GPGME.
 # Copyright (C) 2000 Werner Koch (dd9jn)
-# Copyright (C) 2001, 2002, 2004 g10 Code GmbH
+# Copyright (C) 2001, 2002, 2004, 2005 g10 Code GmbH
 # 
 # This file is part of GPGME.
 # 
@@ -20,6 +20,9 @@
 
 ## Process this file with automake to produce Makefile.in
 
+ACLOCAL_AMFLAGS = -I m4
+AUTOMAKE_OPTIONS = dist-bzip2
+
 EXTRA_DIST = gpgme.spec.in
 
 if BUILD_ASSUAN
Index: gpgme/NEWS
diff -u gpgme/NEWS:1.138 gpgme/NEWS:1.139
--- gpgme/NEWS:1.138	Tue Dec  7 22:24:03 2004
+++ gpgme/NEWS	Wed Jan 12 11:28:42 2005
@@ -11,6 +11,13 @@
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
+Noteworthy changes in version 1.0.2 (2004-12-28)
+------------------------------------------------
+
+ * Changed the license of the library to the GNU Lesser General Public
+   License (LGPL), version 2.1 or later.
+
+
 Noteworthy changes in version 1.0.1 (2004-10-22)
 ------------------------------------------------
 
Index: gpgme/README
diff -u gpgme/README:1.30 gpgme/README:1.31
--- gpgme/README:1.30	Tue Dec  7 22:13:36 2004
+++ gpgme/README	Wed Jan 12 11:28:42 2005
@@ -44,7 +44,7 @@
 libgpg-error 0.5.
 
 For support of the OpenPGP protocol (default), you should use the
-latest version of GnuPG 1.2, available at:
+latest version of GnuPG 1.2 or 1.4, available at:
 ftp://ftp.gnupg.org/gcrypt/gnupg/
 
 You need at least GnuPG 1.2.2.
@@ -55,7 +55,7 @@
 For support of the CMS (Cryptographic Message Syntax) protocol, you
 need the latest CVS version of GnuPG 1.9, which is available in the
 GnuPG repository:
-http://www.gnupg.org/(en)/download/cvs_access.html
+http://www.gnupg.org/download/cvs_access.html
 Use the tag `GNUPG-1-9-BRANCH'.  There are also snapshots available at:
 ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/
 
@@ -99,13 +99,13 @@
    with the fingerprint published elsewhere.
 
 b) If you don't have any of the above programs, you have to verify
-   the MD5 checksum:
+   the SHA1 checksum:
 
-	$ md5sum gpgme-x.y.z.tar.gz
+	$ sha1sum gpgme-x.y.z.tar.gz
 
    This should yield an output _similar_ to this:
 
-   fd9351b26b3189c1d577f0970f9dcadc  gpgme-x.y.z.tar.gz
+   fd9351b26b3189c1d577f0970f9dcadc3412def1  gpgme-x.y.z.tar.gz
 
    Now check that this checksum is _exactly_ the same as the one
    published via the announcement list and probably via Usenet.
Index: gpgme/acinclude.m4
diff -u gpgme/acinclude.m4:1.13 gpgme/acinclude.m4:1.14
--- gpgme/acinclude.m4:1.13	Tue Dec  7 22:13:36 2004
+++ gpgme/acinclude.m4	Wed Jan 12 11:28:42 2005
@@ -24,7 +24,7 @@
 dnl   We must use a temp file in the current directory because make
 dnl   distcheck installs all sourcefiles RO.
 dnl   (wk 2001-12-18)
-AC_DEFUN(GNUPG_FIX_HDR_VERSION,
+AC_DEFUN([GNUPG_FIX_HDR_VERSION],
   [ sed "s/^#define $2 \".*/#define $2 \"$VERSION\"/" $srcdir/$1 > fixhdr.tmp
     if cmp -s $srcdir/$1 fixhdr.tmp 2>/dev/null; then
         rm -f fixhdr.tmp
@@ -47,7 +47,7 @@
 dnl   Do some check on how to implement va_copy.
 dnl   May define MUST_COPY_VA_BY_VAL.
 dnl   Actual test code taken from glib-1.1.
-AC_DEFUN(GNUPG_CHECK_VA_COPY,
+AC_DEFUN([GNUPG_CHECK_VA_COPY],
 [ AC_MSG_CHECKING(whether va_lists must be copied by value)
   AC_CACHE_VAL(gnupg_cv_must_copy_va_byval,[
     gnupg_cv_must_copy_va_byval=no
Index: gpgme/configure.ac
diff -u gpgme/configure.ac:1.95 gpgme/configure.ac:1.96
--- gpgme/configure.ac:1.95	Sat Dec 11 16:48:00 2004
+++ gpgme/configure.ac	Wed Jan 12 11:28:42 2005
@@ -20,11 +20,11 @@
  
 # (Process this file with autoconf to produce a configure script.)
 
-AC_PREREQ(2.57)
-min_automake_version="1.7.6"
+AC_PREREQ(2.59)
+min_automake_version="1.9.3"
 
 # Version number: Remember to change it immediately *after* a release.
-AC_INIT(gpgme, 1.0.1, [bug-gpgme at gnupg.org])
+AC_INIT(gpgme, 1.1.0-cvs, [bug-gpgme at gnupg.org])
 # LT Version numbers, remember to change them just *before* a release.
 #   (Code changed:			REVISION++)
 #   (Interfaces added/removed/changed:	CURRENT++, REVISION=0)
@@ -35,7 +35,7 @@
 # Subtract 2 from this value if you want to make the LFS transition an
 # ABI break.  [Note to self: Remove this comment with the next regular break.]
 LIBGPGME_LT_AGE=3
-LIBGPGME_LT_REVISION=2
+LIBGPGME_LT_REVISION=3
 
 # If the API is changed in an incompatible way: increment the next counter.
 GPGME_CONFIG_API_VERSION=1
@@ -44,7 +44,7 @@
 NEED_GPGSM_VERSION=1.9.6
 ##############################################
 AC_PREREQ(2.52)
-AC_REVISION($Revision: 1.95 $)
+AC_REVISION($Revision: 1.96 $)
 
 PACKAGE=$PACKAGE_NAME
 VERSION=$PACKAGE_VERSION




More information about the Gnupg-commits mailing list