File: changelog

package info (click to toggle)
linux86 0.16.17-3.4
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 4,412 kB
  • sloc: ansic: 66,098; asm: 5,643; makefile: 1,397; sh: 702
file content (359 lines) | stat: -rw-r--r-- 11,836 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
linux86 (0.16.17-3.4) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop Provides: c-compiler. Cant pretend a 16bit x86 compiler
    would satisfy /usr/bin/cc on all architectures. Closes: #1014706

 -- Chris Hofstaedtler <zeha@debian.org>  Wed, 27 Jul 2022 23:53:56 +0000

linux86 (0.16.17-3.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Mark binary packages as M-A: foreign. Closes: #876165.
  * Bump standards version.
  * bcc/bcc.c: correctly calculate MAXPATHLEN to avoid runtime fortify
    failures and FTBFS. Closes: #523807.
  * Fix some typos in manual pages. Closes: #500978.

 -- Matthias Klose <doko@debian.org>  Mon, 13 Nov 2017 14:19:59 +0100

linux86 (0.16.17-3.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Add mandatory build-* target to debian/rules, patch by Sven Joachim
    (Closes: #822048).
  * Fix debian/lintian.overrides, patch by Sven Joachim.
  * Add explicit debian/source/format.
  * Drop elksemu (Closes: #831000).
  * Use source:Version instead of binary:Version in elks-libc Depends (Closes:
    #439922).

 -- Andrey Rahmatullin <wrar@debian.org>  Thu, 15 Dec 2016 23:19:08 +0500

linux86 (0.16.17-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "FTBFS: ncc: illegal label": apply patch by dai that replaces strcpy
    by memmove (closes: #591133).

 -- gregor herrmann <gregoa@debian.org>  Thu, 11 Nov 2010 22:29:38 +0100

linux86 (0.16.17-3) unstable; urgency=low

  * Added man pages for ar86, objdump86, size86 and nm86 with patch
    from Shyamal Prasad <shyamal@member.fsf.org>
    (Closes: #138042, #138043, #138044, #138046)
  * New Standards-Version: 3.8.0
  * Downgrade elks-libc dependency on bcc to a recomendation
    (it's possible to have development libraries without a compiler)
  * Added lintian override for elks-libc's binary objects

 -- Juan Cespedes <cespedes@debian.org>  Wed, 01 Oct 2008 13:01:24 +0200

linux86 (0.16.17-2.3) unstable; urgency=low

  * Non-maintainer upload.
  * bcc/const.h: change S_ALIGNMENT (alignment of allocated vars)
    to 2*sizeof(size_t) from sizeof(long) to fix hppa FTBFS.
    Idea from glibc malloc. Closes: #497632

 -- Thomas Viehmann <tv@beamnet.de>  Mon, 22 Sep 2008 23:14:46 +0200

linux86 (0.16.17-2.2) unstable; urgency=low

  * Non-maintainer upload.
  * Revert 0.16.17-2, making all packages Architecture: any again
    A build of vgabios on amd64 differs to that in the archive
    (build on i386) only by timestamp and checksum.

 -- Thomas Viehmann <tv@beamnet.de>  Sun, 07 Sep 2008 00:00:00 +0200

linux86 (0.16.17-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Do not build on alpha, amd64 and ia64 (Closes: #471404)

 -- Moritz Muehlenhoff <jmm@debian.org>  Tue,  5 Aug 2008 00:18:32 +0200

linux86 (0.16.17-2) unstable; urgency=low

  * Disable elksemu building in non-i386 architectures

 -- Juan Cespedes <cespedes@debian.org>  Sun, 26 Aug 2007 17:55:08 +0200

linux86 (0.16.17-1) unstable; urgency=low

  * New upstream version (closes: Bug#339780, #260647, #227072, #244520)
  * New Standards-Version: 3.7.2
  * Make elks-libc architecture "all"

 -- Juan Cespedes <cespedes@debian.org>  Sun, 26 Aug 2007 13:42:07 +0200

linux86 (0.16.14-1.4) unstable; urgency=low

  * Non-maintainer upload.
  * DEB_BUILD_GNU_TYPE now returns i486-linux-gnu instead of
    i386-linux.  This resulted in the elks-libc not being packaged.

 -- Kurt Roeckx <kurt@roeckx.be>  Thu,  4 May 2006 19:41:14 +0200

linux86 (0.16.14-1.3) unstable; urgency=low

  * Non-maintainer upload.
  * Don't strip elksemu.  It doesn't work on amd64, and 
    it doesn't contain any debug info in the first place.
    Patch from Goswin von Brederlow (Closes: #260647)

 -- Kurt Roeckx <kurt@roeckx.be>  Thu, 30 Mar 2006 19:31:53 +0200

linux86 (0.16.14-1.2) unstable; urgency=high

  * NMU
  * As elks-libc is only available on i386, drop the bcc recommends
    on it on all other arches (Closes: #273357)

 -- Frank Lichtenheld <djpig@debian.org>  Sun,  3 Oct 2004 02:47:17 +0200

linux86 (0.16.14-1.1) unstable; urgency=low

  * NMU.
  * Misc portability fixes. (Closes: #227072, #224520)
    - debian/control: Make it Arch:any. (generates x86 code on all cpus)
    - debian/rules: Ifdef Linuxisms out.
    - ar/ar.c: Nuke obsolete sys_errlist usage and bad errno declaration.
    - ifdef.c: Cleanup macro definitions.
    - makefile.in: Nuke some Linuxisms.

 -- Robert Millan <rmh@debian.org>  Mon, 12 Jul 2004 01:13:06 +0200

linux86 (0.16.14-1) unstable; urgency=medium

  * New upstream version
  * Include <errno.h> everywhere so there should not be more references
    to the deprecated errno@GLIBC_2.0 symbol (closes: Bug#168531)
  * New Standards-Version: 3.6.1

 -- Juan Cespedes <cespedes@debian.org>  Sun, 14 Dec 2003 00:10:27 +0100

linux86 (0.16.3-2) unstable; urgency=medium

  * Fixed 'can't find bcc-cc1' bug with patch from BTS.
    Thanks to Robert Millan <zeratul2@wanadoo.es>
    and Bas Zoetekouw <bas@a-eskwadraat.nl>         (Closes: Bug#153449)

 -- Juan Cespedes <cespedes@debian.org>  Sat, 17 Aug 2002 02:15:29 +0200

linux86 (0.16.3-1) unstable; urgency=low

  * New upstream release

 -- Juan Cespedes <cespedes@debian.org>  Thu, 20 Jun 2002 14:52:29 +0200

linux86 (0.16.0-1) unstable; urgency=low

  * New upstream version
  * Added old changelog from Christoph Lameter versions,
    and given him credit in copyright files (closes: Bug#114452)
  * Include /usr/lib/bcc/kinclude in the distribution (closes: Bug#91887)

 -- Juan Cespedes <cespedes@debian.org>  Sun,  9 Dec 2001 04:20:53 +0100

linux86 (0.15.4-1) unstable; urgency=low

  * New upstream version
  * This version is (hopefully) able to compile dosemu properly
    (closes: Bug#86348)

 -- Juan Cespedes <cespedes@debian.org>  Sat, 17 Feb 2001 14:35:09 +0100

linux86 (0.15.3-1) unstable; urgency=low

  * New upstream version
  * Get rid of Lintian's "no-priority-field" and "no-section-field"
    warnings

 -- Juan Cespedes <cespedes@debian.org>  Sun, 15 Oct 2000 00:59:31 +0200

linux86 (0.14.9-3) unstable; urgency=low

  * Fixed lintian bugs

 -- Juan Cespedes <cespedes@debian.org>  Tue, 21 Dec 1999 18:06:18 +0100

linux86 (0.14.9-2) unstable; urgency=low

  * New Standards-Version (3.1.1)
  * Fixed dependency problem in elks-libc (closes: Bug#48706)
  * Fixed paths to find programs in bcc
  * bin86 no longer provides kernel-assembler; its function can be
    addressed with Build-Depends in packages kernel-*

 -- Juan Cespedes <cespedes@debian.org>  Sun, 19 Dec 1999 16:34:56 +0100

linux86 (0.14.9-1) unstable; urgency=low

  * New upstream version
  * FHS
  * New Standards-Version: 3.0.1

 -- Juan Cespedes <cespedes@debian.org>  Sun, 17 Oct 1999 19:25:00 +0200

linux86 (0.14.3-2) unstable; urgency=low

  * Added "Provides: kernel-assembler" to bin86
  * Compiled against libc6_2.1

 -- Juan Cespedes <cespedes@debian.org>  Fri, 16 Apr 1999 13:09:26 +0200

linux86 (0.14.3-1) unstable; urgency=low

  * New upstream version (added nm86, size86 and objdump86 to bin86)

 -- Juan Cespedes <cespedes@debian.org>  Thu, 15 Oct 1998 14:18:59 +0200

linux86 (0.13.0-4) unstable; urgency=low

  * Fixed some packaging bugs

 -- Juan Cespedes <cespedes@debian.org>  Sat, 21 Feb 1998 14:21:03 +0100

linux86 (0.13.0-3) unstable; urgency=low

  * Changed upstream changelog name (Changes.gz -> changelog.gz)
  * bcc now provides `c-compiler'
  * New Standards-Version: 2.4.0.0

 -- Juan Cespedes <cespedes@debian.org>  Wed, 18 Feb 1998 23:04:22 +0100

linux86 (0.13.0-2) unstable; urgency=low

  * Minor changes in /usr/doc/bcc/copyright (now it should be clear
    that *all* the packages are really DFSG compliant).
  * New Standards-Version (2.3.0.1)

 -- Juan Cespedes <cespedes@debian.org>  Sun, 26 Oct 1997 11:52:36 +0100

linux86 (0.13.0-1) unstable; urgency=low

  * New upstream release
  * Pristine sources
  * New copyright for some parts of the packages

 -- Juan Cespedes <cespedes@debian.org>  Sun, 26 Oct 1997 01:50:54 +0200

linux86 (0.12.0-5) unstable; urgency=low

  * Minor clean-up of debian/rules

 -- Juan Cespedes <cespedes@debian.org>  Sat, 13 Sep 1997 10:12:52 +0200

linux86 (0.12.0-4) unstable; urgency=low

  * New Standards-Version

 -- Juan Cespedes <cespedes@debian.org>  Thu, 11 Sep 1997 22:50:56 +0200

linux86 (0.12.0-3) unstable; urgency=low

  * Make bin86 conflict with linux86 (fixes Bug#12751)
  * Fixed minor bug in debian/rules

 -- Juan Cespedes <cespedes@debian.org>  Thu, 11 Sep 1997 01:49:04 +0200

linux86 (0.12.0-2) unstable; urgency=low

  * Fixed FSF postal address
  * New maintainer address
  * Splitted into one more package: elks-libc
  * Moved /usr/lib/liberror.txt to /usr/lib/bcc
  * Preserved modif times of doc files

 -- Juan Cespedes <cespedes@debian.org>  Wed,  3 Sep 1997 00:19:57 +0200

linux86 (0.12.0-1) unstable; urgency=low

  * New maintainer
  * Built with libc6
  * Fixed Bug#9291, Bug#8999
  * FSSTND compliance
  * Splitted into 2 packages: bcc and bin86
  * Fixed Bug#7765, Bug#9765, Bug#11663
  * Fixed warnings in ld86 (``WARNING: typeconv.c(cnu4) illegal count'')
  * Added flag to as86 (-W) and default to *not* print warnings
  * `as86' is now covered by the GPL

 -- Juan Cespedes <cespedes@etsit.upm.es>  Thu, 21 Aug 1997 22:54:05 +0200

linux86 (0.0.11-0) unstable; urgency=low

  * New upstream release
  * New maintainer: Siggy Brentrup <bsb@debian.org>
  * Repackaged upstream sources into separate directories to cope
    with dpkg-source limitations (fixes Bug #7562)
  * Added top level Makefile

 -- Siggy Brentrup <bsb@debian.org>  Fri, 7 Mar 1997 21:39:30 +0100

elks (0.0.8-1) unstable; urgency=medium

  * Upstream upgrade (some changes where taken by ELKS from the debian
    port)
  * Removed compiler, loader sourcecode from binary distribution
  * If someone wants to develop a new boot loader: There is lots of example
    code that might be helpful.

 -- Christoph Lameter <clameter@debian.org>  Sun, 3 Nov 1996 18:07:27 -0800

elks (0.0.7-5) unstable; urgency=medium

  * I am not using elks for any developmental purpose right now. Somebody who
    is doing development with ELKS might be doing a better job with this that
    I am doing right now.
  * Minor corrections of texts
  * Module build with MODVERSIONS. Elks will no longer run under
    kernels compiled without MODVERSIONS!

 -- Christoph Lameter <clameter@debian.org>  Wed, 22 Oct 1996 9:00:00 -0700

elks (0.0.7-4) unstable;urgency=medium

  * Included dis88 again since now 8086 binaries will run
  * Moved elksemu into /usr/sbin
  * Included binfmt_elks.o module to transparently load 8086 binaries
  * Included management for binfmt_elks module. Is loaded on system startup
    or installation of the package.
  * Documentation moved around to conform to 2.1.1.0 standards
  * Copyright file revised

 -- Christoph Lameter <clameter@debian.org>  Mon, 30 Sep 1996 9:00:00 -0800

elks (0.0.7-3) unstable;urgency=high

  * Removed dis88 since its only for bcc.
  * Added standalone.c to run programs on a bare machine (such as a linux
    loader for example)
  * Some directory permissions where wrong

 -- Christoph Lameter <clameter@debian.org>  Thu, 26 Sep 1996 9:00:00 -0800

elks (0.0.7-2) unstable;urgency=high

  * Permissions of /usr/src/elks/tiny wrong
  * README.debian and changelog.DEBIAN included

 -- Christoph Lameter <clameter@debian.org>  Sun, 22 Sep 1996 9:00:00 -0800

elks (0.0.7-1) unstable;urgency=medium

  * Distribution from linux.mit.edu/pub/ELKS/Dev86 taken and customized
    for debian
  * Added manpages from FreeBSD (might not be totally up to date)
  * I hope elks will enable the debian project to build the bootloader
    syslinux under Linux and no longer under DOS.

 -- Christoph Lameter <clameter@debian.org>  Sun, 22 Sep 1996 9:00:00 -0800

Local variables:
mode: debian-changelog
End: