implemented extension filtering

This commit is contained in:
Ward Wouts 2002-05-07 18:37:13 +00:00
parent fd2066948a
commit 1a593fee69
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,9 @@
# $Id$ # $Id$
# $Source$ # $Source$
from 0.0.2 to 0.0.3
- filtering on file extensions
from 0.01 to 0.02 from 0.01 to 0.02
- yEnc support by Stijn Hoop. Thanks. - yEnc support by Stijn Hoop. Thanks.
- change cache file format - change cache file format

View file

@ -2,7 +2,7 @@
# $Source$ # $Source$
[ ] support mime encoding [ ] support mime encoding
[ ] support yEnc encoding [x] support yEnc encoding
[ ] matching on encoded file extensions [ ] matching on encoded file extensions
[ ] documentation [ ] documentation
[ ] code cleanup [ ] code cleanup