File: changelog

package info (click to toggle)
publib 0.40-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, stretch, trixie
  • size: 1,452 kB
  • ctags: 616
  • sloc: ansic: 6,708; sh: 395; makefile: 369
file content (283 lines) | stat: -rw-r--r-- 10,148 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
publib (0.40-3) unstable; urgency=medium

  * QA upload.
  * Build package with -fPIC CFLAG (Closes: 804254)
  * Reformat and fix VCS URL in d/control with cme

 -- Balint Reczey <balint@balintreczey.hu>  Wed, 28 Sep 2016 20:42:51 +0200

publib (0.40-2) unstable; urgency=high

  * QA upload:
    - maintainer set to Debian QA Group;
    - git packaging moved to the collab-maint project.
  * Introduced the following patches:
    - 001-Remove-strndup.patch to fix FTBFS on current gcc and glibc
      by removing declaration of strndup() function together with its
      implementation and man page (closes: #790273);
    - 0002-Fix-undefined-behavior-warning.patch to fix an off-by-one
      bug in base64 decoder resulting in an undefined behavior warning
      given by gcc-5;
    - 0003-Remove-Makefile-at-distclean.patch to make sure the generated
      Makefile is dropped, so that sequential builds do not fail;
    - 0004-Fix-spelling-errors-in-manpages.patch to fix spelling typos
      in `occurrence' and `occurred' words, noticed by lintian.
      in `occurrence' and `occurred' words, noticed by lintian;
    - 0005-Pass-LDFLAGS-to-test-programs.patch to use $(LDFLAGS) while
      linking test programs.
  * Mark the binary package as `Multi-Arch: same'.
  * Bump Standards-Version to 3.9.6 (no other changes needed).

 -- Robert Luberda <robert@debian.org>  Tue, 19 Jan 2016 23:18:43 +0100

publib (0.40-1) unstable; urgency=low

  * New upstream release.  Noteworthy changes:
    - man/hash.3: Fixes, mainly for hash_iter.
      Closes: #367003, reported by Peter T. Breuer.
    - man/strinit.3: Use the correct escape sequence for backslashes.
  * Delete patch 0001-strinit.3-Use-the-correct... (fixed upstream)
  * debian/rules: Switch to dh
  * debian/docs: Update to match upstream changes.
  * debian/copyright: Update, and use copyright-format/1.0

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Tue, 19 Jun 2012 00:16:53 +0300

publib (0.39-4) unstable; urgency=low

  * [8bb1c9e] debian/control: Add ${misc:Depends}
  * [0df1f7c] Update debhelper compat level to 9.
     - Use dh_prep in place of dh_clean -k
  * [5ee29d2] debian/rules: Provide build-arch and build-indep.
  * [d4d6f2a] Convert to Debian source format 3.0 (quilt)
  * [8fc04cd] Add patch 0001-strinit.3-Use-the-correct-escape-for-backslashes
  * [98ff281] Update Standards-Version to 3.9.3 (no other changes needed).
  * [c92f04e] Get CFLAGS et al from dpkg-buildflags

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Sat, 16 Jun 2012 17:11:32 +0300

publib (0.39-3.1) unstable; urgency=low

  * NMU on maintainer's request.
  * Re-add man pages (closes: #441963).

 -- Robert Luberda <robert@debian.org>  Wed, 19 Mar 2008 19:28:22 +0100

publib (0.39-3) unstable; urgency=low

  * New maintainer 
    Closes: #390744 (ITA: publib -- library of miscellaneous C functions)
  * Note: liw released 0.39-2 on 2 Oct 2006, despite the changelog tagline date
  * debian/control [Standards-Version]: 3.7.2, no changes required.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Tue,  3 Oct 2006 23:01:04 +0300

publib (0.39-2) unstable; urgency=low

  * Orphaning.

 -- Lars Wirzenius <liw@iki.fi>  Sun, 12 Mar 2006 12:08:21 +0200

publib (0.39-1) unstable; urgency=low

  * New upstream version.
      - strsplit is fixed, thanks to suggestion from Ron Fox.
        Closes: #354750.
      - cfgtool routines are removed, but they haven't been used by
        anything for a decade, so no-one should have to worry
  * debian/control: Bumped Standards-Version to 3.6.2, no other changes
    necessary.

 -- Lars Wirzenius <liw@iki.fi>  Sun, 12 Mar 2006 12:08:21 +0200

publib (0.38-2) unstable; urgency=low

  * Updated the package description. Closes: #268540, #277236.
  * Added patch for cross building, by NIIBE Yutaka. Closes: #285428.
  * Removed build depdency on autoconf.

 -- Lars Wirzenius <liw@iki.fi>  Wed, 19 Jan 2005 18:36:00 +0300

publib (0.38-1) unstable; urgency=low

  * New upstream version: Changed a Bash shell function to a Posix shell 
    function ("function foo {" to "foo() {" (closes: #264048).

 -- Lars Wirzenius <liw@iki.fi>  Sat,  7 Aug 2004 01:20:00 +0300

publib (0.37-1) unstable; urgency=low

  * New upstream release to remove modules that won't compile 
    (closes: #258992).

 -- Lars Wirzenius <liw@iki.fi>  Thu,  5 Aug 2004 11:20:00 +0300

publib (0.36-1) unstable; urgency=low

  * New upstream release to fix struncstr's handling of three
    digit octal escapes (closes: #246816).

 -- Lars Wirzenius <liw@iki.fi>  Sun, 11 Jul 2004 13:23:00 +0300

publib (0.35-3) unstable; urgency=low

  * debian/control: Set section to be libdevel, instead of devel.
    Forgot to do this in -2. I'm a klutz and a nincompoop.

 -- Lars Wirzenius <liw@iki.fi>  Sun, 16 Nov 2003 22:32:04 +0200

publib (0.35-2) unstable; urgency=low

  * debian/control: Build dependency on autoconf was missing, added.
    (closes: #220967)
  * liw/cfg/configure, liw/lsm/configure: Generated. They're missing
    in the upstream sources as well, but I don't want to make an
    upstream release just for this, so I fix it in the Debian version.

 -- Lars Wirzenius <liw@iki.fi>  Sun, 16 Nov 2003 22:23:02 +0200

publib (0.35-1) unstable; urgency=low

  * New upstream release. Fixes:
    - base64 broken on little-endian machines (closes: #197039)

 -- Lars Wirzenius <liw@iki.fi>  Sat, 15 Nov 2003 20:28:19 +0200

publib (0.34-2) unstable; urgency=low

  * Taking over package maintainership again, with permission from
    Antti-Juhani.
  * debian/control: Standards version updated to 3.5.8.0. No other changes
    were necessary, as far as I could see.

 -- Lars Wirzenius <liw@iki.fi>  Sun, 26 Jan 2003 20:58:45 +0200

publib (0.34-1) unstable; urgency=low

  * New upstream version.  Excerpts from upstream changelog:
    + liw/sbuf/sbuf_srch.c: Added missing #include for <sys/types.h>
      (<regex.h> needs it). Thanks to Dmitry Astapov <adept@umc.com.ua>.
      Closes: #144483.
    + framework/Generic.mk, framework/link-alternative-names,
      liw/publibdocs/Makefile: Manual pages are installed compressed,
      and links to alternative names are created
      Closes: #99605.
  * debian/control [Standards-Version]: Upgraded to 3.5.5.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Mon, 22 Jul 2002 21:50:30 +0300

publib (0.32-1) unstable; urgency=low

  * debian/control: New maintainer.
  * Converted from native to non-native packaging, as upstream is no
    longer the Debian maintainer.
  * debian/control [Standards-Version]: Upgraded to 3.5.4; due to
    bug#99605 we are not yet compliant to 3.5.5 or later.
  * debian/control [Build-Depends]: Added.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Sun, 23 Sep 2001 14:07:47 +0300

publib (0.32) unstable; urgency=low

  * Moved files from /usr/doc to /usr/share/doc, as per current policy.
    (Closes: Bug#91623)
  * Moved files from /usr/man to /usr/share/man.
  * Converted to use debhelper.

 -- Lars Wirzenius <liw@iki.fi>  Sat, 31 Mar 2001 12:56:42 +0300

publib (0.31) unstable; urgency=low

  * liw/errormsg/errormsg.c: Treat "" same as NULL for the program name.
    Suggestion sent by Gary Kline <kline@tao.thought.org>.
  * This recompile should also fix dwww related problems (closes:
    Bug #45092).

 -- Lars Wirzenius <liw@iki.fi>  Sun, 19 Sep 1999 19:14:04 +0300

publib (0.30) unstable; urgency=low

  * framework/Makefile.in: Add C++ wrappers in the generated header;
    if the module headers are to be included directly, they need to add
    the wrappers themselves.

 -- Lars Wirzenius <liw@iki.fi>  Mon,  8 Feb 1999 17:55:41 +0200

publib (0.29) unstable; urgency=low

  * Added tbuf module. Not working yet, however.
  * Changed name of changelog in /usr/log.
  * liw/alloc/alloc.h: Removed prototype for strdup. It isn't included 
    in publib, anyway. Fixes bug #31977, although differently than the
    suggested patch in the bug report. Also #29887 and #22561.
  * liw/sbuf: Added code to log the size and position of changes, triggered
    by macro SBUF_LOG. This is needed for optimizing, and is not turned on
    in the release versions.

 -- Lars Wirzenius <liw@iki.fi>  Mon, 25 Jan 1999 15:35:56 +0200

publib (0.28) unstable; urgency=low

  * No longer compresses /usr/doc/publib-dev/copyright. (Fixes bug #14504.)
  * Moved upstream changelog to debian/changelog (this file).
  * Compresses manual pages.
  * Changes section manual pages on the .TH line to 3pub.  This fixes
    bug #8415.
  * Updated to conform to Debian Policy Manual 2.4.0.0.

 -- Lars Wirzenius <liw@iki.fi>  Fri, 13 Mar 1998 15:55:54 +0200

publib (0.27) unstable; urgency=low

  * Re-compiled for libc6.
  * Changes to liw/sbuf, liw/log, and liw/cfg in the upstream version.
  * Removed Debian version from version number (but didn't combine upstream
    changelog with Debian changelog).

 -- Lars Wirzenius <liw@iki.fi>  Tue, 11 Nov 1997 04:37:02 +0200

publib (0.26-1) unstable; urgency=low

  * New upstream release that only fixes bugs.
  * Fixes bug #8228: adds one missing #include, and removes an extra one.

 -- Lars Wirzenius <liw@iki.fi>  Sun, 27 Apr 1997 03:02:43 +0300

publib (0.25-1) unstable; urgency=low

  * New upstream release; mostly just bug fixes.

 -- Lars Wirzenius <liw@iki.fi>  Sat, 28 Dec 1996 00:50:15 +0200

publib (0.24-1) unstable; urgency=low

  * New upstream release with important changes in sbuf and cfgtool.

 -- Lars Wirzenius <liw@iki.fi>  Thu, 5 Dec 1996 11:27:41 +0200

publib (0.23-1) unstable; urgency=low

  * New upstream release (read Changes).
  * Minor tweaking to debian/rules.

 -- Lars Wirzenius <liw@iki.fi>  Wed, 6 Nov 1996 20:04:02 +0200

publib (0.22-1) unstable; urgency=low

  * New upstream release (read Changes).
  * Added debian/* to upstream sources.

 -- Lars Wirzenius <liw@iki.fi>  Tue, 5 Nov 1996 23:55:00 +0200

publib (0.21-1) unstable; urgency=low

  * New upstream release (mostly just changes in the sbuf module).

 -- Lars Wirzenius <liw@iki.fi>  Mon, 4 Nov 1996 19:31:04 +0200

publib (0.20-1) unstable; urgency=low

  * First release.

 -- Lars Wirzenius <liw@iki.fi>  Sun, 22 Sep 1996 02:47:04 +0300