Skip to content

Commit a13fa9b

Browse files
committed
Add changelog
1 parent e74fbe0 commit a13fa9b

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

changelog

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
0.6.0.1 Duncan Coutts <[email protected]> April 2015
2+
3+
* Fixed building with older GHC
4+
* Fixed warnings with new GHC
5+
* Fixed building on Windows
6+
* Fixed testsuite
7+
8+
0.6.0.0 Duncan Coutts <[email protected]> April 2015
9+
10+
* New incremental interface for compression and decompression
11+
* Provide access to unconsumed trailing data
12+
* Simplified structured error type, and instance of Exception
13+
* Updated bundled zlib C code to 1.2.8 (used on Windows)
14+
* Fixed memory leak of zlib z_stream C structure
15+
* More derivied instances (Eq, Show, Typeable, Generic)
16+
17+
0.5.4.2 Duncan Coutts <[email protected]> November 2014
18+
19+
* Builds with GHC 7.10
20+
21+
0.5.4.1 Duncan Coutts <[email protected]> February 2013
22+
23+
* Force tail of input when finished decompressing, to help lazy IO
24+
25+
0.5.4.0 Duncan Coutts <[email protected]> September 2012
26+
27+
* New support for zlib custom dictionaries

zlib.cabal

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ description: This package provides a pure interface for compressing and
1818
provides access to the full zlib feature set.
1919
build-type: Simple
2020
cabal-version: >= 1.10
21-
extra-source-files: cbits/crc32.h cbits/inffast.h cbits/inflate.h
21+
extra-source-files: changelog
22+
-- zlib C sources (for Windows)
23+
cbits/crc32.h cbits/inffast.h cbits/inflate.h
2224
cbits/trees.h cbits/deflate.h cbits/inffixed.h
2325
cbits/inftrees.h cbits/zutil.h cbits/gzguts.h
2426
-- test data files

0 commit comments

Comments
 (0)