-
Notifications
You must be signed in to change notification settings - Fork 21
/
NEWS
111 lines (68 loc) · 1.96 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
arCHMage 0.4.2.1
================
Changes:
* Add tests/example to release tarball.
arCHMage 0.4.2
==============
Changes:
* Add support for converting CHM files extracted to a filesystem. This
used to work in 0.3, but got dropped in 0.4 (#16)
Bug fixes:
* Gracefully handle missing files (#11)
arCHMage 0.4.1
==============
Changes:
* Added a testsuite with a single test to catch the most glaring problems.
arCHMage 0.4
============
Changes:
* Works with Python 3.5+ (#10).
Bugfixes:
* Fix HTML conversion under Windows (#6).
Removals:
* mod_chm and option -p were removed. Extract CHM files to the filesystem and
use a real HTTP server to serve them.
arCHMage 0.3.1
==============
Bug fixes:
* [CVE-2015-1589] Fixed directory traversal bug
arCHMage 0.3
============
Changes:
* Global /etc/archmage/arch.conf configuration file has been moved to the
package contents and is no longer customizable
Bug fixes:
* [Debian #776097] Fixed parsing CHM files with no topic tree
arCHMage 0.2.4
==============
Bug fixes:
* [SF #2812715] Incorrect arch_contents.html generation on irrlicht.chm
arCHMage 0.2.3
==============
Bug fixes:
* Fixing caching bug (affects on mod_chm module)
arCHMage 0.2.2
==============
Bug fixes:
* [SF #2802208] Garbled data attached to output
arCHMage 0.2.1
==============
Bug fixes:
* HTMLDOC doesn't working with missing <H1>...</H1> tag
arCHMage 0.2
============
Changes/New features:
* CHM -> Single HTML conversion
* CHM -> PDF conversion
* CHM -> Plain Text conversion
* Changed option - 'dump' for dumping HTML data from CHM file into standard output.
* Huge code re-factoring and lot of small changes/fixes...
Bug fixes:
* [SF #1767529] IOError exception using CHM dump option
* [SF #1955872] import error
* [SF #1805070] TOC is broken after decompilation
* [SF #1767522] CHM -> single HTML conversion
arCHMage 0.1.9
==============
Changes/New features:
* New option - 'dump' for dumping HTML data from CHM file as Plain Text