6
0
forked from pool/libgpg-error

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

1.11

OBS-URL: https://build.opensuse.org/request/show/156357
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=21
This commit is contained in:
2013-02-26 08:32:40 +00:00
committed by Git OBS Bridge
parent e3b1c653e6
commit 298dc4c322
6 changed files with 71 additions and 6 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Feb 25 19:07:29 UTC 2013 - andreas.stieger@gmx.de
- update to 1.11
* New error source GPG_ERR_SOURCE_ASSUAN for Libassuan related
errors.
* New macros GPG_ERROR_VERSION and GPG_ERROR_VERSION_NUMBER. New
function gpg_error_check_version.
* Interface changes relative to the 1.10 release:
GPG_ERR_NO_KEYSERVER NEW.
GPG_ERR_INV_CURVE NEW.
GPG_ERR_UNKNOWN_CURVE NEW.
GPG_ERR_DUP_KEY NEW.
GPG_ERR_AMBIGUOUS NEW.
GPG_ERR_SOURCE_ASSUAN NEW.
gpg_error_check_version NEW.
GPG_ERROR_VERSION NEW.
GPG_ERROR_VERSION_NUMBER NEW.
- add offline verification of source signature
-------------------------------------------------------------------
Sat Feb 2 18:52:02 UTC 2013 - coolo@suse.com