]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/services/compress/zlib/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / services / compress / zlib / v2_0 / ChangeLog
1 2005-07-27  Peter Korsgaard  <jacmet@sunsite.dk>
2
3         * src/ChangeLog: 
4         * src/configure: 
5         * src/deflate.c: 
6         * src/deflate.h: 
7         * src/FAQ: 
8         * src/gzio.c: 
9         * src/Make_vms.com: 
10         * src/adler32.c: 
11         * src/compress.c: 
12         * src/example.c: 
13         * src/minigzip.c: 
14         * src/infback.c: 
15         * src/inffast.c: 
16         * src/inflate.c: 
17         * src/inflate.h: 
18         * src/inftrees.c: 
19         * src/inftrees.h: 
20         * src/Makefile: 
21         * src/Makefile.in: 
22         * src/README: 
23         * src/README.eCos: 
24         * src/trees.c: 
25         * src/zlib.3: 
26         * src/zutil.c: 
27         * src/zutil.h: 
28         * include/zlib.h: 
29         * include/zconf.h: Upgrade to zlib-1.2.3
30
31 2005-06-28  Peter Korsgaard  <jacmet@sunsite.dk>
32
33         * src/ChangeLog: 
34         * src/configure: 
35         * src/deflate.c: 
36         * src/deflate.h: 
37         * src/FAQ: 
38         * src/gzio.c: 
39         * src/INDEX: 
40         * src/infback.c: 
41         * src/inffast.c: 
42         * src/inflate.c: 
43         * src/Makefile: 
44         * src/Makefile.in: 
45         * src/README: 
46         * src/trees.c: 
47         * src/zlib.3: 
48         * src/zutil.h: 
49         * include/zlib.h: 
50         * include/zconf.h: Upgrade to zlib-1.2.2
51
52 2005-03-27  Andrew Lunn  <andrew.lunn@ascom.ch>
53
54         * tests/zlib1.c: Include diag.h for diag_printf proto.
55
56 2004-05-25  Gary Thomas  <gary@mlbassoc.com>
57
58         * src/zutil.h: Fix redefine of 'crc32'
59         
60         * include/zconf.h: Force define of __ECOS__ to make it easier for
61         applications to use this library.  Also define Z_PREFIX to minimize
62         namespace pollution.  !CYGSEM_COMPRESS_ZLIB_DEFLATE_MAKES_GZIP now
63         implies NO_GZCOMPRESS and NO_GZIP.
64
65 2004-05-24  Gary Thomas  <gary@mlbassoc.com>
66
67         * tests/zlib2.c: 
68         * tests/zlib1.c: 
69         * src/zutil.h: 
70         * src/zutil.c: 
71         * src/zlib.3: 
72         * src/uncompr.c: 
73         * src/trees.c: 
74         * src/minigzip.c: 
75         * src/inftrees.h: 
76         * src/inftrees.c: 
77         * src/inflate.h: 
78         * src/inflate.c: 
79         * src/inffixed.h:
80         * src/inffast.h: 
81         * src/inffast.c: 
82         * src/infback.c: 
83         * src/gzio.c: 
84         * src/example.c: 
85         * src/deflate.h: 
86         * src/deflate.c: 
87         * src/configure: 
88         * src/compress.c: 
89         * src/algorithm.txt: 
90         * src/adler32.c: 
91         * src/README.eCos: 
92         * src/README: 
93         * src/Makefile.in: 
94         * src/Makefile: 
95         * src/INDEX: 
96         * src/FAQ: 
97         * include/zlib.h: 
98         * include/zconf.h: 
99         * cdl/compress_zlib.cdl: Upgrade to zlib-1.2.1
100
101 2004-04-29  Oyvind Harboe <oyvind.harboe@zylin.com>
102         
103         * src/inffixed.h: added "const" to tables that do not 
104         change in order to save RAM. Ca. 4k.
105
106 2003-11-20  Andrew Lunn  <andrew.lunn@ascom.ch>
107
108         * tests/zlib[12].c: Modified the text to the gcc3.3 friendly.
109
110 2003-11-13  Daniel NĂ©ri  <daniel.neri@sigicom.se>
111
112         * Upgrade to zlib 1.1.4 and additional fix for inflate bug on
113         machines with 16-bit pointers.
114
115 2003-09-08  Thomas Koeller  <thomas.koeller@baslerweb.com>
116
117         * cdl/compress_zlib.cdl : Displayed package name was wrong.
118
119 2002-10-10  Andrew Lunn  <andrew.lunn@ascom.ch>
120
121         * include/zutil.h:
122         * include/zlib.h:
123         * src/inflate.c (inflate): Use the CRC function from the CRC
124         package.
125         * src/crc32.c: Removed.
126
127 2002-09-09  Mark Salter  <msalter@redhat.com>
128
129         * inflate.c (inflate): Fix CRC calculation over multiple invocations
130         with same output buffer. 
131         
132 2002-02-18  Jesper Skov  <jskov@redhat.com>
133
134         * src/infblock.c: Applied fix for double-free which could cause a
135         zlib crash. Fixed indentation.
136
137 2001-10-15  Gary Thomas  <gthomas@redhat.com>
138
139         * include/zconf.h: 
140         * cdl/compress_zlib.cdl: 
141         Define new interface CYGINT_COMPRESS_ZLIB_LOCAL_ALLOC which allows
142         users of this code (applications) to provide their own allocators.
143
144 2001-04-02  Jesper Skov  <jskov@redhat.com>
145
146         * tests/zlib2.c: Removed BAD_CRC state.
147
148 2001-03-12  Jesper Skov  <jskov@redhat.com>
149
150         * src/inflate.c: Remove BAD_CRC state. Do separate CRC for
151         gzippped data.
152         * include/zlib.h: Removed Z_BAD_CRC hack. Rename crc32 function.
153         * src/crc32.c: Include zlib.h header from
154         include/cyg/compress. Rename function.
155         * cdl/compress_zlib.cdl: Build the crc32.c file.
156
157 2001-03-09  Jesper Skov  <jskov@redhat.com>
158
159         * src/compress.c: Include zlib.h header from include/cyg/compress.
160         * src/uncompr.c: Same.  
161         * tests/zlib1.c: Added.
162         * tests/zlib2.c: Added.
163         * cdl/compress_zlib.cdl: Compile tests. Compile
164         files holding compress/uncompress functions.
165
166         * cdl/compress_zlib.cdl: Don't warn about prototypes when building.
167
168 2001-03-08  Jesper Skov  <jskov@redhat.com>
169
170         * cdl/compress_zlib.cdl: Add isoinfra requirement.
171
172         * include/zconf.h: Override STDC check.
173
174         * include/zlib.h: Added new BAD_CRC return type. Comment out crc32
175         declaration.
176
177         * src/inflate.c: Added additional states to allow for gzip header
178         decoding.
179         
180         * src/adler32.c: Include zlib.h header from include/cyg/compress.
181         * src/zutil.h: Same.
182         
183         * Import zlib 1.1.3 sources, but leave out some sub
184         directories. See src/README.eCos for details.
185
186 //===========================================================================
187 //####ECOSGPLCOPYRIGHTBEGIN####
188 // -------------------------------------------
189 // This file is part of eCos, the Embedded Configurable Operating System.
190 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
191 //
192 // eCos is free software; you can redistribute it and/or modify it under
193 // the terms of the GNU General Public License as published by the Free
194 // Software Foundation; either version 2 or (at your option) any later version.
195 //
196 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
197 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
198 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
199 // for more details.
200 //
201 // You should have received a copy of the GNU General Public License along
202 // with eCos; if not, write to the Free Software Foundation, Inc.,
203 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
204 //
205 // As a special exception, if other files instantiate templates or use macros
206 // or inline functions from this file, or you compile this file and link it
207 // with other works to produce a work based on this file, this file does not
208 // by itself cause the resulting work to be covered by the GNU General Public
209 // License. However the source code for this file must still be made available
210 // in accordance with section (3) of the GNU General Public License.
211 //
212 // This exception does not invalidate any other reasons why a work based on
213 // this file might be covered by the GNU General Public License.
214 //
215 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
216 // at http://sources.redhat.com/ecos/ecos-license/
217 // -------------------------------------------
218 //####ECOSGPLCOPYRIGHTEND####
219 //===========================================================================