libtar version 1.2.19
[libtar.git] / ChangeLog
blobabad9cda5675ce9ea036b630b1fcbf34895a90ee
1         NOTE:
2         All releases below marked (Chris Frey) are maintenance releases
3         done by Chris Frey, temporarily stepping in for Mark Roth.
4         These releases are git-based only and can be found at:
5                 http://repo.or.cz/w/libtar.git
7         Both git downloads and tarball downloads are possible at this site.
10 libtar 1.2.19 - 2012/12/11 (Chris Frey)
11 -------------
12       Removed varargs.h and all dependencies, to avoid user compile errors
14       Fixed some short int / int compiler warnings in va_arg() usage
16       Fixed some gcc built-in compiler warnings
18       Changed autoconf support code from AC_RUN_ to AC_COMPILE_ to fix
19       issues reported during cross-compiling.
21       Applied most of Jan Cermak's const char* function argument patch.
24 libtar 1.2.18 - 2012/08/02 (Chris Frey)
25 -------------
26       Added more forgiving CRC checking logic when reading tar files
28       Note: If your application uses the macro th_crc_ok(), then to gain full
29       advantage of the changes in this version, you will need to recompile
30       your application against the new headers.  Otherwise, the library is
31       drop-in replaceable, as usual.
34 libtar 1.2.17 - 2012/07/24 (Chris Frey)
35 -------------
36       Applied Tim Band's checksum patch from mailing list (thanks!)
39 libtar 1.2.16 - 2012/05/17 (Chris Frey)
40 -------------
41       Fixed build system to allow for out-of-source tree builds
44 libtar 1.2.15 - 2012/05/10 (Chris Frey)
45 -------------
46 Chris Frey (1):
47       Fixed harmless buffer overflow which is caught by FORTIFY on some systems
50 libtar 1.2.14 - 2011/12/22 (Chris Frey)
51 -------------
52 Chris Frey (1):
53       Fixed truncation check, so 100 char names get GNU extension support when enabled
56 libtar 1.2.13 - 2011/06/13 (Chris Frey)
57 -------------
58 Chris Frey (10):
59       Fixed incorrect URL in readme
60       Added autoconf/ as macro dir
61       Added autogen.sh script to build a fresh configure
62       Renamed autoconf/aclocal.m4 to psg.m4 so aclocal isn't so confused
63       Removed m4 includes, and straightened out [] m4 quoting for modern autoconfs
64       Removed auto-generated files
65       Added datarootdir to Makefile.in's
66       Fixed header warnings
67       Applied Marcin Gibula's patch fixing tar_extract_glob()
68       Changed root Makefile.in to Makefile.am, which make autoreconf workable
70 Glenn McGrath (1):
71       Use libtool to build dynamic library
73 James Morrison (1):
74       Document stupidity of tartype_t in libtar.c.
76 Magnus Holmgren (1):
77       Escape hyphens that should be minus signs in man pages.
79 Per Lidén (2):
80       Fix memory leak in th_get_pathname
81       Reduce memory used by libtar when extracting files.
83 ------------------------------------------------------------------------------
85 libtar 1.2.11 - 3/2/03
86 -------------
88 - updated autoconf macros, compat code, and listhash code
89 - fixed tar_extract_regfile() to pass mode argument to open()
90   (caused EPERM on Solaris NFS clients)
91 - updated README
93 ------------------------------------------------------------------------------
95 libtar 1.2.10 - 12/15/02
96 -------------
98 - updated README
99 - minor Makefile fixes
100 - fixed TH_ISREG() macro to not return true for hard links
102 ------------------------------------------------------------------------------
104 libtar 1.2.9 - 11/19/02
105 ------------
107 - fixed th_read() to return 1 on EOF
108   (thanks to Yves Crespin <Crespin.Quartz@WANADOO.FR> for the bug report)
109 - minor portability fixes
110   (thanks to Yves Crespin <Crespin.Quartz@WANADOO.FR> for the bug report)
111 - fixed segfault on extracting filenames with 8-bit ASCII characters
112   (thanks to Per Liden <per@FUKT.BTH.SE> for the patch)
113 - fixed TH_ISDIR() macro and th_get_mode() function to handle old
114   archives that don't set the typeflag field right for directories
115 - use 0777 instead of 0755 in mkdirhier()
116   (thanks to Yves Crespin <Crespin.Quartz@WANADOO.FR> for the bug report)
118 ------------------------------------------------------------------------------
120 libtar 1.2.8 - 9/13/02
121 ------------
123 - added "-I../listhash" to CPPFLAGS in libtar/Makefile.in
124   (thanks to Kris Warkentin <kewarken@QNX.COM> for the bug report)
125 - added .PHONY target to Makefile.in
126   (thanks to Steven Engelhardt <sengelha@YAHOO.COM> for the bug report)
128 ------------------------------------------------------------------------------
130 libtar 1.2.7 - 9/12/02
131 ------------
133 - fixed minor bugs in listhash code
134   (thanks to Jim Knoble <jmknoble@pobox.com> for the bug reports)
136 ------------------------------------------------------------------------------
138 libtar 1.2.6 - 9/10/02
139 ------------
141 - updated COPYRIGHT file
142 - do not check magic field by default
143   (replaced TAR_IGNORE_MAGIC option with TAR_CHECK_MAGIC to enable check)
144 - fixed th_get_mode() not to modify S_IFMT bits if they were already set
145 - fixed TH_IS*() macros to check the S_IFMT mode bits in addition to typeflag
146   (this allows us to handle old tar archives that set mode bits but not
147   typeflag field for directories and other special files)
148 - updated to autoconf-2.53
149 - restructured autoconf macros
150 - added "b" to gzoflags in gzopen_frontend() for win32 compatibility
151   (thanks to Kris Eric Warkentin <kewarken@QNX.COM> for reporting this)
152 - if O_BINARY is defined (as on win32), set that bit in oflags in tar_open()
153   (thanks to Kris Eric Warkentin <kewarken@QNX.COM> for reporting this)
154 - also use O_BINARY in when calling open() from tar_extract_regfile()
155   (based on patch from Graeme Peterson <gp@qnx.com>)
156 - added COMPAT_FUNC_MAKEDEV macro to handle 3-arg version of makedev()
157   (based on patch from Graeme Peterson <gp@qnx.com>)
159 ------------------------------------------------------------------------------
161 libtar 1.2.5 - 2/20/02
162 ------------
164 - updated to autoconf-2.52
165 - improved Makefile portability
166 - fixed memory leak in hard-link detection code
167   (thanks to Michael Kamp <kamp@HITT.NL> for the bug report)
168 - fixed memory leak in symlink handling code
169   (thanks to Michael Kamp <kamp@HITT.NL> for the bug report)
170 - fixed memory leak in GNU long filename code
172 ------------------------------------------------------------------------------
174 libtar 1.2.4 - 7/24/01
175 ------------
177 - code cleanups to make gcc -Wall happy
178   (thanks to Jim Knoble <jmknoble@POBOX.COM> for the patch)
179 - call utime() before chmod() in tar_set_file_perms() for cygwin
180   (thanks to Kris Eric Warkentin <kewarken@QNX.COM> for reporting this)
181 - added "-g" flag to trigger GNU extensions in libtar binary
182 - fixed buffer termination bugs in POSIX filename prefix encoding
183   (thanks to Joerg Schilling <schilling@fokus.gmd.de> for reporting this)
184 - fixed bug in th_crc_calc() for filenames with 8-bit ASCII characters
185   (thanks to Hamdouni El Bachir <bach@zehc.net> for reporting the bug
186    and Antoniu-George SAVU <santoniu@libertysurf.fr> for the patch)
187 - fixed backwards conditional expression in th_read()
188   (thanks to Antoniu-George SAVU <santoniu@LIBERTYSURF.FR> for the patch)
189 - added new tar_open() options to replace compile-time settings:
190   TAR_IGNORE_EOT, TAR_IGNORE_MAGIC, TAR_CHECK_VERSION, TAR_IGNORE_CRC
191   (based on feedback from Kris Eric Warkentin <kewarken@QNX.COM>)
193 ------------------------------------------------------------------------------
195 libtar 1.2.3 - 6/26/01
196 ------------
198 - misc portability fixes for OpenBSD
199 - fixed libtar.h to work with C++ programs
200 - fixed tar_extract_file() to properly check for pre-existing symlinks
201   (based on patch from Per Lid?n <per@fukt.hk-r.se>)
202 - fixed hash creation in tar_init()
203 - replaced mkdirhier() with non-recursive version
204 - updated autoconf macros, compat code, and listhash code
205 - reformatted code for readability
207 ------------------------------------------------------------------------------
209 libtar 1.2.2 - 1/12/01
210 ------------
212 - fixed th_print_long_ls() to not truncate user and group names
213 - code cleanups to make -Wall happy
215 ------------------------------------------------------------------------------
217 libtar 1.2.1 - 1/8/01
218 ------------
220 - updated WSG_ENCAP autoconf macro
221 - fixed autoconf macros to behave properly when a config.cache file
222   is present
223 - fixed doc/Makefile.in to create links during compilation, not
224   installation
225 - fixed listhash manpage .so link lists
227 ------------------------------------------------------------------------------
229 libtar 1.2 - 1/4/01
230 ----------
232 - minor code cleanups
234 ------------------------------------------------------------------------------
236 libtar 1.1.b8 - 1/2/01
237 -------------
239 - updated WSG_ENCAP autoconf macro
241 ------------------------------------------------------------------------------
243 libtar 1.1.b7 - 12/13/00
244 -------------
246 - fixed autoconf snprintf() test to make sure it NUL-terminates
248 ------------------------------------------------------------------------------
250 libtar 1.1.b6 - 11/30/00
251 -------------
253 - added $(DESTDIR) to Makefiles
254 - Makefile changes to support WSG_PKG and WSG_ENCAP autoconf macros
255 - changed lib/output.c to use strftime() where available
257 ------------------------------------------------------------------------------
259 libtar 1.1.b5 - 10/29/00
260 -------------
262 - Makefile fix
264 ------------------------------------------------------------------------------
266 libtar 1.1.b4 - 10/29/00
267 -------------
269 - more directory reorganization
270 - minor Makefile cleanups
271 - minor portability fixes
272 - added function typecasting to avoid compiler warnings
274 ------------------------------------------------------------------------------
276 libtar 1.1.b3 - 10/26/00
277 -------------
279 - updated aclocal.m4
280 - updated README
281 - updated manpages
282 - minor directory structure changes because of CVS setup
284 ------------------------------------------------------------------------------
286 libtar 1.1.b2 - 10/5/00
287 -------------
289 - added --without-zlib configure option
290 - minor portability fixes
292 ------------------------------------------------------------------------------
294 libtar 1.1.b1 - 8/21/00
295 -------------
297 - API changes:
298   - implemented tar_fdopen()
299   - implemented tar_fd()
300   - added TAR **t argument to tar_open() instead of returning dynamic memory
301   - if TAR_NOOVERWRITE is set in options and O_CREAT is set in oflags,
302     tar_open() automatically sets O_EXCL as well
304 ------------------------------------------------------------------------------
306 libtar 1.1.b0 - 7/10/00
307 -------------
309 - API changes:
310   - replaced internal table of tar file types with a tartype_t passed to
311     tar_open() by the caller
312     (allows file access methods to be defined dynamically)
313   - fixed tar_append_tree() to grok normal files as well as directories
314   - replaced mk_dirs_for_file() with mkdirhier() from epkg
315   - replaced strtok_r() with strsep()
316   - updated list/hash code to new interface
318 - autoconf changes:
319   - added aclocal.m4 to clean up configure.in
320   - minor portability fixes related to lib/fnmatch.c
322 - fixed a bug in tar_open() where the result of open() was being
323   checked for 0 instead of -1 to detect error
325 - updated libtar driver program to handle both .tar.gz and ordinary .tar
326   via the -z option