Release 1.4.0.

* configure.ac: Bump LT version to C20/A9/R0.
This commit is contained in:
Werner Koch 2013-02-26 17:28:04 +01:00
parent 5090f6f246
commit ef5cd38123
7 changed files with 20 additions and 11 deletions

View File

@ -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

2
NEWS
View File

@ -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.

7
README
View File

@ -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

View File

@ -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.*//

View File

@ -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

View File

@ -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

View File

@ -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