[Assorted-commits] SF.net SVN: assorted:[1452] mailing-list-filter/trunk
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-06-06 22:49:19
|
Revision: 1452 http://assorted.svn.sourceforge.net/assorted/?rev=1452&view=rev Author: yangzhang Date: 2009-06-06 22:48:41 +0000 (Sat, 06 Jun 2009) Log Message: ----------- ready to release 0.2 Modified Paths: -------------- mailing-list-filter/trunk/README mailing-list-filter/trunk/publish.bash mailing-list-filter/trunk/setup.py Modified: mailing-list-filter/trunk/README =================================================================== --- mailing-list-filter/trunk/README 2009-06-03 17:52:11 UTC (rev 1451) +++ mailing-list-filter/trunk/README 2009-06-06 22:48:41 UTC (rev 1452) @@ -54,9 +54,19 @@ Sent as having been sent by you. This is presumably how most other IMAP servers work. -- Implement incremental maintenance of local cache. - - Accept custom operations for filtered/unfiltered messages (trashing/untrashing, labeling/unlabeling, etc.). - Refactor the message fetching/management part out into its own library. + +Changes +------- + +v0.2 + +- Added disk-based operation to remove memory capacity limit. +- Added incremental updates to local cache. + +v0.1 + +- Initial release: fully in-memory operation and no incremental updates. Modified: mailing-list-filter/trunk/publish.bash =================================================================== --- mailing-list-filter/trunk/publish.bash 2009-06-03 17:52:11 UTC (rev 1451) +++ mailing-list-filter/trunk/publish.bash 2009-06-06 22:48:41 UTC (rev 1452) @@ -1,8 +1,8 @@ #!/usr/bin/env bash fullname='Mailing List Filter' -version=0.1 -license=gpl +version=0.2 +license=gpl3 websrcs=( README ) rels=( pypi: ) . assorted.bash "$@" Modified: mailing-list-filter/trunk/setup.py =================================================================== --- mailing-list-filter/trunk/setup.py 2009-06-03 17:52:11 UTC (rev 1451) +++ mailing-list-filter/trunk/setup.py 2009-06-06 22:48:41 UTC (rev 1452) @@ -5,7 +5,7 @@ pkg_info_text = """ Metadata-Version: 1.1 Name: mailing-list-filter -Version: 0.1 +Version: 0.2 Author: Yang Zhang Author-email: yaaang NOSPAM at REMOVECAPS gmail Home-page: http://assorted.sourceforge.net/mailing-list-filter/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |