Accepting request 53419 from devel:libraries:c_c++

Accepted submit request 53419 from user mvyskocil

OBS-URL: https://build.opensuse.org/request/show/53419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgcrypt?expand=0&rev=19
This commit is contained in:
Ruediger Oertel
2010-11-20 10:15:36 +00:00
committed by Git OBS Bridge
parent 16693e1e44
commit 16277c07d8
5 changed files with 27 additions and 9 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Nov 19 09:59:41 UTC 2010 - mvyskocil@suse.cz
- update to 1.4.6
* Fixed minor memory leak in DSA key generation.
* No more switching to FIPS mode if /proc/version is not readable.
* Fixed a sigill during Padlock detection on old CPUs.
* Boosted SHA-512 performance by 30% on ia32 boxes and gcc 4.3;
SHA-256 went up by 25%.
* New variants of the TIGER algorithm.
* New cipher algorithm mode for AES-WRAP.
* Interface changes relative to the 1.4.2 release:
GCRY_MD_TIGER1 NEW
GCRY_MD_TIGER2 NEW
GCRY_CIPHER_MODE_AESWRAP NEW
-------------------------------------------------------------------
Sun Jul 4 19:07:16 UTC 2010 - jengelh@medozas.de