Skip to content

Commit

Permalink
Update to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
themoken committed Jul 29, 2009
1 parent 5ee9a03 commit c7963ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
@@ -1,3 +1,11 @@
Canto 0.7.1 ChangeLog
* Fix hard (feed) filters
* Fix keyword escaping for non-regex searches
* Fix items with totally undefined titles
* Fix fetchlog header from arg refactor
* Ignore some exceptions cause by multiprocessing
* Minor doc tweaks

Canto 0.7.0 ChangeLog
* Convert to multiprocessing worker slave (huge performance)
* Vast memory improvement (esp. for large lists)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -4,8 +4,8 @@
from distutils.command.install_data import install_data
import commands

version = ['0','7','0']
man_date = "24 July 2009"
version = ['0','7','1']
man_date = "29 July 2009"
git_commit = commands.getoutput("git show --pretty=oneline\
--abbrev-commit").split()[0]

Expand Down

0 comments on commit c7963ec

Please sign in to comment.