6
0
forked from pool/libgpg-error

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

libgpg-error 1.13

OBS-URL: https://build.opensuse.org/request/show/231581
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=27
This commit is contained in:
2014-04-28 09:26:48 +00:00
committed by Git OBS Bridge
parent 48382d3ed5
commit 526c34bdaf
6 changed files with 43 additions and 17 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Apr 27 16:18:42 UTC 2014 - andreas.stieger@gmx.de
- update to 1.13:
* Added a portable mutex API.
* The AM_PATH_GPG_ERROR macro now defines GPG_ERROR_MT_CFLAGS
and GPG_ERROR_MT_LIBS autoconf output variables for use by
programs which need gpgrt based thread support.
gpg-error-config has a new option --mt.
- Interface changes relative to the 1.12 release:
GPG_ERR_KEY_ON_CARD NEW.
GPG_ERR_MAC_ALGO NEW.
GPG_ERR_INV_LOCK_OBJ NEW.
gpgrt_lock_t NEW.
GPGRT_LOCK_INITIALIZER NEW.
GPGRT_LOCK_DEFINE NEW.
gpgrt_lock_init NEW.
gpgrt_lock_lock NEW.
gpgrt_lock_unlock NEW.
gpgrt_lock_destroy NEW.
gpgrt_yield NEW.
- run available tests
- fix SLE 11 SP2 build (make install)
-------------------------------------------------------------------
Mon Aug 19 21:21:34 UTC 2013 - andreas.stieger@gmx.de