| 1 | |
| 2 | ChangeLog file for zlib |
| 3 | |
| 4 | Changes in 1.2.8.f-Proxmark3 (for Proxmark3 project only) (26 May 2015) |
| 5 | - disable decoding of fixed code blocks in deflate (eliminates the need |
| 6 | to store the fixed tree in RAM or ROM) |
| 7 | - disable generating fixed code blocks in inflate |
| 8 | - look harder for local optimum of consecutive matches and single literals |
| 9 | in inflate. |
| 10 | - stripped down version - unnecessary files from original distribution |
| 11 | are not included |
| 12 | |
| 13 | Changes in 1.2.8 (28 Apr 2013) |
| 14 | - Update contrib/minizip/iowin32.c for Windows RT [Vollant] |
| 15 | - Do not force Z_CONST for C++ |
| 16 |