summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS5
-rw-r--r--NEWS2
-rw-r--r--README7
-rw-r--r--build-aux/git-log-fix7
-rw-r--r--build-aux/git-log-footer2
-rw-r--r--configure.ac6
-rw-r--r--doc/gpgme.texi2
7 files changed, 20 insertions, 11 deletions
diff --git a/AUTHORS b/AUTHORS
index 53857b40..65e63686 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,7 @@
Package: gpgme
+Homepage: http://www.gnupg.org/related_software/gpgme/
Maintainer: Werner Koch <wk@gnupg.org>
-Bug reports: bug-gpgme@gnupg.org
+Bug reports: http://bugs.gnupg.org (use category "gpgme")
Security related bug reports: security@gnupg.org
License (software): LGPLv2.1+
License (manual+tools): GPLv3+
@@ -22,7 +23,7 @@ Wojciech Polak <polak@lodz.pdi.net>
- gpgme.spec
- Copyright 2001, 2002, 2012 g10 Code GmbH
+ Copyright 2001, 2002, 2012, 2013 g10 Code GmbH
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
diff --git a/NEWS b/NEWS
index abf24df4..c9e576ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 1.4.0 (unreleased)
+Noteworthy changes in version 1.4.0 (2013-02-26)
------------------------------------------------
* New function gpgme_set_global_flag to help debugging on Android.
diff --git a/README b/README
index be07a0fb..59dfdca5 100644
--- a/README
+++ b/README
@@ -26,10 +26,11 @@ GPGME uses GnuPG and GpgSM as its backends to support OpenPGP and the
Cryptographic Message Syntax (CMS).
GPGME runs best on GNU/Linux or *BSD systems. Other Unices may
-require small portability fixes, send us your patches.
+require small portability fixes, please send us your patches.
-See the file COPYING.LESSER and each file for copyright and warranty
-information.
+See the files COPYING, COPYING.LESSER, and each file for copyright and
+warranty information. The file AUTHORS has a list of authors and
+useful web and mail addresses.
Installation
diff --git a/build-aux/git-log-fix b/build-aux/git-log-fix
index af702fe6..04fa0a6d 100644
--- a/build-aux/git-log-fix
+++ b/build-aux/git-log-fix
@@ -1,3 +1,10 @@
# This file is expected to be used via gitlog-to-changelog's --amend=FILE
# option. It specifies what changes to make to each given SHA1's commit
# log and metadata, using Perl-eval'able expressions.
+
+3f1329e1c9b99b1632cc4c4eec2e4399676fd93d
+# Fix cruft inserted by Gnus
+s/.*PGP.*//
+
+c28ebca9f2e21344d68e9fdcec60553f225c2e54
+s/.*PGP.*//
diff --git a/build-aux/git-log-footer b/build-aux/git-log-footer
index 6c814c4c..420bd327 100644
--- a/build-aux/git-log-footer
+++ b/build-aux/git-log-footer
@@ -7,7 +7,7 @@
-----
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
- 2010, 2011 g10 Code GmbH
+ 2010, 2011, 2012, 2013 g10 Code GmbH
Copying and distribution of this file and/or the original GIT
commit log messages, with or without modification, are
diff --git a/configure.ac b/configure.ac
index 693d403c..51267978 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,11 +55,11 @@ AC_INIT([gpgme],[mym4_full_version],[http://bugs.gnupg.org])
# (Interfaces added: AGE++)
# (Interfaces removed/changed: AGE=0)
#
-LIBGPGME_LT_CURRENT=19
+LIBGPGME_LT_CURRENT=20
# 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=8
-LIBGPGME_LT_REVISION=1
+LIBGPGME_LT_AGE=9
+LIBGPGME_LT_REVISION=0
# If the API is changed in an incompatible way: increment the next counter.
GPGME_CONFIG_API_VERSION=1
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index b73f425c..af2e163b 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -14,7 +14,7 @@
@copying
Copyright @copyright{} 2002, 2003, 2004, 2005, 2006, 2007,
-2008, 2010, 2012 g10 Code GmbH.
+2008, 2010, 2012, 2013 g10 Code GmbH.
@quotation
Permission is granted to copy, distribute and/or modify this document