Release 1.4.2.
* configure.ac: Set LT version to C21/A10/R0.
This commit is contained in:
parent
2e8feb6016
commit
009e26a989
5
NEWS
5
NEWS
@ -1,12 +1,15 @@
|
|||||||
Noteworthy changes in version 1.4.2 (unreleased)
|
Noteworthy changes in version 1.4.2 (2013-05-28)
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
|
||||||
* Allow symmetric encryption with gpgme_op_encrypt_sign.
|
* Allow symmetric encryption with gpgme_op_encrypt_sign.
|
||||||
|
|
||||||
|
* Fixed mismatching off_t definitions on Windows.
|
||||||
|
|
||||||
* Interface changes relative to the 1.4.1 release:
|
* Interface changes relative to the 1.4.1 release:
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
gpgme_off_t NEW.
|
gpgme_off_t NEW.
|
||||||
gpgme_size_t NEW.
|
gpgme_size_t NEW.
|
||||||
|
GPGME_PROTOCOL_OPENPGP NEW alias.
|
||||||
|
|
||||||
|
|
||||||
Noteworthy changes in version 1.4.1 (2013-05-01)
|
Noteworthy changes in version 1.4.1 (2013-05-01)
|
||||||
|
4
README
4
README
@ -57,6 +57,10 @@ If configure can't find the `gpgsm' binary in your path, you can
|
|||||||
specify the location with the --with-gpgsm=/path/to/gpgsm argument to
|
specify the location with the --with-gpgsm=/path/to/gpgsm argument to
|
||||||
configure.
|
configure.
|
||||||
|
|
||||||
|
On some platforms GPGME based applications might hang at certain
|
||||||
|
operations when using GPGME_PROTOCOL_CMS. A workaround for this
|
||||||
|
problem is to build with the configure option --disable-fd-passing.
|
||||||
|
|
||||||
For building the GIT version of GPGME please see the file README.GIT
|
For building the GIT version of GPGME please see the file README.GIT
|
||||||
for more information.
|
for more information.
|
||||||
|
|
||||||
|
@ -55,11 +55,11 @@ AC_INIT([gpgme],[mym4_full_version],[http://bugs.gnupg.org])
|
|||||||
# (Interfaces added: AGE++)
|
# (Interfaces added: AGE++)
|
||||||
# (Interfaces removed/changed: AGE=0)
|
# (Interfaces removed/changed: AGE=0)
|
||||||
#
|
#
|
||||||
LIBGPGME_LT_CURRENT=20
|
LIBGPGME_LT_CURRENT=21
|
||||||
# Subtract 2 from this value if you want to make the LFS transition an
|
# 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.]
|
# ABI break. [Note to self: Remove this comment with the next regular break.]
|
||||||
LIBGPGME_LT_AGE=9
|
LIBGPGME_LT_AGE=10
|
||||||
LIBGPGME_LT_REVISION=1
|
LIBGPGME_LT_REVISION=0
|
||||||
|
|
||||||
# If the API is changed in an incompatible way: increment the next counter.
|
# If the API is changed in an incompatible way: increment the next counter.
|
||||||
GPGME_CONFIG_API_VERSION=1
|
GPGME_CONFIG_API_VERSION=1
|
||||||
|
Loading…
Reference in New Issue
Block a user