File: changelog

package info (click to toggle)
chmlib 2%3A0.40a-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,480 kB
  • sloc: sh: 10,113; ansic: 2,625; makefile: 85
file content (405 lines) | stat: -rw-r--r-- 12,912 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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
chmlib (2:0.40a-5) unstable; urgency=low

  [ Ondřej Nový ]
  * debian/copyright:
    + Use https protocol in Format field.

  [ Kartik Mistry ]
  * debian/control:
    + Updated Standards-Version to 4.2.1
    + Updated Homepage.
    + libchm-bin should not be in libdevel as it contains binaries
      only (test programs).
  * debian/symbols:
    + Added Build-Depends-Package field.

 -- Kartik Mistry <kartik@debian.org>  Tue, 04 Dec 2018 14:08:26 +0530

chmlib (2:0.40a-4) unstable; urgency=low

  * debian/control:
    + Updated debhelper dependency to 11.
    + Removed build-depends on dh-autoreconf.
    + Updated to Standards-Version 4.1.3
    + Updated Vcs-* URLs.
  * debian/copyright:
    + Updated to DEP-5 copyright format.
  * debian/rules:
    + Added hardening support.

 -- Kartik Mistry <kartik@debian.org>  Tue, 16 Jan 2018 17:04:42 +0530

chmlib (2:0.40a-3) unstable; urgency=medium

  * debian/control:
    + Updated Standards-Version to 3.9.5
    + Added VCS-* URLs.
  * Use dh-autoreconf instead of autotools-dev (Closes: #733080).
    Thanks to Logan Rosen <logan@ubuntu.com> for patch.

 -- Kartik Mistry <kartik@debian.org>  Sun, 29 Dec 2013 19:25:28 +0530

chmlib (2:0.40a-2) unstable; urgency=low

  * debian/rules:
    + Enabled hardened build flags, Thanks to Moritz Muehlenhoff
      <jmm@debian.org> for patch. (Closes: #653955)
  * debian/copyright:
    + Fixed DEP5 URL.
    + Updated debian/* copyright year.

 -- Kartik Mistry <kartik@debian.org>  Mon, 02 Jan 2012 10:39:18 +0530

chmlib (2:0.40a-1) unstable; urgency=low

  * New upstream release:
    + Dropped all patches, merged upstream.
  * debian/copyright:
    + Updated to DEP-5 format.
  * debian/rules:
    + Added needed build targets.
  * debian/control:
    + Updated to Standards-Version 3.9.2.
    + Removed old conflicted version as they are no longer in Debian.

 -- Kartik Mistry <kartik@debian.org>  Mon, 21 Nov 2011 19:38:26 +0530

chmlib (2:0.40-3) unstable; urgency=low

  * debian/source/format:
    + Use source format 3.0 (quilt)
  * debian/control:
    + Updated to Standards-Version 3.8.4
    + Wrapped up long description
  * debian/copyright:
    + Updated as per DEP-5 specifications
    + Added Debian package copyright

 -- Kartik Mistry <kartik@debian.org>  Wed, 19 May 2010 08:33:30 +0530

chmlib (2:0.40-2) unstable; urgency=low

  * Removal of .la and .a files as part of release goal
  * debian/control:
    + Updated to Standards-Version 3.8.3
    + Wrapped Build-Depends
  * debian/libchm-dev.install:
    + Do not install.la and .a files in package
  * Added debian/README.source file

 -- Kartik Mistry <kartik@debian.org>  Tue, 25 Aug 2009 16:37:22 +0530

chmlib (2:0.40-1) unstable; urgency=low

  * New upstream release (Closes: #532571)
    + Fixed bashism in /bin/sh scripts (Closes: #530116)
    + Fixed chm_http craches due to segmentation fault on massive
      fetching (Closes: #449209)
  * debian/control:
    + Updated to Standards-Version 3.8.2 (no changes needed)
  * debian/copyright:
    + Removed versionless symlink to license texts
  * debian/patches/src_Makefile.in.diff:
    + Updated for new version

 -- Kartik Mistry <kartik@debian.org>  Wed, 01 Jul 2009 14:33:30 +0530

chmlib (2:0.39-10) unstable; urgency=low

  * debian/control:
    + Updated my email address
    + Updated to Standards-Version 3.8.0 (no changes needed)
  * debian/:
    + [Lintian] Added symbols control file

 -- Kartik Mistry <kartik@debian.org>  Mon, 11 Aug 2008 11:58:52 +0530

chmlib (2:0.39-9) unstable; urgency=low

  * debian/rules:
    + Fixed FTBFS when converted to new source format quilt 3.0 by
      placing config.guess/config.sub section before ./configure call
      (Closes: #482725)

 -- Kartik Mistry <kartik.mistry@gmail.com>  Tue, 27 May 2008 15:07:28 +0530

chmlib (2:0.39-8) unstable; urgency=high

  * Urgency set to high due to RC bug fix
  * debian/copyright:
    + Corrected license of package (LGPL-2+) and added src/lzx.* files
      license (GPL-2+) separately (Closes: #479649)
  * debian/libchm1.docs:
    + Added AUTHORS file in list

 -- Kartik Mistry <kartik.mistry@gmail.com>  Tue, 06 May 2008 09:21:28 +0530

chmlib (2:0.39-7) unstable; urgency=low

  * Moved previously applied patches to debian/patches using quilt
  * debian/control:
    + Added quilt support
    + Updated Homepage entry
    + Updated Standards-Version to 3.7.3 (no changes needed)
    + Fixed typo of 'Microsoft', Thanks to Miguel Gea Milvaques
      <xerakko@debian.org> for pointing
  * debian/rules:
    + Added line to use verbose mode
    + Added quilt support
    + Don't ignore errors in clean rule by removing -i from distclean
  * debian/copyright:
    + Updated link of license to GPL-2
  * debian/changelog:
    + Fixed typo of 'package' from previous upload changelog

 -- Kartik Mistry <kartik.mistry@gmail.com>  Fri, 08 Feb 2008 17:28:33 +0530

chmlib (2:0.39-6) unstable; urgency=low

  * Reverted libchm-bin package to real package from trasitional package,
    as test programs are useful in other way, Thanks to Paul Wise
    <pabs@debian.org> for pointing out
  * debian/control: moved homepage to real control field
  * Added debian/watch file
  * debian/rules: intended configure flags, changes related to libchm-bin
    package
  * debian/copyright: moved copyright out of license section

 -- Kartik Mistry <kartik.mistry@gmail.com>  Tue, 14 Nov 2007 17:14:45 +0530

chmlib (2:0.39-5) unstable; urgency=low

  * Improved all manpages, Thanks to Mohammed Adnène Trojette <adn+deb@diwi.org>
    for tips and patch
  * debian/rules: minor cleanups, better clean target, provides upstream
    changelog now using NEWS file
  * debian/copyright: text formatted to 80 chars
  * debian/control: added hompage to long descriptions

 -- Kartik Mistry <kartik.mistry@gmail.com>  Mon, 30 Jul 2007 11:35:03 +0530

chmlib (2:0.39-4) unstable; urgency=low

  * New Maintainer (Closes: #416954, #416972)
  * debian/copyright: formatted to standard copyright file
  * debian/control: added ${misc:Depends}, minor cleanups, made description
    meaningful shorter
  * Updated debhelper compability to 5
  * debian/rules: minor cleanups, config.guess/config.sub need to be present
    in .diff.gz
  * Merged libchm-bin into libchm-dev since separate dedicated package only for
    testing is not good idea
  * Added libchm-bin as a transition package
  * All manpages are now standard manpages, removed useless commented parts
  * debian/docs is prefixed now
  * Removed useless *.dirs files
  * Instead of moving files by hand using mv *.install is taking care now
  * Added libchm-dev.manpages to make debian/rules simple

 -- Kartik Mistry <kartik.mistry@gmail.com>  Sat, 07 Apr 2007 14:15:55 +0530

chmlib (2:0.39-3) unstable; urgency=low

  * Orphan package

 -- Julien Lemoine <speedblue@debian.org>  Sat, 31 Mar 2007 19:42:55 +0200

chmlib (2:0.39-2) unstable; urgency=low

  * Applied patch from Paul Wise to extract_chmLib to make it know
    the difference between empty files and directories inside a chm file.
    (Closes: #409439)

 -- Julien Lemoine <speedblue@debian.org>  Sat,  3 Feb 2007 10:57:25 +0100

chmlib (2:0.39-1) unstable; urgency=high

  * New upstream release, fixed unsafe alloca() call (Closes: #408603)

 -- Julien Lemoine <speedblue@debian.org>  Sat, 27 Jan 2007 21:00:41 +0100

chmlib (0.380-2) unstable; urgency=low

  * Include patch of 0.38-3 reverted by error in upload of chmlib 0.380-1 :
    Fixed typo in debian/rules file :
    binaries were installed in /usr/bin/bin instead of /usr/bin in libchm-bin
    package (Closes: #383915)

 -- Julien Lemoine <speedblue@debian.org>  Mon, 28 Aug 2006 20:42:27 +0200

chmlib (0.380-1) unstable; urgency=low

  * Fixed lintian warning : removed .svn directory from upstream sources

 -- Julien Lemoine <speedblue@debian.org>  Tue, 22 Aug 2006 13:47:10 +0200

chmlib (0.38-2) unstable; urgency=low

  * Fixed build failure (missing /bin in debian/rules)
    (Closes: #382068)

 -- Julien Lemoine <speedblue@debian.org>  Tue,  8 Aug 2006 19:53:20 +0200

chmlib (0.38-1) unstable; urgency=high

  * New upstream release (Closes: #374085)

 -- Julien Lemoine <speedblue@debian.org>  Tue, 20 Jun 2006 12:15:35 +0200

chmlib (0.37-2) unstable; urgency=low

  * Fixes build failure (wrong libpath. Closes: #336653)

 -- Julien Lemoine <speedblue@debian.org>  Mon, 31 Oct 2005 21:30:14 +0100

chmlib (0.37-1) unstable; urgency=high

  * New upstream release (Fixes buffer overflow. Closes: #335931)

 -- Julien Lemoine <speedblue@debian.org>  Mon, 31 Oct 2005 11:33:24 +0100

chmlib (0.36-4) unstable; urgency=low

  * Fixed shlib version number (Closes: #335394)
  * Changed version of packages (libchm1 instead of chmlib and
    libchm-dev instead of chmlib-dev)

 -- Julien Lemoine <speedblue@debian.org>  Mon, 24 Oct 2005 18:40:22 +0200

chmlib (0.36-3) unstable; urgency=low

  * Added conflict on xchm <= 1.2.0-2
    (Closes: #332740)

 -- Julien Lemoine <speedblue@debian.org>  Sun,  9 Oct 2005 21:29:45 +0200

chmlib (0.36-2) unstable; urgency=low

  * Changed soname of library (0.0.0 -> 1.0.0)
    (Closes: #332728)

 -- Julien Lemoine <speedblue@debian.org>  Sat,  8 Oct 2005 10:33:39 +0200

chmlib (0.36-1) unstable; urgency=low

  * New upstream release

 -- Julien Lemoine <speedblue@debian.org>  Fri,  9 Sep 2005 20:29:36 +0200

chmlib (0.35-7) unstable; urgency=low

  * Fixed problem with empty string in ${misc:Depends}
    Thanks to Aaron M. Ucko <ucko@debian.org>
    (Closes: #317161)

 -- Julien Lemoine <speedblue@debian.org>  Wed,  6 Jul 2005 21:06:52 +0200

chmlib (0.35-6) unstable; urgency=low

  * Removed uint_t patch in chm_lib.c because it does not work on
    amd64, use upstream types (Closes: #301879)

 -- Julien Lemoine <speedblue@debian.org>  Tue, 29 Mar 2005 20:44:11 +0200

chmlib (0.35-5) unstable; urgency=low

  * Add examples source code in -dev package (Closes: #272871)

 -- Julien Lemoine <speedblue@debian.org>  Wed, 22 Sep 2004 22:33:33 +0200

chmlib (0.35-4) unstable; urgency=low

  * Added a -L. to allow compilation of example without chmlib installed
    (Closes: #258011)

 -- Julien Lemoine <speedblue@debian.org>  Sun, 11 Jul 2004 22:43:31 +0200

chmlib (0.35-3) unstable; urgency=low

  * Fixed integer types problem (Thanks to
    Goswin von Brederlow <brederlo@informatik.uni-tuebingen.de> for his help)
    (Closes: #258444)

 -- Julien Lemoine <speedblue@debian.org>  Sun, 11 Jul 2004 14:50:25 +0200

chmlib (0.35-2) unstable; urgency=low

  * Fixed compilation failure on non i386 architecture
    (Closes: #258444)

 -- Julien Lemoine <speedblue@debian.org>  Fri,  9 Jul 2004 22:20:13 +0200

chmlib (0.35-1) unstable; urgency=low

  * New upstream release
    UTF-8 filename, first support, not yet full supported (Closes: #252612)

 -- Julien Lemoine <speedblue@debian.org>  Tue, 29 Jun 2004 22:58:07 +0200

chmlib (0.33-4) unstable; urgency=low

  * Added man pages for binaries in chmlib-bin package (Closes: #252815)
    Thanks to "Benjamin Cutler" <cutlerbc@simla.colostate.edu> for
    his contribution

 -- Julien Lemoine <speedblue@debian.org>  Sat,  5 Jun 2004 16:08:34 +0200

chmlib (0.33-3) unstable; urgency=low

  * Fixed portability errors (UInt64 were defined only for i386)

 -- Julien Lemoine <speedblue@debian.org>  Thu,  3 Jun 2004 23:38:18 +0200

chmlib (0.33-2) unstable; urgency=low

  * Fixed FTBFS (Closes: #251504)

 -- Julien Lemoine <speedblue@debian.org>  Fri, 28 May 2004 21:57:55 +0200

chmlib (0.33-1) unstable; urgency=low

  * New upstream release (Closes: #250283)

 -- Julien Lemoine <speedblue@debian.org>  Fri, 28 May 2004 20:31:17 +0200

chmlib (0.31-6) unstable; urgency=low

  * Added patch from  pabs@zip.to to fix error with empty files
    (identifies them as directories) (Closes: #246777)
  * Added test programs in chmlib-bin package (Closes: #244879)

 -- Julien Lemoine <speedblue@debian.org>  Sun,  9 May 2004 03:18:55 +0200

chmlib (0.31-5) unstable; urgency=low

  * Added description of CHM format in description
    (Thanks to Pabs <pabs@zip.to>)
    (Closes: #238720)

 -- Julien Lemoine <speedblue@debian.org>  Wed,  7 Apr 2004 22:34:19 +0200

chmlib (0.31-4) unstable; urgency=low

  * added __GNUC__ on ifdef, this will allow compilation on all debian archs
    (Closes: #238218)

 -- Julien Lemoine <speedblue@debian.org>  Wed, 17 Mar 2004 00:07:02 +0100

chmlib (0.31-3) unstable; urgency=low

  * Changed section from libs to libdevel

 -- Julien Lemoine <speedblue@debian.org>  Fri, 12 Mar 2004 00:27:27 +0100

chmlib (0.31-2) unstable; urgency=low

  * Added build-depends on libtool

 -- Julien Lemoine <speedblue@debian.org>  Fri, 12 Mar 2004 00:09:43 +0100

chmlib (0.31-1) unstable; urgency=low

  * Initial Release for debian pool.
  * Patched makefile to allow use of new libtool version

 -- Julien Lemoine <speedblue@debian.org>  Sat, 28 Feb 2004 18:55:36 +0100