libtar version 1.2.17
[libtar.git] / ChangeLog
blob51f6be1c6cba1e9d1d4dc7c6348c6af47ffd9f2a
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.17 - 2012/07/24 (Chris Frey)
11 -------------
12       Applied Tim Band's checksum patch from mailing list (thanks!)
15 libtar 1.2.16 - 2012/05/17 (Chris Frey)
16 -------------
17       Fixed build system to allow for out-of-source tree builds
20 libtar 1.2.15 - 2012/05/10 (Chris Frey)
21 -------------
22 Chris Frey (1):
23       Fixed harmless buffer overflow which is caught by FORTIFY on some systems
26 libtar 1.2.14 - 2011/12/22 (Chris Frey)
27 -------------
28 Chris Frey (1):
29       Fixed truncation check, so 100 char names get GNU extension support when enabled
32 libtar 1.2.13 - 2011/06/13 (Chris Frey)
33 -------------
34 Chris Frey (10):
35       Fixed incorrect URL in readme
36       Added autoconf/ as macro dir
37       Added autogen.sh script to build a fresh configure
38       Renamed autoconf/aclocal.m4 to psg.m4 so aclocal isn't so confused
39       Removed m4 includes, and straightened out [] m4 quoting for modern autoconfs
40       Removed auto-generated files
41       Added datarootdir to Makefile.in's
42       Fixed header warnings
43       Applied Marcin Gibula's patch fixing tar_extract_glob()
44       Changed root Makefile.in to Makefile.am, which make autoreconf workable
46 Glenn McGrath (1):
47       Use libtool to build dynamic library
49 James Morrison (1):
50       Document stupidity of tartype_t in libtar.c.
52 Magnus Holmgren (1):
53       Escape hyphens that should be minus signs in man pages.
55 Per Lidén (2):
56       Fix memory leak in th_get_pathname
57       Reduce memory used by libtar when extracting files.
59 ------------------------------------------------------------------------------
61 libtar 1.2.11 - 3/2/03
62 -------------
64 - updated autoconf macros, compat code, and listhash code
65 - fixed tar_extract_regfile() to pass mode argument to open()
66   (caused EPERM on Solaris NFS clients)
67 - updated README
69 ------------------------------------------------------------------------------
71 libtar 1.2.10 - 12/15/02
72 -------------
74 - updated README
75 - minor Makefile fixes
76 - fixed TH_ISREG() macro to not return true for hard links
78 ------------------------------------------------------------------------------
80 libtar 1.2.9 - 11/19/02
81 ------------
83 - fixed th_read() to return 1 on EOF
84   (thanks to Yves Crespin <Crespin.Quartz@WANADOO.FR> for the bug report)
85 - minor portability fixes
86   (thanks to Yves Crespin <Crespin.Quartz@WANADOO.FR> for the bug report)
87 - fixed segfault on extracting filenames with 8-bit ASCII characters
88   (thanks to Per Liden <per@FUKT.BTH.SE> for the patch)
89 - fixed TH_ISDIR() macro and th_get_mode() function to handle old
90   archives that don't set the typeflag field right for directories
91 - use 0777 instead of 0755 in mkdirhier()
92   (thanks to Yves Crespin <Crespin.Quartz@WANADOO.FR> for the bug report)
94 ------------------------------------------------------------------------------
96 libtar 1.2.8 - 9/13/02
97 ------------
99 - added "-I../listhash" to CPPFLAGS in libtar/Makefile.in
100   (thanks to Kris Warkentin <kewarken@QNX.COM> for the bug report)
101 - added .PHONY target to Makefile.in
102   (thanks to Steven Engelhardt <sengelha@YAHOO.COM> for the bug report)
104 ------------------------------------------------------------------------------
106 libtar 1.2.7 - 9/12/02
107 ------------
109 - fixed minor bugs in listhash code
110   (thanks to Jim Knoble <jmknoble@pobox.com> for the bug reports)
112 ------------------------------------------------------------------------------
114 libtar 1.2.6 - 9/10/02
115 ------------
117 - updated COPYRIGHT file
118 - do not check magic field by default
119   (replaced TAR_IGNORE_MAGIC option with TAR_CHECK_MAGIC to enable check)
120 - fixed th_get_mode() not to modify S_IFMT bits if they were already set
121 - fixed TH_IS*() macros to check the S_IFMT mode bits in addition to typeflag
122   (this allows us to handle old tar archives that set mode bits but not
123   typeflag field for directories and other special files)
124 - updated to autoconf-2.53
125 - restructured autoconf macros
126 - added "b" to gzoflags in gzopen_frontend() for win32 compatibility
127   (thanks to Kris Eric Warkentin <kewarken@QNX.COM> for reporting this)
128 - if O_BINARY is defined (as on win32), set that bit in oflags in tar_open()
129   (thanks to Kris Eric Warkentin <kewarken@QNX.COM> for reporting this)
130 - also use O_BINARY in when calling open() from tar_extract_regfile()
131   (based on patch from Graeme Peterson <gp@qnx.com>)
132 - added COMPAT_FUNC_MAKEDEV macro to handle 3-arg version of makedev()
133   (based on patch from Graeme Peterson <gp@qnx.com>)
135 ------------------------------------------------------------------------------
137 libtar 1.2.5 - 2/20/02
138 ------------
140 - updated to autoconf-2.52
141 - improved Makefile portability
142 - fixed memory leak in hard-link detection code
143   (thanks to Michael Kamp <kamp@HITT.NL> for the bug report)
144 - fixed memory leak in symlink handling code
145   (thanks to Michael Kamp <kamp@HITT.NL> for the bug report)
146 - fixed memory leak in GNU long filename code
148 ------------------------------------------------------------------------------
150 libtar 1.2.4 - 7/24/01
151 ------------
153 - code cleanups to make gcc -Wall happy
154   (thanks to Jim Knoble <jmknoble@POBOX.COM> for the patch)
155 - call utime() before chmod() in tar_set_file_perms() for cygwin
156   (thanks to Kris Eric Warkentin <kewarken@QNX.COM> for reporting this)
157 - added "-g" flag to trigger GNU extensions in libtar binary
158 - fixed buffer termination bugs in POSIX filename prefix encoding
159   (thanks to Joerg Schilling <schilling@fokus.gmd.de> for reporting this)
160 - fixed bug in th_crc_calc() for filenames with 8-bit ASCII characters
161   (thanks to Hamdouni El Bachir <bach@zehc.net> for reporting the bug
162    and Antoniu-George SAVU <santoniu@libertysurf.fr> for the patch)
163 - fixed backwards conditional expression in th_read()
164   (thanks to Antoniu-George SAVU <santoniu@LIBERTYSURF.FR> for the patch)
165 - added new tar_open() options to replace compile-time settings:
166   TAR_IGNORE_EOT, TAR_IGNORE_MAGIC, TAR_CHECK_VERSION, TAR_IGNORE_CRC
167   (based on feedback from Kris Eric Warkentin <kewarken@QNX.COM>)
169 ------------------------------------------------------------------------------
171 libtar 1.2.3 - 6/26/01
172 ------------
174 - misc portability fixes for OpenBSD
175 - fixed libtar.h to work with C++ programs
176 - fixed tar_extract_file() to properly check for pre-existing symlinks
177   (based on patch from Per Lid?n <per@fukt.hk-r.se>)
178 - fixed hash creation in tar_init()
179 - replaced mkdirhier() with non-recursive version
180 - updated autoconf macros, compat code, and listhash code
181 - reformatted code for readability
183 ------------------------------------------------------------------------------
185 libtar 1.2.2 - 1/12/01
186 ------------
188 - fixed th_print_long_ls() to not truncate user and group names
189 - code cleanups to make -Wall happy
191 ------------------------------------------------------------------------------
193 libtar 1.2.1 - 1/8/01
194 ------------
196 - updated WSG_ENCAP autoconf macro
197 - fixed autoconf macros to behave properly when a config.cache file
198   is present
199 - fixed doc/Makefile.in to create links during compilation, not
200   installation
201 - fixed listhash manpage .so link lists
203 ------------------------------------------------------------------------------
205 libtar 1.2 - 1/4/01
206 ----------
208 - minor code cleanups
210 ------------------------------------------------------------------------------
212 libtar 1.1.b8 - 1/2/01
213 -------------
215 - updated WSG_ENCAP autoconf macro
217 ------------------------------------------------------------------------------
219 libtar 1.1.b7 - 12/13/00
220 -------------
222 - fixed autoconf snprintf() test to make sure it NUL-terminates
224 ------------------------------------------------------------------------------
226 libtar 1.1.b6 - 11/30/00
227 -------------
229 - added $(DESTDIR) to Makefiles
230 - Makefile changes to support WSG_PKG and WSG_ENCAP autoconf macros
231 - changed lib/output.c to use strftime() where available
233 ------------------------------------------------------------------------------
235 libtar 1.1.b5 - 10/29/00
236 -------------
238 - Makefile fix
240 ------------------------------------------------------------------------------
242 libtar 1.1.b4 - 10/29/00
243 -------------
245 - more directory reorganization
246 - minor Makefile cleanups
247 - minor portability fixes
248 - added function typecasting to avoid compiler warnings
250 ------------------------------------------------------------------------------
252 libtar 1.1.b3 - 10/26/00
253 -------------
255 - updated aclocal.m4
256 - updated README
257 - updated manpages
258 - minor directory structure changes because of CVS setup
260 ------------------------------------------------------------------------------
262 libtar 1.1.b2 - 10/5/00
263 -------------
265 - added --without-zlib configure option
266 - minor portability fixes
268 ------------------------------------------------------------------------------
270 libtar 1.1.b1 - 8/21/00
271 -------------
273 - API changes:
274   - implemented tar_fdopen()
275   - implemented tar_fd()
276   - added TAR **t argument to tar_open() instead of returning dynamic memory
277   - if TAR_NOOVERWRITE is set in options and O_CREAT is set in oflags,
278     tar_open() automatically sets O_EXCL as well
280 ------------------------------------------------------------------------------
282 libtar 1.1.b0 - 7/10/00
283 -------------
285 - API changes:
286   - replaced internal table of tar file types with a tartype_t passed to
287     tar_open() by the caller
288     (allows file access methods to be defined dynamically)
289   - fixed tar_append_tree() to grok normal files as well as directories
290   - replaced mk_dirs_for_file() with mkdirhier() from epkg
291   - replaced strtok_r() with strsep()
292   - updated list/hash code to new interface
294 - autoconf changes:
295   - added aclocal.m4 to clean up configure.in
296   - minor portability fixes related to lib/fnmatch.c
298 - fixed a bug in tar_open() where the result of open() was being
299   checked for 0 instead of -1 to detect error
301 - updated libtar driver program to handle both .tar.gz and ordinary .tar
302   via the -z option