Codebase list gpgme1.0 / 1021c86
Release 1.16.0 Werner Koch 2 years ago
2 changed file(s) with 31 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
0 Noteworthy changes in version 1.15.2 (unreleased)
0 Noteworthy changes in version 1.16.0 (2021-06-24)
11 -------------------------------------------------
22
3 * New context flag "cert-expire".
4
5 * cpp, qt: Add support for trust signatures. [#5421]
3 * New context flag "cert-expire". [#5505]
4
5 * New data flags "io-buffer-size" and "sensitive". [#5478]
6
7 * Increase I/O buffer size from 512 to 4k under Windows.
8
9 * cpp,qt: Add support for trust signatures. [#5421]
610
711 * qt: Add support for flags in LDAP server options. [#5217]
12
13 * qt: Fix too high memory consumption due to QProcess. [#5475]
14
15 * qt: Do not set empty base DN as query of keyserver URL. [#5465]
16
17 * qt: Extend SignKeyJob to create signatures with expiration date.
18 [5506]
819
920 * python: New optional parameter filter_signatures for decrypt.
1021 [#5292]
2637 gpgme_key_sig_t EXTENDED: New field 'trust_scope'.
2738 GPGME_KEYSIGN_FORCE NEW.
2839 qt: CryptoConfig::entry CHANGED: Added overload; deprecated old
40
41 [c=C36/A25/R0 cpp=C19/A13/R0 qt=C13/A6/R0]
42
43 Release-info: https://dev.gnupg.org/T5499
2944
3045
3146 Noteworthy changes in version 1.15.1 (2021-01-08)
3030 # for the LT versions.
3131 m4_define([mym4_package],[gpgme])
3232 m4_define([mym4_major], [1])
33 m4_define([mym4_minor], [15])
34 m4_define([mym4_micro], [2])
33 m4_define([mym4_minor], [16])
34 m4_define([mym4_micro], [0])
3535
3636 # Below is m4 magic to extract and compute the git revision number,
3737 # the decimalized short revision number, a beta version string and a
5252 # (Interfaces added: AGE++)
5353 # (Interfaces removed: AGE=0)
5454 #
55 LIBGPGME_LT_CURRENT=35
56 LIBGPGME_LT_AGE=24
57 LIBGPGME_LT_REVISION=1
55 LIBGPGME_LT_CURRENT=36
56 LIBGPGME_LT_AGE=25
57 LIBGPGME_LT_REVISION=0
5858
5959 # If there is an ABI break in gpgmepp or qgpgme also bump the
6060 # version in IMPORTED_LOCATION in the GpgmeppConfig-w32.cmake.in.in
6161
62 LIBGPGMEPP_LT_CURRENT=18
63 LIBGPGMEPP_LT_AGE=12
64 LIBGPGMEPP_LT_REVISION=1
65
66 LIBQGPGME_LT_CURRENT=12
67 LIBQGPGME_LT_AGE=5
68 LIBQGPGME_LT_REVISION=1
62 LIBGPGMEPP_LT_CURRENT=19
63 LIBGPGMEPP_LT_AGE=13
64 LIBGPGMEPP_LT_REVISION=0
65
66 LIBQGPGME_LT_CURRENT=13
67 LIBQGPGME_LT_AGE=6
68 LIBQGPGME_LT_REVISION=0
6969 ################################################
7070
7171 AC_SUBST(LIBGPGME_LT_CURRENT)