From 456429d82046a4efc0fb5f41c596290754cc692c Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Thu, 8 Sep 2005 21:19:36 +0000 Subject: Added eclean bug# 33877 and updated README bug# 103662 svn path=/; revision=228 --- trunk/src/eclean/ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 trunk/src/eclean/ChangeLog (limited to 'trunk/src/eclean/ChangeLog') diff --git a/trunk/src/eclean/ChangeLog b/trunk/src/eclean/ChangeLog new file mode 100644 index 0000000..ad8a0ef --- /dev/null +++ b/trunk/src/eclean/ChangeLog @@ -0,0 +1,23 @@ +2005-08-28 Thomas de Grenier de Latour (tgl) + * Version 0.4.1 + * added support for some "eclean-dist" and "eclean-pkg" symlinks on eclean + (and thus refactored command-line parsing and help screen code) + * accept file names in exclude files for specific distfiles protection + (useful to protect the OOo i18n files for instance, which are not in + $SRC_URI but put there manually) + * minor rewrite of some findDistfiles() code + * added /usr/lib/portage/pym python path, just to be sure it comes first + (after all, "ouput" is a pretty generic name for a python module...) + * updated manpage + +2005-08-27 Thomas de Grenier de Latour (tgl) + * Version 0.4 + * added exclusion files support + * added time limit option + * added size limit option (for distfiles only) + * added fetch-restricted distfile optionnal protection + * added --package-names option for protection of all versions of installed + packages. + * removed support of multiple actions on command-line. That would have been + hell with action-specific options. + * updated manpage -- cgit v1.2.3