blob: ca9e3cd8703c05b0877ea600eb4ea25aec9c046c (
plain)
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
Mozilla ChangeLog file for zlib
Mozilla.org changes:
- 17 June 2004
Sync'd with 1.2.1 release
see bug #226733
- 17 June 2004
Add mozzconf.h
- 17 June 2004
Turn off ZLIB_DLL to fix static build bustage
- 24 June 2004
do not prototype strerror for VMS in zutil.h
- 25 June 2004
define NO_vsnprintf for VMS in zutil.h
- 21 September 2004
applied patch for DoS vulnerabililty in inflate.c
see bug #258009
- 02 November 2004
Sync'ed with 1.2.2 release
(keeping '#include "mozzconf.h"' in zconf.h)
Our patches of 24, 25 June and 21 Sept are now in the zlib
distribution.
See bug #248644
- 24 July 2005
Sync'ed with 1.2.3 release
(keeping '#include "mozzconf.h"' in zconf.h)
See bugs #299445 and #300349
- 24 July 2005
Added treatment of HAVE_VISIBILITY_PRAGMA in mozzconf.h
- 24 July 2005
Updated zlib.def with new symbols in zlib version 1.2.3
- 13 September 2009
Don't enable zlib's debug output when the Mozilla build is in debug mode (bug 431950)
- 18 September 2010
Sync'ed with 1.2.5 release
(keeping '#include "mozzconf.h"' in zconf.h)
See bug #573137
- 8 February 2012
Sync'ed with 1.2.6 release
(keeping '#include "mozzconf.h"' in zconf.h)
See bug #722391
- 4 May 2012
Sync'ed with 1.2.7 release
(keeping '#include "mozzconf.h"' in zconf.h)
See bug #751697
- 9 May 2013
Sync'ed with 1.2.8 release
(keeping '#include "mozzconf.h"' in zconf.h)
See bug #866964
- 16 January 2017
Sync'ed with 1.2.11 release
(keeping '#include "mozzconf.h"' in zconf.h)
See bug #1328099
- 28 May 2021
Add <unistd.h> because of the error: implicit declaration of function {lseek, read, write} is invalid in C99.
See bug #1701197
- 28 March 2022
Backport upstream fix for CVE-2018-25032
See bug #1761799
- 29 March 2022
Sync'ed with 1.2.12 release
(keeping '#include "mozzconf.h"' in zconf.h)
See bug #1761764
- 21 October 2022
Sync'ed with 1.2.13 release
(keeping '#include "mozzconf.h"' in zconf.h)
See bug #1796811
- 18 August 2023
Sync'ed with 1.3 release
(keeping '#include "mozzconf.h"' in zconf.h)
See bug #1849470
- 23 January 2024
Sync'ed with 1.3.1 release
(keeping '#include "mozzconf.h"' in zconf.h)
See bug #1875968
|