seawolf2357 commited on
Commit
f107a1a
·
verified ·
1 Parent(s): 19b0aa5

Upload CHANGES with huggingface_hub

Browse files
Files changed (1) hide show
  1. CHANGES +124 -0
CHANGES ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ CHANGES
2
+ =======
3
+
4
+ 0.1b16 (unreleased)
5
+ -------------------
6
+
7
+ - [CVE-2023-0286] Depends on cryptography >= 40.0.1
8
+ - [CVE-2022-2309] Depends on lxml >= 4.9,2
9
+
10
+
11
+ 0.1b15 (2020-05-30)
12
+ -------------------
13
+
14
+ - Unknown Numbering.Kind value of 6, which is not described in the official
15
+ specification docs, has been added. See #177.
16
+
17
+
18
+ 0.1b14 (2020-05-17)
19
+ -------------------
20
+
21
+ - Fix xmldump_flat for Python 3.8
22
+
23
+
24
+ 0.1b13 (2020-05-17)
25
+ -------------------
26
+
27
+ - Replace docopt with argparse.
28
+ - Workaround for BinData decompression (#175, #176)
29
+
30
+
31
+ 0.1b12 (2019-04-08)
32
+ -------------------
33
+
34
+ - Add Python 3.x support.
35
+ - Add an optional dependency on colorlog for colorful logging
36
+ - Remove dependency on hypua2jamo, resulting no automatic conversion of
37
+ Hanyang PUA to Hangul Jamo
38
+
39
+
40
+ 0.1b11 (2019-03-21)
41
+ -------------------
42
+
43
+ - Remove dependency on PyCrypto.
44
+ - [CVE-2013-7458], [CVE-2018-6594]
45
+ - Add dependency on cryptography.
46
+
47
+
48
+ 0.1b10 (2019-03-21)
49
+ -------------------
50
+
51
+ - Drop support for Python 2.5, 2.6.
52
+ - Prefer 'olefile' to 'OleFileIO_PL'.
53
+ - Fix 'Dutmal' control attribute names.
54
+ - hwp5html: represent path names in bytes
55
+ - Declare some dependencies with environment markers: olefile, lxml, pycrypto
56
+ - Update dependency on hypua2jamo >= 0.4.4
57
+
58
+
59
+ 0.1b9 (2016-02-26)
60
+ ------------------
61
+
62
+ - hwp5html: serveral improvements
63
+ - lang-* classes of span elements and associated css font-family
64
+ - horizontal page layouts
65
+ - Single page layout
66
+ - enhance horizontal positioning of TableControl, GShapeObject
67
+ - distdoc: fix sha1offset (by Hodong Kim)
68
+
69
+ 0.1b8 (2014-11-03)
70
+ ------------------
71
+
72
+ - hwp5view: experimental viewer with webkitgtk+
73
+ - hwp5proc: xml --formats ("flat", "nested")
74
+ - hwp5proc: models --events (experimental)
75
+ - hwp5proc: models --seqno --format (incompatible changes)
76
+ - hwp5proc: find --from-stdin
77
+ - hwp5proc: find --format
78
+ - binmodels: GShapeObjectCaption
79
+ - olestorage: Gsf implementation through python-gi
80
+ - olestorage: use new olefile instead of OleFileIO_PL
81
+
82
+
83
+ 0.1b7 (2014-01-31)
84
+ ------------------
85
+
86
+ - support distribution docs. (based on `Changwoo Ryu's algorithm <https://groups.google.com/forum/#!topic/hwp-foss/d2KL2ypR89Q>`_)
87
+
88
+ 0.1b6 (2014-01-20)
89
+ ------------------
90
+
91
+ - binmodel: change type of TableCell dimensions to signed integer
92
+ - hwp5odt: fix NCName for style:name (close #140)
93
+ - hwp5proc: fix with-statement in 'xml' command for Python 2.5
94
+ - hwp5proc: mark 'xml' command experimental
95
+
96
+ 0.1b5 (2013-10-29)
97
+ ------------------
98
+
99
+ - close #134
100
+ - hwp5html generates .xhtml instead of .html
101
+ - hwp5proc: new '--no-xml-decl' option
102
+ - hwp5odt: fix to not use '/' in resulting style names
103
+ - hwp5proc: IdMappings.memoshape only if version > 5.0.1.6
104
+
105
+ 0.1b4 (2013-07-03)
106
+ ------------------
107
+
108
+ - hwp5proc records: new option '--raw-header'
109
+ - hwp5odt: new '--document' option produces single ODT XML files (``*.fodt``)
110
+ - hwp5odt: new '--styles', '--content' option produces styles/content XML files
111
+ - ODT XSL files restructured
112
+
113
+ 0.1b3 (2013-06-18)
114
+ ------------------
115
+
116
+ - Fix IdMappings (#125)
117
+ - hwp5proc records: new option '--raw-payload'
118
+ - hwp5proc xml: FlagsType as xsd:hexBinary
119
+ - Various binary/xml models changes
120
+
121
+ 0.1b2 (2013-06-08)
122
+ ------------------
123
+
124
+ - Add PyPy support