Deleted Added
full compact
ChangeLog (281316) ChangeLog (291125)
1commit 9815cdf6987ef91a85493bfcfd1ce2aaf3b47a0a
2Author: Lasse Collin <lasse.collin@tukaani.org>
3Date: 2015-09-29 13:59:35 +0300
4
5 Bump version and soname for 5.2.2.
6
7 src/liblzma/Makefile.am | 2 +-
8 src/liblzma/api/lzma/version.h | 2 +-
9 2 files changed, 2 insertions(+), 2 deletions(-)
10
11commit cbe0cec8476bdd0416c7ca9bc83895c9bea1cf78
12Author: Lasse Collin <lasse.collin@tukaani.org>
13Date: 2015-09-29 13:57:28 +0300
14
15 Update NEWS for 5.2.2.
16
17 NEWS | 18 ++++++++++++++++++
18 1 file changed, 18 insertions(+)
19
20commit 49427ce7eececdd18bbd35dab23c81910d083e1c
21Author: Andre Noll <maan@tuebingen.mpg.de>
22Date: 2015-05-28 15:50:00 +0200
23
24 Fix typo in German translation.
25
26 As pointed out by Robert Pollak, there's a typo in the German
27 translation of the compression preset option (-0 ... -9) help text.
28 "The compressor" translates to "der Komprimierer", and the genitive
29 form is "des Komprimierers". The old word makes no sense at all.
30
31 po/de.po | 2 +-
32 1 file changed, 1 insertion(+), 1 deletion(-)
33
34commit 608d6f06c940e7f28c25de005e8b99bdff42d27c
35Author: Hauke Henningsen <sqrt@entless.org>
36Date: 2015-08-17 04:59:54 +0200
37
38 Update German translation, mostly wrt orthography
39
40 Provide an update of the German translation.
41 * A lot of compound words were previously written with spaces, while
42 German orthography is relatively clear in that the components
43 should not be separated.
44 * When referring to the actual process of (de)compression rather than the
45 concept, replace ���(De-)Kompression��� with ���(De-)Komprimierung���.
46 Previously, both forms were used in this context and are now used in a
47 manner consistent with ���Komprimierung��� being more likely to refer to
48 a process.
49 * Consistently translate ���standard input���/���output���
50 * Use ���Zeichen��� instead of false friend ���Charakter��� for ���character���
51 * Insert commas around relative clauses (as required in German)
52 * Some other minor corrections
53 * Capitalize �������� as ���������
54 * Consistently start option descriptions in --help with capital letters
55
56 Acked-By: Andre Noll <maan@tuebingen.mpg.de>
57
58 * Update after msgmerge
59
60 po/de.po | 383 ++++++++++++++++++++++++++++++++-------------------------------
61 1 file changed, 196 insertions(+), 187 deletions(-)
62
63commit c8988414e5b67b8ef2fe0ba7b1ccdd0ec73c60d3
64Author: Lasse Collin <lasse.collin@tukaani.org>
65Date: 2015-08-11 13:23:04 +0300
66
67 Build: Minor Cygwin cleanup.
68
69 Some tests used "cygwin*" and some used "cygwin". I changed
70 them all to use "cygwin". Shouldn't affect anything in practice.
71
72 configure.ac | 6 +++---
73 1 file changed, 3 insertions(+), 3 deletions(-)
74
75commit 85a6dfed53477906bfe9a7c0123dd412e391cb48
76Author: Lasse Collin <lasse.collin@tukaani.org>
77Date: 2015-08-11 13:21:52 +0300
78
79 Build: Support building of MSYS2 binaries.
80
81 configure.ac | 16 +++++++++++-----
82 1 file changed, 11 insertions(+), 5 deletions(-)
83
84commit 77f270be8432df2e4516a0c48814b6976d6618c5
85Author: Lasse Collin <lasse.collin@tukaani.org>
86Date: 2015-08-09 21:06:26 +0300
87
88 Windows: Define DLL_EXPORT when building liblzma.dll with MSVC.
89
90 src/liblzma/common/common.h uses it to set __declspec(dllexport)
91 for the API symbols.
92
93 Thanks to Adam Walling.
94
95 windows/liblzma_dll.vcxproj | 12 ++++++------
96 1 file changed, 6 insertions(+), 6 deletions(-)
97
98commit 8c975446c5903090a5a8493b5b96b71003056a88
99Author: Lasse Collin <lasse.collin@tukaani.org>
100Date: 2015-08-09 21:02:20 +0300
101
102 Windows: Omit unneeded header files from MSVC project files.
103
104 windows/liblzma.vcxproj | 5 -----
105 windows/liblzma_dll.vcxproj | 5 -----
106 2 files changed, 10 deletions(-)
107
108commit 119a00434954726ca58e4a578e6469f530fca30e
109Author: Lasse Collin <lasse.collin@tukaani.org>
110Date: 2015-07-12 20:48:19 +0300
111
112 liblzma: A MSVC-specific hack isn't needed with MSVC 2013 and newer.
113
114 src/liblzma/api/lzma.h | 18 +++++++++++++-----
115 1 file changed, 13 insertions(+), 5 deletions(-)
116
117commit d4e7c557fcab353539c9481a8d95cb04bcb15c7c
118Author: Lasse Collin <lasse.collin@tukaani.org>
119Date: 2015-06-19 20:38:55 +0300
120
121 Update THANKS.
122
123 THANKS | 2 ++
124 1 file changed, 2 insertions(+)
125
126commit 98001740ca56c894a7bd32eb47e9857a8a7d878d
127Author: Lasse Collin <lasse.collin@tukaani.org>
128Date: 2015-06-19 20:21:30 +0300
129
130 Windows: Update the docs.
131
132 INSTALL | 29 ++++++----
133 windows/INSTALL-MSVC.txt | 47 +++++++++++++++
134 windows/INSTALL-MinGW.txt | 138 ++++++++++++++++++++++++++++++++++++++++++++
135 windows/INSTALL-Windows.txt | 138 --------------------------------------------
136 4 files changed, 204 insertions(+), 148 deletions(-)
137
138commit 28195e4c877007cc760ecea1d17f740693d66873
139Author: Lasse Collin <lasse.collin@tukaani.org>
140Date: 2015-06-19 17:25:31 +0300
141
142 Windows: Add MSVC project files for building liblzma.
143
144 Thanks to Adam Walling for creating these files.
145
146 windows/liblzma.vcxproj | 359 ++++++++++++++++++++++++++++++++++++++++
147 windows/liblzma_dll.vcxproj | 388 ++++++++++++++++++++++++++++++++++++++++++++
148 windows/xz_win.sln | 48 ++++++
149 3 files changed, 795 insertions(+)
150
151commit 960440f3230dc628f6966d9f7614fc1b28baf44e
152Author: Lasse Collin <lasse.collin@tukaani.org>
153Date: 2015-05-13 20:57:55 +0300
154
155 Tests: Fix a memory leak in test_bcj_exact_size.
156
157 Thanks to Cristian Rodr��guez.
158
159 tests/test_bcj_exact_size.c | 1 +
160 1 file changed, 1 insertion(+)
161
162commit 68cd35acafbdcdf4e8ea8b5bb843c736939d6f8b
163Author: Lasse Collin <lasse.collin@tukaani.org>
164Date: 2015-05-12 18:08:24 +0300
165
166 Fix NEWS about threading in 5.2.0.
167
168 Thanks to Andy Hochhaus.
169
170 NEWS | 3 ++-
171 1 file changed, 2 insertions(+), 1 deletion(-)
172
173commit ff96ed6d25786728356017a13baf8c14731b4f1e
174Author: Lasse Collin <lasse.collin@tukaani.org>
175Date: 2015-05-11 21:26:16 +0300
176
177 xz: Document that threaded decompression hasn't been implemented yet.
178
179 src/xz/xz.1 | 10 +++++++++-
180 1 file changed, 9 insertions(+), 1 deletion(-)
181
182commit 00d37b64a64ea8597fd2422d5187afd761ab9531
183Author: Lasse Collin <lasse.collin@tukaani.org>
184Date: 2015-04-20 20:20:29 +0300
185
186 Update THANKS.
187
188 THANKS | 1 +
189 1 file changed, 1 insertion(+)
190
191commit db190a832c49ca3aed6d69cc992fa5583cae7b11
192Author: Lasse Collin <lasse.collin@tukaani.org>
193Date: 2015-04-20 19:59:18 +0300
194
195 Revert "xz: Use pipe2() if available."
196
197 This reverts commit 7a11c4a8e5e15f13d5fa59233b3172e65428efdd.
198 It is a problem when libc has pipe2() but the kernel is too
199 old to have pipe2() and thus pipe2() fails. In xz it's pointless
200 to have a fallback for non-functioning pipe2(); it's better to
201 avoid pipe2() completely.
202
203 Thanks to Michael Fox for the bug report.
204
205 configure.ac | 4 ++--
206 src/xz/file_io.c | 9 +--------
207 2 files changed, 3 insertions(+), 10 deletions(-)
208
209commit eccd8155e107c5ada03d13e7730675cdf1a44ddc
210Author: Lasse Collin <lasse.collin@tukaani.org>
211Date: 2015-03-29 22:14:47 +0300
212
213 Update THANKS.
214
215 THANKS | 1 +
216 1 file changed, 1 insertion(+)
217
218commit 25263fd9e7a8a913395cb93d7c104cd48c2b4a00
219Author: Lasse Collin <lasse.collin@tukaani.org>
220Date: 2015-03-29 22:13:48 +0300
221
222 Fix the detection of installed RAM on QNX.
223
224 The earlier version compiled but didn't actually work
225 since sysconf(_SC_PHYS_PAGES) always fails (or so I was told).
226
227 Thanks to Ole Andr�� Vadla Ravn��s for the patch and testing.
228
229 m4/tuklib_physmem.m4 | 6 +++---
230 src/common/tuklib_physmem.c | 14 +++++++++++++-
231 2 files changed, 16 insertions(+), 4 deletions(-)
232
233commit 4c544d2410903d38402221cb783ed85585b6a007
234Author: Lasse Collin <lasse.collin@tukaani.org>
235Date: 2015-03-27 22:39:07 +0200
236
237 Fix CPU core count detection on QNX.
238
239 It tried to use sysctl() on QNX but
240 - it broke the build because sysctl() needs -lsocket on QNX;
241 - sysctl() doesn't work for detecting the core count on QNX
242 even if it compiled.
243
244 sysconf() works. An alternative would have been to use
245 QNX-specific SYSPAGE_ENTRY(num_cpu) from <sys/syspage.h>.
246
247 Thanks to Ole Andr�� Vadla Ravn��s.
248
249 m4/tuklib_cpucores.m4 | 15 +++++++++++----
250 1 file changed, 11 insertions(+), 4 deletions(-)
251
252commit e0ea6737b03e83ccaff4514d00e31bb926f8f0f3
253Author: Lasse Collin <lasse.collin@tukaani.org>
254Date: 2015-03-07 22:05:57 +0200
255
256 xz: size_t/uint32_t cleanup in options.c.
257
258 src/xz/options.c | 12 ++++++------
259 1 file changed, 6 insertions(+), 6 deletions(-)
260
261commit 8bcca29a65335fd679c13814b70b35b68fa5daed
262Author: Lasse Collin <lasse.collin@tukaani.org>
263Date: 2015-03-07 22:04:23 +0200
264
265 xz: Fix a comment and silence a warning in message.c.
266
267 src/xz/message.c | 5 +++--
268 1 file changed, 3 insertions(+), 2 deletions(-)
269
270commit f243f5f44c6b19a7c289a0ec73a03ee08364cb5b
271Author: Lasse Collin <lasse.collin@tukaani.org>
272Date: 2015-03-07 22:01:00 +0200
273
274 liblzma: Silence more uint32_t vs. size_t warnings.
275
276 src/liblzma/lz/lz_encoder.c | 2 +-
277 src/liblzma/lzma/lzma_encoder.c | 2 +-
278 2 files changed, 2 insertions(+), 2 deletions(-)
279
280commit 7f0a4c50f4a374c40acf4b86848f301ad1e82d34
281Author: Lasse Collin <lasse.collin@tukaani.org>
282Date: 2015-03-07 19:54:00 +0200
283
284 xz: Make arg_count an unsigned int to silence a warning.
285
286 Actually the value of arg_count cannot exceed INT_MAX
287 but it's nicer as an unsigned int.
288
289 src/xz/args.h | 2 +-
290 src/xz/main.c | 2 +-
291 2 files changed, 2 insertions(+), 2 deletions(-)
292
293commit f6ec46801588b1be29c07c9db98558b521304002
294Author: Lasse Collin <lasse.collin@tukaani.org>
295Date: 2015-03-07 19:33:17 +0200
296
297 liblzma: Fix a warning in index.c.
298
299 src/liblzma/common/index.c | 4 +++-
300 1 file changed, 3 insertions(+), 1 deletion(-)
301
302commit a24518971cc621315af142dd3bb7614fab04ad27
303Author: Lasse Collin <lasse.collin@tukaani.org>
304Date: 2015-02-26 20:46:14 +0200
305
306 Build: Fix a CR+LF problem when running autoreconf -fi on OS/2.
307
308 build-aux/version.sh | 2 +-
309 1 file changed, 1 insertion(+), 1 deletion(-)
310
1commit dec11497a71518423b5ff0e759100cf8aadf6c7b
2Author: Lasse Collin <lasse.collin@tukaani.org>
3Date: 2015-02-26 16:53:44 +0200
4
5 Bump version and soname for 5.2.1.
6
7 src/liblzma/Makefile.am | 2 +-
8 src/liblzma/api/lzma/version.h | 2 +-

--- 14635 unchanged lines hidden ---
311commit dec11497a71518423b5ff0e759100cf8aadf6c7b
312Author: Lasse Collin <lasse.collin@tukaani.org>
313Date: 2015-02-26 16:53:44 +0200
314
315 Bump version and soname for 5.2.1.
316
317 src/liblzma/Makefile.am | 2 +-
318 src/liblzma/api/lzma/version.h | 2 +-

--- 14635 unchanged lines hidden ---