mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 00:53:46 +02:00
version 2.44.1
This commit is contained in:
parent
2e5a204c0a
commit
94699ecc32
2 changed files with 8 additions and 1 deletions
|
|
@ -20,6 +20,13 @@
|
|||
# new recipes:
|
||||
# - 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
|
||||
date: 2015-11-13
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
|
||||
__docformat__ = 'restructuredtext en'
|
||||
__appname__ = u'calibre'
|
||||
numeric_version = (2, 44, 0)
|
||||
numeric_version = (2, 44, 1)
|
||||
__version__ = u'.'.join(map(unicode, numeric_version))
|
||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue