aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-06-06 03:04:09 +0000
committerMarcus Brinkmann <[email protected]>2003-06-06 03:04:09 +0000
commit3ee08e092e06b050c6f8ae275dd5ced8cb5d391b (patch)
tree71717985478003b88b26f1f58d8204eee6b26df9
parent2003-06-06 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-3ee08e092e06b050c6f8ae275dd5ced8cb5d391b.tar.gz
gpgme-3ee08e092e06b050c6f8ae275dd5ced8cb5d391b.zip
2003-06-06 Marcus Brinkmann <[email protected]>
* configure.ac (LIBGPGME_LT_CURRENT): Bump up to 11.
-rw-r--r--trunk/ChangeLog2
-rw-r--r--trunk/NEWS2
-rw-r--r--trunk/README3
-rw-r--r--trunk/configure.ac6
4 files changed, 9 insertions, 4 deletions
diff --git a/trunk/ChangeLog b/trunk/ChangeLog
index 333da176..47297886 100644
--- a/trunk/ChangeLog
+++ b/trunk/ChangeLog
@@ -1,5 +1,7 @@
2003-06-06 Marcus Brinkmann <[email protected]>
+ * configure.ac (LIBGPGME_LT_CURRENT): Bump up to 11.
+
* configure.ac: Use AM_PATH_GPG_ERROR.
* configure.ac: Check for libgpg-error. Define
diff --git a/trunk/NEWS b/trunk/NEWS
index a6dc2179..11fc5018 100644
--- a/trunk/NEWS
+++ b/trunk/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 0.4.1 (unreleased)
+Noteworthy changes in version 0.4.1 (2003-06-06)
------------------------------------------------
This is the release that 0.4.0 should have been. There are many
diff --git a/trunk/README b/trunk/README
index 7ebea268..5a3aa2cc 100644
--- a/trunk/README
+++ b/trunk/README
@@ -6,6 +6,9 @@
If you want to hack on it, start with one of the `tests/gpg/t-foo'
programs.
+To build GPGME, you need to install libgpg-error. You need at least
+libgpg-error 0.1.
+
For support of the OpenPGP protocol (default), you need the latest CVS
version of GnuPG 1.2, see `http://www.gnupg.org/cvs-access.html'.
diff --git a/trunk/configure.ac b/trunk/configure.ac
index b10ae47c..a21c7ff6 100644
--- a/trunk/configure.ac
+++ b/trunk/configure.ac
@@ -1,6 +1,6 @@
-# configure.in for GPGME
+# configure.in for GPGME
# Copyright (C) 2000 Werner Koch (dd9jn)
-# Copyright (C) 2001, 2002 g10 Code GmbH
+# Copyright (C) 2001, 2002, 2003 g10 Code GmbH
#
# This file is part of GPGME.
#
@@ -28,7 +28,7 @@ AC_INIT(gpgme, 0.4.1, [[email protected]])
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
#
-LIBGPGME_LT_CURRENT=10
+LIBGPGME_LT_CURRENT=11
LIBGPGME_LT_AGE=0
LIBGPGME_LT_REVISION=0
NEED_GPG_VERSION=1.2.2