-Update to 1.25:

** MSVC: Build fixes related to _GL_ATTRIBUTE_CONST and
	   _GL_ATTRIBUTE_PURE.
	   Reported by Bartosz Brachaczek <b.brachaczek@gmail.com>.
	** examples: Fix compiler warning about ignoring return value from
	   fgets.
	** tests: Ship with a valgrind suppressions file for the strlen
	   issue.
	** Update gnulib files and translations.
	** API and ABI is backwards compatible with the previous version.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libidn?expand=0&rev=21
This commit is contained in:
Wojtek Dziewięcki
2012-06-05 08:43:26 +00:00
committed by Git OBS Bridge
parent 370768acff
commit ebc0d3cb6e
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jun 5 08:41:26 UTC 2012 - vdziewiecki@suse.com
-Update to 1.25:
** MSVC: Build fixes related to _GL_ATTRIBUTE_CONST and
_GL_ATTRIBUTE_PURE.
Reported by Bartosz Brachaczek <b.brachaczek@gmail.com>.
** examples: Fix compiler warning about ignoring return value from
fgets.
** tests: Ship with a valgrind suppressions file for the strlen
issue.
** Update gnulib files and translations.
** API and ABI is backwards compatible with the previous version.
-------------------------------------------------------------------
Sun May 13 11:40:34 UTC 2012 - Nico.Laus.2001@gmx.de