From 78697d7967581e7889fa04ea921e6f66f2a5cea6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 30 Apr 2011 09:19:40 -0600 Subject: [PATCH] version 0.7.59 --- Changelog.yaml | 21 +++++++++++++++++++++ src/calibre/constants.py | 2 +- src/calibre/translations/sv.po | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/Changelog.yaml b/Changelog.yaml index 751e7c8eeb..307836e5ab 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -19,6 +19,27 @@ # new recipes: # - title: +- version: 0.7.59 + date: 2011-04-30 + + bug fixes: + - title: "Fixes a bug in 0.7.58 that caused too small fonts when converting to MOBI for the Kindle. Apologies." + + - title: "Apple driver: Handle invalid EPUBs that do not contain an OPF file" + + new recipes: + - title: The Big Picture and Auto industry news + author: welovelucy + + - title: Gazeta Prawna + author: Vroo + + - title: Various Czech news sources + author: Tomas Latal + + - title: Diario de Ibiza + author: Joan Tur + - version: 0.7.58 date: 2011-04-29 diff --git a/src/calibre/constants.py b/src/calibre/constants.py index 2e1a1877cb..2145630347 100644 --- a/src/calibre/constants.py +++ b/src/calibre/constants.py @@ -4,7 +4,7 @@ __license__ = 'GPL v3' __copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net' __docformat__ = 'restructuredtext en' __appname__ = u'calibre' -numeric_version = (0, 7, 58) +numeric_version = (0, 7, 59) __version__ = u'.'.join(map(unicode, numeric_version)) __author__ = u"Kovid Goyal " diff --git a/src/calibre/translations/sv.po b/src/calibre/translations/sv.po index 92fc6966a3..29887de53b 100644 --- a/src/calibre/translations/sv.po +++ b/src/calibre/translations/sv.po @@ -11877,7 +11877,7 @@ msgstr "(Misslyckades omslag)" #: /home/kovid/work/calibre/src/calibre/gui2/metadata/bulk_download2.py:190 msgid "Downloaded %d of %d" -msgstr "Hämtade %d av %​​d" +msgstr "Hämtade %d av %d" #: /home/kovid/work/calibre/src/calibre/gui2/metadata/config.py:61 #: /home/kovid/work/calibre/src/calibre/gui2/preferences/metadata_sources_ui.py:109