20110828 - repos.slapt 1.5.1 Minor fix for an uninitialized variable, thanks to Roberto. 20090904 - repos.slapt 1.5.0 Implemented support for txz, tbz, and tlz packages, thanks to Loris, Emanuele Tomasi and the rest of the Slacky.eu community for the patch. 20080517 - repos.slapt 1.4.5 Added a missing "" that caused problems with filenames containing spaces. Thanks to Loris for the report. 20080202 - repos.slapt 1.4.4 Fixed -p implementation: repos.slapt is now able to modify correctly PACKAGES.TXT and MANIFEST to add\delete package entries. 20080101 - repos.slapt 1.4.3 Generating also CHECKSUMS.md5.gz.asc. 20071216 - repos.slapt 1.4.2 Generating also CHECKSUMS.md5.asc, ChangeLog.txt.gz and CHECKSUMS.md5.gz. 20071130 - repos.slapt 1.4.1 Fixing file permissions on the repository before exiting (Thanks to Loris for the suggestion and the code ;)). 20070610 Using mktemp to create temporary files and directories (Thanks to Matteo Nunziati that helped me cleaning the code). 20060930 - repos.slapt 1.4.0 exclude added to the options of repos.slapt namefilter called from repos.slapt to exlude directories from the repository 20060929 namefilter added to make easy to filter some directories from the output of find ./ 20060527 - repos.slapt 1.3.1 fixed a bug regarding the log of rebuild packages in the ChangeLog, Thanks to Loris for the report. 20060325 - repos.slapt 1.3.0 corrected generation of packages deleted list improved changelog generation 20060110 - repos.slapt 1.2.2 added creation of PACKAGES.TXT.gz 20060108 - repos.slapt 1.2.1 added --signs to sign each tgz package (generates .asc files) 20060107 - repos.slapt 1.2.0 added --descriptions to generate .txt package decsription files. 20051215 Code restyling & speed enhancements. 20051214 - repos.slapt 1.1.0 Corrected "--partial". 20051213 Added first create_changelog implementation.