aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-04-30 21:52:45 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-04-30 21:52:45 +0000
commit86eaf5e03289e45a95514b4f6011157972016e9d (patch)
treec16903693f2030c7b01b346b29b265dc1a473888 /src/eclean/ChangeLog
parentFix has_key() deprecation message. (Bug #232797) (diff)
downloadgentoolkit-86eaf5e03289e45a95514b4f6011157972016e9d.tar.gz
gentoolkit-86eaf5e03289e45a95514b4f6011157972016e9d.tar.bz2
gentoolkit-86eaf5e03289e45a95514b4f6011157972016e9d.zip
Tagging the gentoolkit-0.2.4 releasegentoolkit-0.2.4
svn path=/tags/gentoolkit-0.2.4/; revision=564
Diffstat (limited to 'src/eclean/ChangeLog')
-rw-r--r--src/eclean/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/eclean/ChangeLog b/src/eclean/ChangeLog
new file mode 100644
index 0000000..36d9a28
--- /dev/null
+++ b/src/eclean/ChangeLog
@@ -0,0 +1,27 @@
+2005-12-19 Paul Varner <fuzzyray@gentoo.org>
+ * Add support for reqular expression matching for file names in the
+ exclude files.
+
+2005-08-28 Thomas de Grenier de Latour (tgl) <degrenier@easyconnect.fr>
+ * 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) <degrenier@easyconnect.fr>
+ * 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