From 1a593fee69ba017e3f6dc5aac59fb7ec51269c19 Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Tue, 7 May 2002 18:37:13 +0000 Subject: [PATCH] implemented extension filtering --- trunk/ripnews/CHANGELOG | 3 +++ trunk/ripnews/TODO | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/trunk/ripnews/CHANGELOG b/trunk/ripnews/CHANGELOG index 3e20175..e8481c0 100644 --- a/trunk/ripnews/CHANGELOG +++ b/trunk/ripnews/CHANGELOG @@ -1,6 +1,9 @@ # $Id$ # $Source$ +from 0.0.2 to 0.0.3 + - filtering on file extensions + from 0.01 to 0.02 - yEnc support by Stijn Hoop. Thanks. - change cache file format diff --git a/trunk/ripnews/TODO b/trunk/ripnews/TODO index d7ca740..86d9cbb 100644 --- a/trunk/ripnews/TODO +++ b/trunk/ripnews/TODO @@ -2,7 +2,7 @@ # $Source$ [ ] support mime encoding -[ ] support yEnc encoding +[x] support yEnc encoding [ ] matching on encoded file extensions [ ] documentation [ ] code cleanup