2010-01-01 Guillaume Rousse 0.31.0 * replace gprintify python + shell implementation with a pure perl one * fix ${foo##*/} recognition in gprintify (mdv bug #56342) * enhance test suite with actual scripts usage 2009-11-21 Guillaume Rousse 0.30.6 * set LD_LIBRARY_PATH before calling ldd to check for missing or unused libs strip_and_check_elf_files (mdv bug #41522) 2009-06-25 Per Øyvind Karlsen 0.30.5 * fix EXCLUDE_FROM_STRIP issue dealing with more than just one pattern, which would result in files being stripped even when they should've been excluded (cause of mdv bug #51374) 2009-05-14 Guillaume Rousse 0.30.4 * skip PDF files when fixing end of lines (mdv bug #51128) * initial test suite * make all helper abort for missing or incorrect build root 2009-05-14 Michael Scherer 0.30.3 * fix missing compression on manpages (mdv bug #50803) 2009-05-09 Guillaume Rousse 0.30.2 * drop man page normalization, broken, and uneeded anymore * drop hardlink handling in man page compression * fix exception handling, all scripts now use a single regexp 2009-05-08 Götz Waschk 0.30.1 * fix syntax error in compress_files 2009-05-07 Guillaume Rousse 0.30.0 * normalize man pages, to make file command able to identify them correctly (mdv bug #42725) * fix escaped patterns parsing in gprintify (mdv bug #49277) * fix fix_eol, it was previously skipping all files... * replace deprecated 'lzmash' command with 'lzma' in compress_files (Per Oyvind) * add support for xz in compress_files (Per Oyvind) 2008-08-26 Pascal "Pixel" Rigaux 0.29.5 * fix regression related to DONT_STRIP when not exported 2008-05-16 Pascal "Pixel" Rigaux 0.29.4 * strip_and_check_elf_files: skip check on /usr/lib/debug (#40847) 2008-05-14 Guillaume Rousse 0.29.3 * fix regression related to symlinks introduced in previous release (spotted by Anssi) 2008-05-14 Guillaume Rousse 0.29.2 * fix blocking issue with special files in fix_eol (spotted by Pixel) 2008-05-08 Guillaume Rousse 0.29.1 * large compress_file cleanup, replacing external commands with perl internal version * really honor EXCLUDE_FROM_COMPRESS variable 2008-05-07 Pascal "Pixel" Rigaux 0.29 * replace strip_files with strip_and_check_elf_files which checks for overlinking (cf http://wiki.mandriva.com/en/Overlinking) and "missing linking" (need checking if there are too many false positives) 2008-02-10 Guillaume Rousse 0.28.1 * more perl code clean up * better script name consistency * fix some warnings * make EXCLUDE_FROM_EOL_CONVERSION a list of regexp 2008-01-29 Guillaume Rousse 0.28.0 * exhaustive documentation * perl scripts cleanup 2007-08-07 Guillaume Rousse 0.27.2 * drop an ugly hack in compress_file, fixing issue with files converted from other compression format 2007-08-04 Guillaume Rousse 0.27.1 * pass compression format as argument to compress_files (make spec-helper backportable again) 2007-07-12 Olivier Thauvin 0.27 * use lzma by default for man and info pages 2007-06-30 Guillaume Rousse 0.26.1 * rename ChangeLog to NEWS * rename Howto-spec-helper to README * drop deprecated spec-helper script * make sure fix-eol keep original file permission 2007-06-24 Anssi Hannula 0.26 * fix fix-eol to not corrupt files it tries to convert 2007-06-15 Guillaume Rousse 0.25 * switch to a manual Changelog * new helper script: fix-eol * gprintify should not deal with daemon argument (fix #22066)