diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-06-08 18:14:51 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-06-19 12:20:24 -0400 |
commit | 808015316a5680003b78393c50b0701c47e1051c (patch) | |
tree | 42dc29cb5f3a2fb1a1680c1810dbd3604276e7d2 /changes/zlib_12 | |
parent | f016213f7fde4a0aac359a324baf42ad2356e169 (diff) | |
download | tor-808015316a5680003b78393c50b0701c47e1051c.tar.gz tor-808015316a5680003b78393c50b0701c47e1051c.zip |
Remove support for zlib <= 1.1
zlib 1.2 came out in 2003; earlier versions should be dead by now.
Our workaround code was only preventing us from using the gzip
encoding (if we decide to do so), and having some dead code linger
around in torgzip.c
Diffstat (limited to 'changes/zlib_12')
-rw-r--r-- | changes/zlib_12 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/zlib_12 b/changes/zlib_12 new file mode 100644 index 0000000000..3344286861 --- /dev/null +++ b/changes/zlib_12 @@ -0,0 +1,4 @@ + o New system requirements: + - We now require zlib version 1.2 or later. (Back when we started, + zlib 1.1 and zlib 1.0 were still found in the wild. 1.2 was released in + 2003. We recommend the latest version.) |