version 2.44.1

This commit is contained in:
Kovid Goyal 2015-11-15 09:41:38 +05:30
parent 2e5a204c0a
commit 94699ecc32
2 changed files with 8 additions and 1 deletions

View File

@ -20,6 +20,13 @@
# new recipes: # new recipes:
# - title: # - title:
- version: 2.44.1
date: 2015-11-15
bug fixes:
- title: "Update the version of libpng bundled with calibre to fix a security vulnerability in libpng"
description: "See https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-8126 for details on the vulnerability"
- version: 2.44.0 - version: 2.44.0
date: 2015-11-13 date: 2015-11-13

View File

@ -4,7 +4,7 @@ __license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net' __copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
__docformat__ = 'restructuredtext en' __docformat__ = 'restructuredtext en'
__appname__ = u'calibre' __appname__ = u'calibre'
numeric_version = (2, 44, 0) numeric_version = (2, 44, 1)
__version__ = u'.'.join(map(unicode, numeric_version)) __version__ = u'.'.join(map(unicode, numeric_version))
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>" __author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"