Accepting request 175023 from home:namtrac:branches:devel:libraries:c_c++

- Update to version 1.2.8
  * Add new inflateGetDictionary() function
  * Fix bug where gzopen() immediately followed by gzclose()
    would write an empty file instead of an empty gzip stream.
  * Fix bug in gzclose() when gzwrite() runs out of memory

OBS-URL: https://build.opensuse.org/request/show/175023
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=18
This commit is contained in:
2013-05-13 18:37:49 +00:00
committed by Git OBS Bridge
parent c7d17d69d7
commit ab9e011239
5 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat May 11 11:51:40 UTC 2013 - idonmez@suse.com
- Update to version 1.2.8
* Add new inflateGetDictionary() function
* Fix bug where gzopen() immediately followed by gzclose()
would write an empty file instead of an empty gzip stream.
* Fix bug in gzclose() when gzwrite() runs out of memory
-------------------------------------------------------------------
Tue Mar 5 10:00:58 UTC 2013 - mvyskocil@suse.com