SHA256
1
0
forked from pool/libgpg-error

Accepting request 327096 from security:privacy

libgpg-error 1.20

OBS-URL: https://build.opensuse.org/request/show/327096
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=44
This commit is contained in:
2015-08-26 15:46:03 +00:00
committed by Git OBS Bridge
parent 02765e5e99
commit b537c24dac
6 changed files with 30 additions and 6 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Aug 26 11:03:34 UTC 2015 - astieger@suse.com
- update to 1.20:
* New macros for GCC attributes.
* Allow building without thread support.
* Build without a build timestamp by default.
* Interface changes relative to the 1.19 release:
GPGRT_VERSION NEW macro.
GPGRT_VERSION_NUMBER NEW macro.
GPGRT_INLINE NEW macro.
GPGRT_GCC_VERSION NEW macro.
GPGRT_ATTR_NORETURN NEW macro.
GPGRT_ATTR_PRINTF NEW macro.
GPGRT_ATTR_NR_PRINTF NEW macro.
GPGRT_ATTR_FORMAT_ARG NEW macro.
GPGRT_ATTR_SENTINEL NEW macro.
GPGRT_ATTR_USED NEW macro.
GPGRT_ATTR_UNUSED NEW macro.
GPGRT_ATTR_DEPRECATED NEW macro.
GPGRT_ATTR_PURE NEW macro.
GPGRT_ATTR_MALLOC NEW macro.
GPGRT_HAVE_MACRO_FUNCTION NEW macro.
GPGRT_HAVE_PRAGMA_GCC_PUSH NEW macro.
-------------------------------------------------------------------
Fri Apr 10 20:24:54 UTC 2015 - astieger@suse.com