-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversions.xml
227 lines (227 loc) · 6.7 KB
/
versions.xml
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<?xml version="1.0" encoding="UTF-8" ?>
<!-- vim: set tw=100: -->
<articles>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.2.11</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2020-10-24">2020-10-24</time>
</header>
<aside>
<p>
Bring up to date with newest
<a href="https://github.com/kristapsdz/oconfigure">oconfigure</a>
and add initial shim for regression testing.
No functional change.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.2.10</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2020-03-11">2020-03-11</time>
</header>
<aside>
<p>
Allow for much more portable builds (now enforced by a CI system).
Uses with newest
<a href="https://github.com/kristapsdz/oconfigure">oconfigure</a>.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.2.9</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2020-01-15">2020-01-15</time>
</header>
<aside>
<p>
Make <code><meta></code> tag be embeddable in
non-<code><head></code> content.
This is allowed for microdata, and <span class="nm">sintl</span>
simply lets it in all cases.
Also bring up to date with newest <a
href="https://github.com/kristapsdz/oconfigure">oconfigure</a>.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.2.8</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2019-06-28">2019-06-28</time>
</header>
<aside>
<p>
Bring up to date with newest <a
href="https://github.com/kristapsdz/oconfigure">oconfigure</a>.
and spruce up web site.
No code change otherwise.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.2.6</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2018-08-02">2018-08-02</time>
</header>
<aside>
<p>
Add a <b>-q</b> mode, by default having the update sequence emit a
message when translations are added/deleted.
Work better with attributes: allow targets to override attributes in
the source.
This is… not really part of XLIFF, but sorely missing.
Document this in the manpage.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.2.5</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2018-07-30">2018-07-30</time>
</header>
<aside>
<p>
Fix update mode (<b>-u</b>).
Also fix joining reduced sources—before, they would fail to
match properly even though they were the same.
Lastly, add a copy mode (<b>-c</b>) to both updating and extracting.
This provides an initial <q>translation</q> and also makes testing
much easier.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.2.4</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2018-07-25">2018-07-25</time>
</header>
<aside>
<p>
Add in more reduction semantics (e.g., stripping away surrounding empty
nodes).
Also handle null elements (e.g., <code><img /></code>) properly in
serialising content.
Don't let null nodes accept children, too.
Run <a href="http://lcamtuf.coredump.cx/afl/">AFL</a> extensively on
all methods of operation.
</p>
<p>
Also, fully support the <code><x /></code> and
<code><g></g></code> replacement of inline content.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.2.3</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2018-07-14">2018-07-14</time>
</header>
<aside>
<p>
Revert to using XLIFF 1.2 after realising that most tools to handle the
newest XLIFF standard version.
Have <b>-u</b> mode not keep old translations by default.
Add <b>-k</b> to keep old translations when updating.
Continue working on reducing translatable fragments.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.2.2</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2018-07-12">2018-07-12</time>
</header>
<aside>
<p>
Handle space preservation during the parse itself, not afterward.
This will (in the future) handle <code>xml:space</code> attributes in
embedded phrasing content.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.2.1</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2018-07-10">2018-07-10</time>
</header>
<aside>
<p>
Add initial reduction and minimisation.
These optimise translatable content to remove superfluous tags.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.2.0</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2018-07-08">2018-07-08</time>
</header>
<aside>
<p>
Use <a href="https://github.com/kristapsdz/oconfigure">oconfigure</a> for
configuration.
Fix an assertion failure.
Allow for nested elements in <code><source></code> and
<code><target></code> as defined by the ITS standard, but disallow
broken phrase element scoping.
Update manual.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.1.2</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2016-06-12">2016-06-12</time>
</header>
<aside>
<p>
Preserve <code><target></code>'s nested elements.
Add support for <a href="http://man.openbsd.org/pledge.2">pledge(2)</a> and
Apple's sandbox.
Upload to <a href="https://github.com">GitHub</a>, modernise site and style
for manual.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.1.1</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2014-12-09">2014-12-09</time>
</header>
<aside>
<p>
Cleaned up internals for readability (no fixes).
Added some missing error-message reporting.
Also have the -<b>u</b> merge option merge both ways: if a new entry is
found, it is merged into the XLIFF file; if it already exists in the XLIFF
file, it is kept as-is.
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.1.0</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2014-12-08">2014-12-08</time>
</header>
<aside>
<p>
Initial public release.
This utility is very experimental for the time being, but <q>works for me</q>.
</p>
</aside>
</article>
</articles>