File: changelog

package info (click to toggle)
haskell-zlib 0.6.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,300 kB
  • sloc: ansic: 7,058; haskell: 1,081; makefile: 6
file content (72 lines) | stat: -rw-r--r-- 2,330 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
See also http://pvp.haskell.org/faq

0.6.3.0 Andrew Lelechenko <andrew.lelechenko@gmail.com> May 2022

 * Bump bundled zlib to 1.2.12, #48
 * Support base-4.17

0.6.2.3 Emily Pillmore <emilypi@cohomolo.gy> February 2021

 * Add support for bytestring-0.11.0.0

0.6.2.2 Julian Ospald <hasufell@posteo.de> August 2020

 * Bump bundled zlib to 1.2.11, fixes #26
 * New build flag to force use of the bundled zlib C sources, #31
 * Simpler build support for ghcjs, #25
 * Add support for GHC 8.10 / base-4.14, #29

0.6.2.1 Herbert Valerio Riedel <hvr@gnu.org> August 2019

 * Add support for GHC 8.8 / base-4.13

0.6.2 Herbert Valerio Riedel <hvr@gnu.org> March 2018

 * New cabal flag 'pkg-config' for discovering 'zlib` via pkg-config(1) (#16)
 * Use CApiFFI where available for cross-compile friendliness (#14)
 * Change the window bits range from 8..15 to 9..15 (#11)

0.6.1.2 Herbert Valerio Riedel <hvr@gnu.org> October 2016

 * Fix a segfault when reading the stream multithreaded, #7
 * New experimental cabal flag 'non-blocking-ffi' for 'safe' ffi calls

0.6.1.1 Duncan Coutts <duncan@community.haskell.org> April 2015

 * Fixed building with GHC 7.0 and 7.2

0.6.0.2 Duncan Coutts <duncan@community.haskell.org> April 2015

 * Fixed building with GHC 7.0 and 7.2

0.6.1.0 Duncan Coutts <duncan@community.haskell.org> April 2015

 * Support for concatenated gzip files (multiple back-to-back streams)

0.6.0.1 Duncan Coutts <duncan@community.haskell.org> April 2015

 * Fixed building with older GHC
 * Fixed warnings with new GHC
 * Fixed building on Windows
 * Fixed testsuite

0.6.0.0 Duncan Coutts <duncan@community.haskell.org> April 2015

 * New incremental interface for compression and decompression
 * Provide access to unconsumed trailing data
 * Simplified structured error type, and instance of Exception
 * Updated bundled zlib C code to 1.2.8 (used on Windows)
 * Fixed memory leak of zlib z_stream C structure
 * More derived instances (Eq, Show, Typeable, Generic)

0.5.4.2 Duncan Coutts <duncan@community.haskell.org> November 2014

 * Builds with GHC 7.10

0.5.4.1 Duncan Coutts <duncan@community.haskell.org> February 2013

 * Force tail of input when finished decompressing, to help lazy IO

0.5.4.0 Duncan Coutts <duncan@community.haskell.org> September 2012

 * New support for zlib custom dictionaries