a93 2003-02-09 Mats Peterson * Version 0.2.10 * v2strip.c (strip): All error messages now go to standard error. (usage): The exit status when invoking the program with no file names is now 1. 2001-10-10 Mats Peterson * Version 0.2.9 * v2strip.c (strip): The file ownership and permissions are now preserved when possible. 2001-09-23 Mats Peterson * Version 0.2.8 * v2strip.c (strip): Now using mkstemp() instead of tempnam() for generating the temporary file. Thanks to Henrik Carlqvist . 2000-06-28 Mats Peterson * Version 0.2.7 * v2strip.c (strip): Changed back to the behaviour of putting the temporary file in the same directory as the source file. * Version 0.2.6 * v2strip.c: Included 'stdlib.h', needed for free(). Should have been done before. 2000-06-27 Mats Peterson * Version 0.2.5 * Yet more error handling; fread() and fwrite() now catch read and write errors properly. * Version 0.2.4 * v2hdr.h (ID3V2HDR): Changed 'version', 'flags' and 'size' to unsigned char. * v2strip.c (strip): The temporary file is now always created in the current working directory (if writable). * 'hdrsize' is now of type 'long' instead of 'int'. * Added the 'b' flag to 'fopen()' for greater compatibility across different operating systems. * The memory allocated by 'tempnam()' is now correctly freed. * Improved error handling. * Improved validation of the ID3v2 header. * Version 0.2.3 * v2strip.c (strip): Some further clean-up of the header calculation. * Version 0.2.2 * v2strip.c (strip): Fixed a bug in the calculation of the header size. Thanks to Frank Molzahn for reporting it! 2000-05-22 Mats Peterson * Version 0.2.1 * v2strip.c (strip): The temporary file is now created either in the current directory, or in the same directory as the source file (i.e. not in /tmp). Fixes stripping of files on volumes other than the root. Thanks Nathan . 2000-05-07 Mats Peterson * Version 0.2 2000-05-04 Mats Peterson * configure, configure.in, config.h.in, acinclude.m4, aclocal.m4, Makefile.am, Makefile.in, NEWS, AUTHORS, INSTALL, ChangeLog, missing, mkinstalldirs, install-sh, v2hdr.h: New files. * v2strip.c (strip): Using the value of 'st_blksize' instead of BUFSIZ if stat() supports it. (usage): New function. (ID3V2HDR): Moved to v2hdr.h. . 0