Accepting request 186940 from home:AndreasStieger:branches:Base:System

gpgme 1.4.3

OBS-URL: https://build.opensuse.org/request/show/186940
OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=45
This commit is contained in:
2013-08-13 15:41:36 +00:00
committed by Git OBS Bridge
parent 139ff77b76
commit db885faaed
6 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Aug 13 11:16:00 UTC 2013 - andreas.stieger@gmx.de
- update to 1.4.3:
* The default engine names are now taken from the output of gpgconf.
If gpgconf is not found the use of gpg 1 is assumed.
* New function gpgme_data_identify to detect the type of a message.
* Interface changes relative to the 1.4.2 release:
gpgme_signers_count NEW.
gpgme_data_type_t NEW.
gpgme_data_identify NEW.
- includes changes from 1.4.2:
* Allow symmetric encryption with gpgme_op_encrypt_sign.
* Interface changes relative to the 1.4.1 release:
gpgme_off_t NEW.
gpgme_size_t NEW.
GPGME_PROTOCOL_OPENPGP NEW alias.
- includes changes from 1.4.1:
* Fixed reading of gpg.conf files with excessive use of the group
option
-------------------------------------------------------------------
Thu May 23 14:06:31 UTC 2013 - cfarrell@suse.com