6
0
forked from pool/libgpg-error

Accepting request 440353 from security:privacy

libgpg-error 1.25

OBS-URL: https://build.opensuse.org/request/show/440353
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=54
This commit is contained in:
Tomáš Chvátal
2016-11-15 10:20:48 +00:00
committed by Git OBS Bridge
parent 0c5077ca75
commit 1c149fb2b0
6 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Nov 15 09:39:41 UTC 2016 - astieger@suse.com
- update to 1.25:
* New interface gpgrt_get_syscall_clamp to allow libaries to make
use of Libgpg-error's system call wrapper functions.
* Fixed bug in the locking code when used with the nPth threading
library.
* Added new error codes.
* Interface changes relative to the 1.23 release:
gpgrt_get_syscall_clamp NEW.
GPG_ERR_ENGINE_TOO_OLD NEW.
GPG_ERR_WINDOW_TOO_SMALL NEW.
GPG_ERR_WINDOW_TOO_LARGE NEW.
GPG_ERR_MISSING_ENVVAR NEW.
GPG_ERR_USER_ID_EXISTS NEW.
GPG_ERR_NAME_EXISTS NEW.
GPG_ERR_DUP_NAME NEW.
GPG_ERR_TOO_OLD NEW.
GPG_ERR_TOO_YOUNG NEW.
-------------------------------------------------------------------
Mon Jul 18 22:21:21 UTC 2016 - astieger@suse.com