File tree 3 files changed +59
-1
lines changed
3 files changed +59
-1
lines changed Original file line number Diff line number Diff line change
1
+ ** 2019-04-18 - v1.3.2**
2
+
3
+ * upgrade of [ sgerrand/alpine-pkg-glibc] ( https://github.com/sgerrand/alpine-pkg-glibc ) to version 2.29-r0
4
+ * merged pull request from @ariesdevil [ #56 Add missing lib] ( https://github.com/Technosoft2000/docker-calibre-web/pull/56 )
5
+ * Updated Libraries
6
+
7
+ | ** Program library** | ** Installed Version** |
8
+ | ------------------- | --------------------- |
9
+ | Sqlite | v3.26.0 |
10
+ | lxml | v4.3.3.0 |
11
+ | Requests | v2.21.0 |
12
+ | Image Magick | ImageMagick 6.9.10-10 Q16 x86_64 2019-04-18 https://www.imagemagick.org |
13
+ | kindlegen | Amazon kindlegen(Linux) V2.9 build 1028-0897292 |
14
+ | Flask | v1.0.2 |
15
+ | Babel | v2.6.0 |
16
+ | pytz | v2019.1 |
17
+ | PyPdf | v1.26.0 |
18
+ | pySqlite | v2.6.0 |
19
+ | Iso 639 | v0.4.5 |
20
+ | Python | 2.7.15 (default, Jan 24 2019, 16:32:39) [ GCC 8.2.0] |
21
+ | Sqlalchemy | v1.3.3 |
22
+ | Jinja2 | v2.10.1 |
23
+ | Wand Version | 0.5.2 |
24
+ | Calibre converter | ebook-convert (calibre 3.40.1) |
25
+ | Werkzeug | v0.15.2 |
26
+ | Gevent | v1.4.0 |
27
+ | Flask Login | v0.4.1 |
28
+ | Flask Principal | v0.4.0 |
29
+
1
30
** 2019-02-24 - v1.3.1**
2
31
3
32
* integrated a self compiled version of Ghostscript 9.26 with actual patches from
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM technosoft2000/alpine-base:3.9-1
2
2
MAINTAINER Technosoft2000 <
[email protected] >
3
3
LABEL image.version="1.3.2" \
4
4
image.description="Docker image for Calibre Web, based on docker image of Alpine" \
5
- image.date="2019-04-07 " \
5
+ image.date="2019-04-18 " \
6
6
url.docker="https://hub.docker.com/r/technosoft2000/calibre-web" \
7
7
url.github="https://github.com/Technosoft2000/docker-calibre-web" \
8
8
url.support="https://cytec.us/forum"
Original file line number Diff line number Diff line change @@ -38,6 +38,35 @@ And if you are interested in the original __Calibre__ ebook management tool then
38
38
39
39
## Updates ##
40
40
41
+ ** 2019-04-18 - v1.3.2**
42
+
43
+ * upgrade of [ sgerrand/alpine-pkg-glibc] ( https://github.com/sgerrand/alpine-pkg-glibc ) to version 2.29-r0
44
+ * merged pull request from @ariesdevil [ #56 Add missing lib] ( https://github.com/Technosoft2000/docker-calibre-web/pull/56 )
45
+ * Updated Libraries
46
+
47
+ | ** Program library** | ** Installed Version** |
48
+ | ------------------- | --------------------- |
49
+ | Sqlite | v3.26.0 |
50
+ | lxml | v4.3.3.0 |
51
+ | Requests | v2.21.0 |
52
+ | Image Magick | ImageMagick 6.9.10-10 Q16 x86_64 2019-04-18 https://www.imagemagick.org |
53
+ | kindlegen | Amazon kindlegen(Linux) V2.9 build 1028-0897292 |
54
+ | Flask | v1.0.2 |
55
+ | Babel | v2.6.0 |
56
+ | pytz | v2019.1 |
57
+ | PyPdf | v1.26.0 |
58
+ | pySqlite | v2.6.0 |
59
+ | Iso 639 | v0.4.5 |
60
+ | Python | 2.7.15 (default, Jan 24 2019, 16:32:39) [ GCC 8.2.0] |
61
+ | Sqlalchemy | v1.3.3 |
62
+ | Jinja2 | v2.10.1 |
63
+ | Wand Version | 0.5.2 |
64
+ | Calibre converter | ebook-convert (calibre 3.40.1) |
65
+ | Werkzeug | v0.15.2 |
66
+ | Gevent | v1.4.0 |
67
+ | Flask Login | v0.4.1 |
68
+ | Flask Principal | v0.4.0 |
69
+
41
70
** 2019-02-24 - v1.3.1**
42
71
43
72
* integrated a self compiled version of Ghostscript 9.26 with actual patches from
You can’t perform that action at this time.
0 commit comments