mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 3.1.1
This commit is contained in:
parent
0d242c48ee
commit
b0f5958aec
@ -35,6 +35,8 @@
|
|||||||
tickets: [1698331]
|
tickets: [1698331]
|
||||||
|
|
||||||
bug fixes:
|
bug fixes:
|
||||||
|
- title: "Version 3.1.1 fixes a regression in 3.1.0 that prevented the standalone calibre-server.exe from working on Windows and macOS"
|
||||||
|
|
||||||
- title: "Content server: Fix various bugs in the SSL implementation causing aborted transfers when enabling SSL in the server"
|
- title: "Content server: Fix various bugs in the SSL implementation causing aborted transfers when enabling SSL in the server"
|
||||||
|
|
||||||
- title: "Content server: Fix connections not being closed after errors/timeouts on the server side"
|
- title: "Content server: Fix connections not being closed after errors/timeouts on the server side"
|
||||||
|
@ -6,7 +6,7 @@ from future_builtins import map
|
|||||||
import sys, locale, codecs, os, importlib, collections
|
import sys, locale, codecs, os, importlib, collections
|
||||||
|
|
||||||
__appname__ = u'calibre'
|
__appname__ = u'calibre'
|
||||||
numeric_version = (3, 1, 0)
|
numeric_version = (3, 1, 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>"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user