Opened 13 years ago
Closed 13 years ago
#3009 closed enhancement (fixed)
Zlib-1.2.6
Reported by: | Matthew Burgess | Owned by: | Matthew Burgess |
---|---|---|---|
Priority: | normal | Milestone: | 7.1 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New version:
Version 1.2.6 has many changes over 1.2.5, including these improvements: * gzread() can now read a file that is being written concurrently * gzgetc() is now a macro for increased speed * Added a "T" option to gzopen() for transparent writing (no compression) * Added deflatePending() to return the amount of pending output * Allow deflateSetDictionary() and inflateSetDictionary() at any time in raw mode * deflatePrime() can now insert bits in the middle of the stream * ./configure now creates a configure.log file with all of the results * Added a ./configure --solo option to compile zlib with no dependency on any libraries * Fixed a problem with large file support macros * Fixed a bug in contrib/puff * Many portability improvements
Change History (2)
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r9723.