diff --git a/Changelog.yaml b/Changelog.yaml index 9aca2ff597..0d322d2d42 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -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 diff --git a/src/calibre/constants.py b/src/calibre/constants.py index 36c46ae2a0..4b583c6608 100644 --- a/src/calibre/constants.py +++ b/src/calibre/constants.py @@ -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 " import re