version 0.6.39

This commit is contained in:
Kovid Goyal 2010-02-09 20:37:55 -07:00
parent 1b30ddb0d6
commit d4d3afbb21
2 changed files with 21 additions and 1 deletions

View File

@ -4,6 +4,26 @@
# for important features/bug fixes.
# Also, each release can have new and improved recipes.
- version: 0.6.39
date: 2010-02-11
new features:
- title: "Add ability to control how author sort strings are automatically generated from author strings, via the config file tweaks.py"
- title: "Handle broken EPUB files from Project Gutenberg that have invalid OCF containers"
tickets: [4832]
bug fixes:
- title: "Fix regression in 0.6.38 that broke setting bookmarks in the viewer"
- title: "HTML Input: Ignore filenames that are encoded incorerctly."
new recipes:
- title: Radikal
author: Darko Miletic
- version: 0.6.38
date: 2010-02-09

View File

@ -2,7 +2,7 @@ __license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
__docformat__ = 'restructuredtext en'
__appname__ = 'calibre'
__version__ = '0.6.38'
__version__ = '0.6.39'
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
import re