File: changelog

package info (click to toggle)
lzo2 2.10-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,132 kB
  • sloc: ansic: 23,763; sh: 16,636; asm: 1,699; perl: 261; makefile: 195
file content (260 lines) | stat: -rw-r--r-- 8,516 bytes parent folder | download
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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
lzo2 (2.10-3) unstable; urgency=medium

  [ Michael Biebl ]
  * Install shared library into /usr. Closes: #1064477.

  [ Stephen Kitt ]
  * Drop the “Replaces” stanza on liblzo-dev, it was removed in 2009.
  * Switch to debhelper compatibility level 13.
  * Override Lintian warnings for pre-compiled object files; their
    source is also provided.
  * Override the Lintian broken-lzo false-positive.
  * Update debian/watch to version 4.
  * Build-depend on pkgconf instead of pkg-config.
  * Standards-Version 4.7.0, no further change required.

 -- Stephen Kitt <skitt@debian.org>  Mon, 27 May 2024 08:12:36 +0200

lzo2 (2.10-2) unstable; urgency=medium

  * Add missing pkg-config build-dependency.

 -- Stephen Kitt <skitt@debian.org>  Wed, 22 Jan 2020 21:35:19 +0100

lzo2 (2.10-1) unstable; urgency=medium

  * Adopt the package. Closes: #946756.
  * Switch to DEP5 debian/copyright.
  * Switch to secure URLs.
  * Switch to dh short rules and debhelper compatibility level 12.
  * Add a symbols file.
  * Set “Rules-Requires-Root: no”.
  * Add a repository on Salsa.
  * Standards-Version 4.5.0, no further change required.

 -- Stephen Kitt <skitt@debian.org>  Wed, 22 Jan 2020 19:20:25 +0100

lzo2 (2.10-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream release, with pkg-config support.
  * Don’t depend on libc6-dev, it’s pulled in by build-essential anyway
    (closes: #782099).

 -- Stephen Kitt <skitt@debian.org>  Tue, 01 May 2018 19:14:56 +0200

lzo2 (2.08-1.2) unstable; urgency=low

  * Non-maintainer upload.
  * Adjust patch from previous upload so the "modern C" code path still
    defines some typedefs: lzo_memops_TU1p is a pointer to unsigned byte
    (used by the byteswapping implementation on non-powerpc big-endian
    architectures), and lzo_memops_TU2p and lzo_memops_TU4p
    are pointers to unsigned 2- and 4-byte quantities (needed by the
    powerpc assembler implementation). Together, these fix FTBFS on
    big-endian platforms. (Closes: #773580)

 -- Simon McVittie <smcv@debian.org>  Sat, 20 Dec 2014 17:50:38 +0000

lzo2 (2.08-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Replace liblzo's reinvention of memcpy() with calls to memcpy().
    gcc already knows how to inline memcpy calls with constant n,
    and also gets the alignment constraints right, avoiding incorrect
    unaligned accesses on armel (Closes: #757037)

 -- Simon McVittie <smcv@debian.org>  Tue, 16 Dec 2014 23:35:36 +0000

lzo2 (2.08-1) unstable; urgency=low

  * New upstream release (closes: #752861) (CVE-2014-4607)
  * Update standards version
  * Add autotools-dev to build dependencies (closes: #750622)

 -- Peter Eisentraut <petere@debian.org>  Mon, 14 Jul 2014 21:03:12 -0400

lzo2 (2.06-1.2) unstable; urgency=low

  * Non-maintainer upload.
  * Correct /usr/lib/liblzo2.so symlink (Closes: #720749)

 -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>  Mon, 26 Aug 2013 20:25:00 +0100

lzo2 (2.06-1.1) unstable; urgency=low

  * Non-maintainer upload to unbreak btrfs/installer.
  * Install libzo2 library into /lib, because btrfs user space now depends
    on this library and thus is needed before /usr might be
    mounted. (Closes: #709422)
  * Create libzo2-2-udeb, for the debian-installer to use btrfs at install
    time.
  * Piggy-back release-goal, mark dev package Multi-Arch (Closes: #681840)

 -- Dmitrijs Ledkovs <xnox@debian.org>  Fri, 16 Aug 2013 09:53:32 +0100

lzo2 (2.06-1) unstable; urgency=low

  * New upstream release
  * Fixed lintian warning brace-expansion-in-debhelper-config-file

 -- Peter Eisentraut <petere@debian.org>  Thu, 10 Nov 2011 07:11:13 +0200

lzo2 (2.05-2) unstable; urgency=low

  * Converted to multiarch
  * Changed priority to optional to match override

 -- Peter Eisentraut <petere@debian.org>  Mon, 01 Aug 2011 14:48:33 +0300

lzo2 (2.05-1) unstable; urgency=low

  * New upstream release
  * Updated standards version
  * Removed *.la file (closes: #622467)

 -- Peter Eisentraut <petere@debian.org>  Mon, 04 Jul 2011 20:09:22 +0300

lzo2 (2.04-1) unstable; urgency=low

  * New upstream release (closes: #610732)
  * Updated standards version
  * Changed to debhelper level 8

 -- Peter Eisentraut <petere@debian.org>  Sat, 19 Feb 2011 08:36:13 +0200

lzo2 (2.03-2) unstable; urgency=low

  * Changed source format to 3.0 (quilt)
  * Added ${misc:Depends} to all packages
  * Set a version on the dependency of liblzo2-dev to liblzo2-2
  * Removed redundant section and priority fields
  * Pointed copyright to non-symlinked version of GPL file
  * Updated standards version
  * Really changed to debhelper level 6

 -- Peter Eisentraut <petere@debian.org>  Fri, 06 Nov 2009 09:39:24 +0200

lzo2 (2.03-1) unstable; urgency=low

  * New upstream release
    - Obsoletes patches to avoid requiring an executable stack
  * Updated standards version
  * Added Homepage control field
  * Updated copyright; license is now GPLv2+
  * Changed to debhelper level 6

 -- Peter Eisentraut <petere@debian.org>  Wed, 30 Apr 2008 17:40:08 +0200

lzo2 (2.02-3) unstable; urgency=low

  * Added *.h files to examples (closes: #410054)
  * Updated standards version
  * Patched assembly to avoid requiring an executable stack (closes: #420753)

 -- Peter Eisentraut <petere@debian.org>  Fri, 15 Jun 2007 23:24:41 +0200

lzo2 (2.02-2) unstable; urgency=low

  * Fixed dependencies of liblzo2-dev

 -- Peter Eisentraut <petere@debian.org>  Fri, 27 Jan 2006 17:04:00 +0100

lzo2 (2.02-1) unstable; urgency=low

  * New upstream version in new package because of interface
    incompatibilities (closes: #342715)
  * Removed patches and quilt usage

 -- Peter Eisentraut <petere@debian.org>  Sat, 14 Jan 2006 11:42:59 +0100

lzo (1.08-3) unstable; urgency=low

  * Changed maintainer address
  * Updated standards version
  * Changed build system to CDBS and quilt
  * Added "old version" to description in light of upcoming lzo2 package
  * Altered watch file to cover only version 1 series
  * Added test suite to build process
  * Changed to debhelper level 5

 -- Peter Eisentraut <petere@debian.org>  Wed, 11 Jan 2006 20:09:20 +0100

lzo (1.08-2) unstable; urgency=low

  * New maintainer (closes: #265726)
  * Previous two NMUs acknowledged (closes: #261872, #268052, #263513)
  * Revised descriptions
  * Changed section and priority to match overrides
  * Completed copyright information
  * Removed content-free README.debian
  * Updated rules to debhelper 4 conventions
  * Removed now useless liblzo1.postinst
  * Moved documentation files around
  * Use --disable-dependency-tracking and --disable-libtool-lock to
    speed up builds
  * Added watch file
  * Converted to dpatch
  * Updated libtool (closes: #261313)
  * Added minilzo to installation

 -- Peter Eisentraut <peter_e@gmx.net>  Thu, 11 Nov 2004 12:33:51 +0100

lzo (1.08-1.2) unstable; urgency=high

  * NMU with high urgency for RC fix.
  * configure.in: add proper \ at the end of lines inside multi-line strings
    to fix ASM tests with gcc-3.3 (closes: #268052).
  * Re-run autoconf.
  * Standards-version is 3.6.1.1.

 -- Josselin Mouette <joss@debian.org>  Tue, 31 Aug 2004 11:58:13 +0200

lzo (1.08-1.1) unstable; urgency=low

  * NMU
  * [debian/rules] Added SHELL=/bin/bash as brace expansion is not POSIX.
  * [debian/rules] Put the .la file in the -dev package, not the runtime
    package. (Closes: #261872)
  * [debian/control] Added a Replaces for the .la move.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Wed,  4 Aug 2004 22:25:19 +0200

lzo (1.08-1) unstable; urgency=low

  * New upstream version.
  * Include examples (closes: bug#156918).

 -- Paolo Molaro <lupus@debian.org>  Sun,  8 Jun 2003 14:38:18 +0200

lzo (1.07-1) unstable; urgency=low

  * New upstream release.
  * Updated to new policy.
  * Updated config.{sub,guess} (Closes: bug#95329).

 -- Paolo Molaro <lupus@debian.org>  Sat, 30 Jun 2001 16:31:04 +0200

lzo (1.06-1) unstable; urgency=low

  * New upstream release (Closes: bug#53970).

 -- Paolo Molaro <lupus@lettere.unipd.it>  Wed,  5 Apr 2000 18:46:31 +0200

lzo (1.04-2) unstable; urgency=low

  * Fix overlapping of liblzo.la (Bug#28533).

 -- Paolo Molaro <lupus@lettere.unipd.it>  Thu, 29 Oct 1998 11:17:54 +0100

lzo (1.04-1) unstable; urgency=low

  * New Upstream release.

 -- Paolo Molaro <lupus@lettere.unipd.it>  Fri, 16 Oct 1998 13:45:07 +0200

lzo (1.03-1) unstable; urgency=low

  * Initial Release.

 -- Paolo Molaro <lupus@lettere.unipd.it>  Fri, 13 Feb 1998 13:41:33 +0100