/[kernel]/tags/kernel-2.4/source/kernel-source-2.4.27-2.4.27/2.4.27-8.experimental.1/debian/changelog
ViewVC logotype

Contents of /tags/kernel-2.4/source/kernel-source-2.4.27-2.4.27/2.4.27-8.experimental.1/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1868 - (show annotations) (download)
Sat Nov 20 18:49:46 2004 UTC (8 years, 6 months ago) by joshk
Original Path: trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog
File size: 57182 byte(s)
fix megaraid2's proc_name
1 kernel-source-2.4.27 (2.4.27-6) UNRELEASED; urgency=low
2
3 * Split out many monolithic diffs into smaller diffs for easy submission
4 to upstream. (Dann Frazier)
5 * Annotate all diffs for the same purpose. (Dann Frazier)
6 * Fix $(upstream) regex, thanks Michael Tokarev. (Joshua Kwan)
7 * Add asm/ptrace.h include as it is needed for pt_regs.
8 (Closes: #271533) (Simon Horman)
9 * Add workaround for broken Happy Meal ethernet controllers.
10 (closes: #275485) (Simon Horman)
11 * Fix for bug which causes spddelete of individual entries using setkey
12 to fail. Teddy Hogeborn <teddy@fukt.bth.se>
13 (closes: #272719) (Simon Horman)
14 . net/key/af_key.c
15 * Security: fix race conditions in linux terminal subsystem
16 [CAN-2004-0814] (Closes: #277681) (Simon Horman)
17 * Apply patch by Jurij Smakov that fixes bad memcpy() behavior on
18 sparc32, especially with respect to loading ramdisks. (Joshua Kwan)
19 * Fix menuconfig crash due to infinite recursion (Maximilian Attems)
20 * Fix megaraid2's proc_name so ramdisks are built correctly. (Joshua Kwan)
21
22 -- Joshua Kwan <joshk@triplehelix.org> Sat, 20 Nov 2004 10:48:16 -0800
23
24 kernel-source-2.4.27 (2.4.27-5) unstable; urgency=high
25
26 * Fix a goofup in debian/apply that didn't really affect normal users.
27 * 070_ide_scan_pcibus.diff: Add this very crucial hunk of code that was
28 missed while exploding the monolithic patchset into small diffs.
29 * 071_dep_fw_loader-2.diff: Simplify 066_dep_fw_loader.diff (removed) so
30 that it works with make xconfig as well. (Closes: #268436)
31 * Remove obsoleted README.NMU.
32 * 072_6300esb_sata.diff: Enable DMA support for Intel 6300ESB SATA disk
33 controller through piix. (Closes: #254748)
34 * 073_tg3_hw_autoneg.diff: A patch by David S. Miller fixes problems when
35 using tg3 devices plugged into hubs and switches that don't support
36 autonegotiation.
37 * 074_fealnx_ampersand.diff: Fix spurious ampersand in a
38 spin_unlock_irqrestore call that caused a hang on SMP.
39 * 075_lvm_ioctl.diff: Fix some problems with generic LVM ioctl handling,
40 patch by David S. Miller.
41 * Extend debian/apply to be able to try to remove files (actually, back
42 them up) so that we can run the debian/apply script on a real pristine
43 source tree. (Closes: #269412)
44 * Remove Documentation/man in clean target, make-kpkg kernel-doc leaves it
45 lying around.
46
47 -- Joshua Kwan <joshk@triplehelix.org> Thu, 2 Sep 2004 18:56:21 -0700
48
49 kernel-source-2.4.27 (2.4.27-4) unstable; urgency=high
50
51 * 065_copy_user_parens.diff: This patch is cset 1.1447.4.7 from linux-2.4,
52 allowing us to build arch/sparc/lib/copy_user.S using binutils 2.15.
53 * 066_dep_fw_loader.diff: Prevent TIGON3 and PCMCIA_ATMEL from being
54 enabled if FW_LOADER is not selected. (Closes: #266397)
55 * 067_tg3_ampersand.diff: Remove spurious & to tp->pdev, which caused a
56 warning in pci_name. May or may not have affected firmware loading.
57 * 068_ehci_oops.diff: probable fix for some ehci-hcd hang issues. cset
58 1.1483 from linux-2.4. (Closes: #266621)
59 * 069_parisc_comment.diff: Fix an unterminated comment in
60 include/asm-parisc/som.h. (Closes: #266594)
61 * Remove a bogus Conflicts on 2.4.27-4, due to copy and waste from
62 kernel-source-2.4.26 where this was necessary.
63
64 -- Joshua Kwan <joshk@triplehelix.org> Thu, 19 Aug 2004 13:55:50 -0700
65
66 kernel-source-2.4.27 (2.4.27-3) unstable; urgency=high
67
68 * 018_core_cia_1G.diff: Backed out. Verified bogus.
69
70 -- Joshua Kwan <joshk@triplehelix.org> Tue, 17 Aug 2004 12:22:39 -0700
71
72 kernel-source-2.4.27 (2.4.27-2) unstable; urgency=high
73
74 * Urgency high to enter sarge. NEW processing was quick, thanks Randall!
75 * Bah. Remove .patch-stamps support from debian/apply as it prevents the
76 user from being able to unapply kernel-patch-debian-2.4.27 on an
77 unpacked kernel-source.tar.bz2.
78 * debian/patches/series/2.4.27-2: file with only a newline in it (so
79 it doesn't get reaped by make-kpkg clean for being size 0.)
80 * Use --no-backup-if-mismatch in debian/apply.
81
82 -- Joshua Kwan <joshk@triplehelix.org> Mon, 16 Aug 2004 09:24:56 -0700
83
84 kernel-source-2.4.27 (2.4.27-1) unstable; urgency=low
85
86 * New upstream release.
87
88 * Bugs fixed (will shortly be fixed in 2.4.26 as well, and closed there):
89 - #264202: doesn't build with CONFIG_ACPI_ASUS enabled
90 - #255406: Kernel crash when removing interface from wrong bridge
91 group
92 - #262870: device-mapper patch screwed up; prevents application of
93 evms patches (see below)
94
95 * CVE issues fixed by this release:
96 - CAN-2004-0495 (Al Viro sparse fixes)
97 - CAN-2004-0497 (users could modify group ID of arbitrary files on
98 the system)
99 - CAN-2004-0535 (e1000 minor info leak)
100 - CAN-2004-0685 (backported Conectiva usb sparse fixes)
101 - CAN-2004-0415 (file offset pointer handling race)
102 - CAN-2004-0565 (information leak ia64)
103
104 * Split out all of the monolithic patches into feature-divided patches.
105 Change apply/unpatch scripts to use this new system, using metadata to
106 describe which patches are added or removed in a given release.
107
108 However, apply script retains the same features on the outside as the
109 old one (i.e. incremental updates to old kernel-source trees of the same
110 upstream version.)
111
112 * Update the DM patch from kernel-patch-device-mapper.
113
114 * Apply IPsec update, thanks Horms.
115
116 * Merge patches from kernel-image-sparc-2.4 in.
117
118 * Run prune-non-free. This removes tg3.c, but 063_firmwareless_tg3.diff
119 adds the firmware-unencumbered one.
120
121 * Fix build dependencies:
122 - Everything becomes Build-Depends-Indep: this package produces
123 no arch-dependent packages.
124 - libc-dev -> libc6-dev | libc-dev.
125 - libncurses-dev | ncurses-dev -> libncurses5-dev | libncurses-dev.
126 - debian/compat is 3, so add a versioned B-D-I on debhelper (>= 3).
127
128 -- Joshua Kwan <joshk@triplehelix.org> Sat, 14 Aug 2004 13:01:08 -0700
129
130 kernel-source-2.4.26 (2.4.26-5) unstable; urgency=high
131
132 * Cleaned up after the previous upload. In particular, patch-2.4.26-3
133 is now part of the kernel-source tarball again. Urgency set to high
134 since this patch fixes a couple of security issues.
135
136 * Added a conflict to kernel-tree to make sure that unsuspecting package
137 builders (both human and non-human) do not use the previous upload of
138 kernel-source for their kernel-image packages.
139
140 * Added an almost empty patch to handle the revision bump.
141
142 -- Jens Schmalzing <jensen@debian.org> Tue, 3 Aug 2004 15:10:31 +0200
143
144 kernel-source-2.4.26 (2.4.26-4) unstable; urgency=low
145
146 * Fix stack allocation in crypt(). Patch by Herbert Xu
147 (closes: #257120)
148 . crypto/cipher.c
149 * Reversed patch to PCI initialisation code on Alpha
150 Patch by Herbert Xu, Steve Langasek
151 (closes: #253787)
152 . arch/alpha/kernel/core_cia.c
153
154 -- Simon Horman <horms@debian.org> Thu, 22 Jul 2004 12:27:39 +0900
155
156 kernel-source-2.4.26 (2.4.26-3) unstable; urgency=low
157
158 * Changed Maintainer to kernel team.
159 * Set uploaders to DD members of that team as per the alioth.debian.org
160 kernel project
161 * Merged hiddev.c with upstream (2.4.27-pre3) as there
162 were some inconsistencies and it seems the same person,
163 Herbert Xu was working on both copies of the code
164 and the upstream code seems to be more up to date.
165 . drivers/usb/hiddev.c
166 * Fixup for C1 Halt Disconnect problem on nForce2 systems
167 . arch/i386/kernel/pci-pc.c
168 * Fix clear_cpu() marco [CAN-2004-0554]
169 . include/asm-i386/i387.h
170 . include/asm-x86_64/i387.h
171 * Fix missing DAC check in sys_chown() [CAN-2004-0497]
172 . fs/attr.c
173 * Fix multiple information leaks discovered by Al Viro [CAN-2004-0495]
174 . drivers/net/wireless/airo.c
175 . drivers/acpi/asus_acpi.c
176 . drivers/sound/mpu401.c
177 . linux/drivers/sound/msnd.c
178 . linux/drivers/sound/msnd.h
179 . linux/drivers/sound/msnd_pinnacle.c,
180 . drivers/sound/pss.c,
181 * Fix potential buffer overflow in panic [CAN-2004-0394]
182 . kernel/panic.c
183 * List of Kernel Vulterablilities with CAN numebers which have
184 been resolved by previous kernels but are not listed in this ChangeLog
185 Goes back to the begining of 2003
186 For desciptions of the bugs please see www.mitre.org
187 . CAN-2003-0001 fixed in 2.4.20-5 (upstream 2.4.21-pre5)
188 . CAN-2003-0018 fixed in 2.4.21-1 (upstream 2.4.21-pre4)
189 . CAN-2003-0127 fixed in 2.4.20-6 (upstream 2.4.21-rc2)
190 . CAN-2003-0187 fixed in 2.4.20-13 (upstream 2.4.21-pre6)
191 . CAN-2003-0244 fixed in 2.4.20-7 (upstream 2.4.21-rc2)
192 . CAN-2003-0246 fixed in 2.4.20-7 (upstream 2.4.21-rc4)
193 . CAN-2003-0247 fixed in 2.4.20-8 (upstream 2.4.21-rc4)
194 . CAN-2003-0465 fixed in 2.4.20-8 (upstream 2.4.22-pre10)
195 . CAN-2003-0465 unsure, does not effect x86, need to check other arch
196 . CAN-2003-0619 fixed in 2.4.22-1 (upstream 2.4.21-pre3)
197 . CAN-2003-0643 fixed in 2.4.21-4 (upstream 2.4.22-pre10)
198 . CAN-2003-0699 fixed in 2.4.21-1 (upstream 2.4.21-rc2)
199 . CAN-2003-0700 fixed in 2.4.21-4 (upstream 2.4.22-pre3)
200 . CAN-2003-0961 fixed in 2.4.23-1 (upstream 2.4.23-pre7)
201 . CAN-2003-0984 fixed in 2.4.24-1 (upstream 2.4.24-rc1)
202 . CAN-2003-0985 fixed in 2.4.24-1 (upstream 2.4.24-rc1)
203 . CAN-2004-0003 fixed in 2.4.25-2 (upstream 2.4.26-rc4)
204 . CAN-2004-0010 fixed in 2.4.25-1 (upstream 2.4.25-pre7)
205 . CAN-2004-0075 fixed in 2.4.25-1 (upstream 2.4.25-pre5)
206 . CAN-2004-0077 fixed in 2.4.24-3 (upstream 2.4.26-pre3)
207 . CAN-2004-0109 fixed in 2.4.25-2 (upstream 2.4.26-rc4)
208 . CAN-2004-0133 fixed in 2.4.26-1 (upstream 2.4.26-pre2)
209 . CAN-2004-0177 fixed in 2.4.26-1 (upstream 2.4.26-pre4)
210 . CAN-2004-0178 fixed in 2.4.25-2 (upstream 2.4.26-pre5)
211 . CAN-2004-0228 code is not present, not vulnerable
212 . CAN-2004-0229 code is not present, not vulnerable
213 . CAN-2004-0424 fixed in 2.4.26-1 (upstream 2.4.26-pre3)
214 . CAN-2004-0427 fixed in 2.4.26-1 (upstream 2.4.26-rc4)
215 . CAN-2004-0427 fixed in 2.4.26-1 (upstream 2.4.26-rc4)
216 . CAN-2004-0535 fixed in 2.4.26-2 (upstream 2.4.27-rc3)
217 . CAN-2004-0587 code is not present, not vulnerable
218
219 -- Simon Horman <horms@debian.org> Fri, 9 Jul 2004 17:35:39 +0900
220
221 kernel-source-2.4.26 (2.4.26-2) unstable; urgency=low
222
223 * Set __exit tag on module_exit in drivers/ide/pci/atiixp.c.
224 * Require firmware 2.70 on alpha in drivers/block/DAC960.c (2.6, closes:
225 #244585).
226 * Removed cmpxchg definition in drivers/char/drm-4.0/drmP.h.
227 * Added regs.len check in drivers/net/e1000/e1000_ethtool.c (bk).
228 * Added SATA support (bk, closes: #245334):
229 . Documentation/Configure.help
230 . Documentation/DocBook/Makefile
231 . Documentation/DocBook/libata.tmpl
232 . drivers/block/Config.in
233 . drivers/block/Makefile
234 . drivers/block/carmel.c
235 . drivers/scsi/Config.in
236 . drivers/scsi/Makefile
237 . drivers/scsi/libata-core.c
238 . drivers/scsi/libata-scsi.c
239 . drivers/scsi/libata.h
240 . drivers/scsi/sata_promise.c
241 . drivers/scsi/sata_sil.c
242 . drivers/scsi/sata_sis.c
243 . drivers/scsi/sata_svw.c
244 . drivers/scsi/sata_via.c
245 . drivers/scsi/sata_vsc.c
246 . include/linux/ata.h
247 . include/linux/libata.h
248
249 -- Herbert Xu <herbert@debian.org> Sat, 1 May 2004 09:17:56 +1000
250
251 kernel-source-2.4.26 (2.4.26-1) unstable; urgency=low
252
253 * New upstream release.
254 * Fixed copy_to_user usage in drivers/usb/hiddev.c.
255 * Fixed build without procfs in drivers in drivers/hotplug/Makefile.
256 * Updated IPsec patch to 20040416-1.
257 * Updated ea and acl to 0.8.71.
258 * Removed cmpxchg definition in drivers/char/drm/drmP.h.
259 * Removed non-free firmware:
260 . Unused: drivers/sound/724hwmcode.h
261 . Unused: drivers/sound/Hwmcode.h
262 * Fixed module unloading in drivers/ide/pci/atiixp.c.
263
264 -- Herbert Xu <herbert@debian.org> Sat, 17 Apr 2004 17:27:33 +1000
265
266 kernel-source-2.4.25 (2.4.25-3) unstable; urgency=low
267
268 * Zero log buffer at mount time in fs/xfs/xfs_log.c (bk).
269 * Fixed boundary checks for GUSAGE/SUSAGE in drivers/usb/hiddev.c.
270
271 -- Herbert Xu <herbert@debian.org> Wed, 14 Apr 2004 19:05:13 +1000
272
273 kernel-source-2.4.25 (2.4.25-2) unstable; urgency=low
274
275 * Black listed "TOSHIBA CD-ROM XM-1702BC" in drivers/ide/ide-dma.c
276 (Moritz Lennert, closes: #222939).
277 * Set protocol in ip_route_me_harder in net/core/netfilter.c
278 (closes: #236479).
279 * Reverted hardsect change in drivers/scsi/sr.c (closes: #232586).
280 * Tighten sanity in time_init to 250 PPM in arch/alpha/kernel/time.c
281 (Scott Bailey, closes: #233096).
282 * Call mkdep on headers with xargs in Makefile.
283 * Fixed tuner support on WinTV-D boards in drivers/media/video/bttv-cards.c
284 (2.6, closes: #241272).
285 * Fixed single word src misalign > dest misalign case in
286 arch/alpha/lib/stxncpy.S (glibc, closes: #237884).
287 * Enhanced user input validation (Thomas Biege):
288 . drivers/char/drm/r128_state.c
289 . drivers/char/drm-4.0/r128_state.c
290 * Fixed audio sampe size in drivers/sound/sb_audio.c (bk).
291 * Fixed local root exploit in fs/isofs/rock.c (Ernie Petrides).
292 * Clear b_data in journal_get_descriptor_buffer in fs/jbd/journal.c
293 (Ted Ts'o).
294
295 -- Herbert Xu <herbert@debian.org> Mon, 12 Apr 2004 11:12:11 +1000
296
297 kernel-source-2.4.25 (2.4.25-1) unstable; urgency=low
298
299 * New upstream release.
300 * Applied Medley Software RAID patch, version 6 (closes: #232479).
301 * Applied ea 0.8.68 and acl 0.8.70 (closes: #229205).
302
303 -- Herbert Xu <herbert@debian.org> Mon, 23 Feb 2004 20:57:16 +1100
304
305 kernel-source-2.4.24 (2.4.24-3) unstable; urgency=high
306
307 * Added build-dependency on docbook-utils, gs and transfig (closes: #231201).
308 * Fixed off-by-one kmalloc in ntfs_dupuni2map in fs/ntfs/support.c
309 (closes: #207138).
310 * Fixed early chip programming in tg3_setup_copper_phy() in drivers/net/tg3.c
311 (David Miller).
312 * Fixed dev timer SMP deadlock in drivers/scsi/aic7xxx/aic7xxx_osm.c
313 (Andrew Morton).
314 * Check return value of do_munmap in do_mremap in mm/mremap.c (2.4.25).
315
316 -- Herbert Xu <herbert@debian.org> Wed, 18 Feb 2004 19:00:31 +1100
317
318 kernel-source-2.4.24 (2.4.24-2) unstable; urgency=low
319
320 * Fixed dead lock in drain_dac in drivers/sound/i810_audio.c
321 (closes: #228101).
322 * Fixed typos (Jochen Voss, closes: #227633):
323 . drivers/s390/block/xpram.c
324 . Documentation/usb/sl811hc.txt
325 * Updated IPsec patch to 20030202-1 (closes: #225995, #227507, #226000,
326 #230901).
327 * Updated sk98lin in drivers/net/sk98lin/* (2.4.25pre, closes: #229863).
328 * Added forcedeth driver (closes: #229895):
329 . Documentation/Configure.help
330 . drivers/net/Config.in
331 . drivers/net/Makefile
332 . drivers/net/forcedeth.c
333 * Added upstream changelog.
334 * Fixed invalid kfree in ntfs_printcb in fs/ntfs/fs.c.
335 * Clear nf_debug in ip_local_deliver_finish in net/ipv4/ip_input.c
336 (Valentijn Sessink).
337
338 -- Herbert Xu <herbert@debian.org> Tue, 3 Feb 2004 21:22:41 +1100
339
340 kernel-source-2.4.24 (2.4.24-1) unstable; urgency=low
341
342 * New upstream release.
343 * Fixed ipchains MASQ crash in net/ipv4/netfilter/ip_fw_compat_masq.c (bk).
344
345 -- Herbert Xu <herbert@debian.org> Tue, 6 Jan 2004 18:16:13 +1100
346
347 kernel-source-2.4.23 (2.4.23-1) unstable; urgency=low
348
349 * New upstream release (closes: #212633, #212706, #215883, #219195, #221621).
350 * Fixed red/blue typo in drivers/video/radeonfb.c.
351 * Set fb owner in drivers/video/radeonfb.c.
352 * Fixed DMA overruns/bugs in drivers/sound/i810_audio.c (closes: #219398).
353 * Applied cut-down version device mapper patch 1.00.07 (closes: #213063).
354 * Removed obsolete jbd_commit_interval option in fs/jbd/journal.c.
355 * Included README.Debian in debian patch.
356 * Updated IPsec patch to 20031129-4.
357
358 -- Herbert Xu <herbert@debian.org> Sun, 30 Nov 2003 11:31:38 +1100
359
360 kernel-source-2.4.22 (2.4.22-4) unstable; urgency=low
361
362 * Fixed initialisation lockup in drivers/scsi/ide-scsi.c
363 (bk, closes: #213663).
364 * Removed README note about mem= as it no longer applies.
365 * Fixed handling of acpi=on in arch/i386/kernel/setup.c
366 (Manuel Estrada Sainz, closes: #216023).
367 * Made AMD_PM768 conditional on X86/X86_64 in drivers/char/Config.in.
368 * Removed floating operations in drivers/net/amd8111e.* (2.5).
369 * Fixed kupdated dequeueing of SIGSTOP signals in fs/buffer.c (bk,
370 closes: #212424).
371 * Renamed BUS_ISA to CTL_BUS_ISA (closes: #217191):
372 . arch/arm/kernel/isa.c
373 . include/linux/sysctl.h
374 * Handle cases where child queues empty suddenly in net/sched/sch_htb.c (bk,
375 closes: #219939).
376 * Initialise reset_task properly in drivers/net/tg3.c.
377 * Removed bogus panic calls in arch/i386/kernel/mpparse.c (Jochen Voss).
378 * Updated IPsec patch to 20031030-1 (closes: #214779, #215503, #219486).
379
380 -- Herbert Xu <herbert@debian.org> Sat, 15 Nov 2003 14:54:18 +1100
381
382 kernel-source-2.4.22 (2.4.22-3) unstable; urgency=medium
383
384 * Set ide_xlate_1024_hook before probing probing (closes: #213192).
385
386 -- Herbert Xu <herbert@debian.org> Sat, 4 Oct 2003 14:34:33 +1000
387
388 kernel-source-2.4.22 (2.4.22-2) unstable; urgency=low
389
390 * Added jbd_commit_interval option:
391 . fs/jbd/journal.c
392 . fs/jbd/transaction.c
393 * Do not unshare files for pid == 1 in kernel/fork.c (closes: #211717).
394 * Made static CONFIG_IDEDISK_STROKE work again in drivers/ide/ide-disk.c
395 (closes: #210589).
396 * Added CONFIG_ACPI_OFF option:
397 . Documentation/Configure.help
398 . arch/i386/kernel/setup.c
399 . drivers/acpi/Config.in
400 * Added optimise by size option:
401 . Documentation/Configure.help
402 . Makefile
403 . arch/i386/config.in
404 * Fixed pci_pool_create macro in drivers/atm/he.c (bk,
405 closes: #211138, #211189).
406 * Fixed wrong address in ICMP log entry in net/ipv4/icmp.c (2.5,
407 closes: #211654).
408 * Fixed atm_clip_ops->owner crash (bk, closes: #211348):
409 . drivers/atm/common.c
410 . drivers/atm/proc.c
411 * Fixed double request_region (closes: #210289):
412 . drivers/net/arcnet/com20020.c
413 . drivers/net/arcnet/com20020-isa.c
414 . drivers/net/arcnet/com20020-pci.c
415 * Updated IPsec patch to 20030927-1 (closes: #211761).
416
417 -- Herbert Xu <herbert@debian.org> Sat, 27 Sep 2003 17:40:11 +1000
418
419 kernel-source-2.4.22 (2.4.22-1) unstable; urgency=low
420
421 * New upstream release.
422 * Probe existing drivers when loading ide-probe-mod:
423 . drivers/ide/ide-probe.c
424 . include/linux/ide.h
425 * Fixed CONFIG_IDEDISK_STROKE in drivers/ide/ide-disk.c (2.6,
426 closes: #205147).
427 * Removed -Werror in drivers/scsi/aic7xxx/Makefile.
428 * Updated IPsec patch to 20030904-1.
429
430 -- Herbert Xu <herbert@debian.org> Thu, 4 Sep 2003 21:31:15 +1000
431
432 kernel-source-2.4.21 (2.4.21-5) unstable; urgency=low
433
434 * Fixed steal_locks race (closes: #206399):
435 . fs/binfmt_elf.c
436 . fs/exec.c
437 * Fixed rare initialisation crash in drivers/char/amd76x_pm.c
438 (closes: #205537).
439 * Added license in drivers/acpi/driver.c (closes: #205190).
440 * Fixed multiline string literals in net/decnet/dn_table.c (closes: #206721).
441 * Updated IPsec patch to 20030824-1 (closes: #204947).
442
443 -- Herbert Xu <herbert@debian.org> Sun, 24 Aug 2003 11:36:15 +1000
444
445 kernel-source-2.4.21 (2.4.21-4) unstable; urgency=low
446
447 * Made /proc/tty/driver root-only (CAN-2003-0461):
448 . include/linux/proc_fs.h
449 . fs/proc/generic.c
450 . fs/proc/proc_tty.c
451 * Fixed exec file handling semantics (CAN-2003-0462, CAN-2003-0476):
452 . fs/binfmt_elf.c
453 . fs/exec.c
454 . fs/locks.c
455 . include/linux/fs.h
456 . kernel/fork.c
457 * Fixed sunrpc UDP reuse bug in net/sunrpc/svcsock.c (CAN-2003-0464).
458 * Fixed unchecked copy_to_user in fs/proc/proc_misc.c.
459 * Fixed ptrace/proc bug in fs/proc/base.c (CAN-2003-0501).
460 * Fixed bridging security issues (CAN-2003-055[012]):
461 . net/bridge/br_fdb.c
462 . net/bridge/br_if.c
463 . net/bridge/br_input.c
464 . net/bridge/br_private.h
465 . net/bridge/br_stp_bpdu.c
466 * Fixed boundary check in net/core/filter.c (Patrick McHardy).
467 * Fixed copy from user bug in drivers/sound/cmpci.c (bk).
468 * Fixed O_DIRECT races (bk):
469 . fs/buffer.c
470 . fs/inode.c
471 . fs/open.c
472 . include/linux/fs.h
473 . mm/filemap.c
474 * Fixed unused variables warning in arch/i386/kernel/emu.c.
475 * Updated IPsec patch to 20030802-1 (closes: #203008).
476 * Fixed incremental patch for 2.4.21-3.
477
478 -- Herbert Xu <herbert@debian.org> Sat, 2 Aug 2003 20:31:15 +1000
479
480 kernel-source-2.4.21 (2.4.21-3) unstable; urgency=low
481
482 * Use spinlock_t filler even with gcc 2.96 in include/linux/spinlock.h.
483 * Made CONFIG_IDEDISK_STROKE a runtime option (Joerg Platte,
484 closes: #200366):
485 . include/linux/ide.h
486 . drivers/ide/ide.c
487 . drivers/ide/ide-disk.c
488 * Work around broken Olympus cameras (RedHat, closes: #201114).
489 * Added nolapic option on i386 (closes: #201865):
490 . Documentation/kernel-parameters.txt
491 . arch/i386/kernel/apic.c
492 * AGP update - new intel, add nvidia (Alan Cox, closes: #196209):
493 . drivers/char/agp/agp.h
494 . drivers/char/agp/agpgart_be.c
495 . include/linux/agp_backend.h
496 . include/linux/pci_ids.h
497 * Fixed a bunch of warnings (closes: #196836).
498 . Cope with exit status 2 from md5sum in drivers/isdn/hisax/cert.c.
499 . Fixed printk format in fs/fat/file.c.
500 . Fixed macro redefinition warning in fs/nfs/nfs3proc.c.
501 . Fixed constant overflow warning in fs/nfs/nfs3xdr.c.
502 * Fixed multiline string literals (closes: #198651):
503 . drivers/scai/aic7xxx/aicasm/aicasm.c
504 . drivers/scai/aic7xxx/aicasm/aicasm_symbol.c
505 * Updated IPsec patch to 20030720-1.
506 * Fixed binutils test in scripts/ver_linux (closes: #202142).
507
508 -- Herbert Xu <herbert@debian.org> Sun, 20 Jul 2003 11:41:23 +1000
509
510 kernel-source-2.4.21 (2.4.21-2) unstable; urgency=low
511
512 * Added forward declaration for struct net_device in include/linux/skbuff.h.
513 * Restored mdio_sem that replaced rtnl_lock in drivers/net/8139too.c.
514 * Fixed impossible eid comparison in drivers/sound/cs46xx.c (Russell Coker).
515 * Replaced elif with else if in crypto/Config.in (closes: #198870).
516 * Fixed CMedia mixer initialisation bug in drivers/sound/ac97_codec.c
517 (ac, closes: #198847).
518 * Do not perform initial PCI scan until ide-probe-mod is loaded:
519 . include/linux/ide.h
520 . drivers/ide/ide.c
521 . drivers/ide/ide-probe.c
522 . drivers/ide/setup-pci.c
523 * Update gendisk devfs handler in lvrename in drivers/md/lvm.c
524 (closes: #189650).
525 * Applied 486 emulation patch (Willy Tarreau):
526 . Documentation/Configure.help
527 . arch/i386/config.in
528 . arch/i386/kernel/Makefile
529 . arch/i386/kernel/emu.c
530 . arch/i386/kernel/entry.S
531 * Moved debian patch into version-specific directory (closes: #199370).
532 * Updated IPsec patch:
533 . Use davme's 2.4 tree (closes: #199329, #199366).
534 * Removed bogus devfs references in Documentation/initrd.txt (Nikolaus Rath,
535 closes: #199619).
536 * Fixed merging error in arch/alpha/kernel/core_cia.c (closes: #199877).
537
538 -- Herbert Xu <herbert@debian.org> Fri, 4 Jul 2003 21:12:04 +1000
539
540 kernel-source-2.4.21 (2.4.21-1) unstable; urgency=low
541
542 * New upstream release (closes: #173329, #175032, #192026).
543 * Applied IDE modularisation patch (ac):
544 . drivers/ide/Makefile
545 . drivers/ide/ide.c
546 . drivers/ide/ide-default.c
547 . drivers/ide/ide-pnp.c
548 . drivers/ide/legacy/pdc4030.c
549 . drivers/ide/pci/cmd640.c
550 . include/linux/ide.h
551 * Use old IDE module names in drivers/ide/Makefile.
552 * Fixed IDE modularisation in drivers/ide/Config.in.
553 * Cope with namespace polluters in drivers/net/e1000/e1000_osdep.h.
554 * Added inclusion of linux/stddef.h due to NULL in linux/timer.h.
555 * Added inclusion of linux/socket.h due to sa_family_t in linux/in.h.
556 * Export symbols for ide-probe-mod:
557 . drivers/ide/ide.c
558 . drivers/ide/ide-io.c
559 * Fixed unload crash in drivers/ide/ide-proc.c.
560 * Enable hw_resend_irq if io_apic is on (ac):
561 . include/asm-i386/hw_irq.h
562 . arch/i386/kernel/io_apic.c
563 * Fixed mp_bus_id_to_pci_bus init in arch/i386/kernel/mpparse.c.
564 * Fixed IDE PCI proc entries for modules in drivers/ide/ide-proc.c.
565 * Merged Linux 2.5 IPsec stack backport.
566 * Moved ip6_route_me_harder exportation from net/netsyms.c to
567 net/ipv6/ipv6_syms.c.
568 * Added kernel-patch-debian and kernel-tree packages.
569 * Include linux/socket.h in include/linux/netlink.h (2.5).
570 * Include linux/skbuff.h for skb_put in include/linux/netlink.h.
571 * Include linux/spinlock.h for spinlock_t in include/linux/interrupt.h.
572 * Include linux/netdevice.h for MAX_ADDR_LEN in include/net/neighbour.h.
573 * Include linux/interrupt.h for tasklet_struct in include/net/neighbour.h.
574 * Added foreward declaration for struct neighbour in include/net/neighbour.h.
575 * Include linux/spinlock.h for rwlock_t in include/net/ip6_fib.h.
576 * Include net/sock.h for struct sock in include/net/ip6_route.h.
577 * Include linux/types.h for __u32 in include/linux/watchdog.h.
578 * Added CONFIG_ALPHA_LEGACY_NR_IRQS option for MILO users:
579 . Documentation/Configure.help
580 . arch/alpha/config.in
581 . arch/alpha/kernel/Makefile
582 . include/asm-alpha/irq.h
583
584 -- Herbert Xu <herbert@debian.org> Sat, 14 Jun 2003 21:16:17 +1000
585
586 kernel-source-2.4.20 (2.4.20-8) unstable; urgency=low
587
588 * Fixed mxcsr security hole in arch/i386/kernel/i387.c (2.5.70).
589 * Fixed TIOCCONS and writing to /dev/console (2.4.21rc7):
590 . drivers/char/tty_io.c
591 . include/linux/tty.h
592 * Fixed hashing exploits in fragment processing (2.4.21rc7).
593 * Fixed slot_tablelen type in drivers/ide/ide-cd.h.
594 * Use static inline in net/core/rtnetlink.c (closes: #194196).
595 * Fixed multiline string literals:
596 . drivers/scsi/aic7xxx/aic7xxx_osm.c
597 . driver/net/tokenring/olympic.c
598 . driver/net/wan/sdla_chdlc.c
599 . fs/reiserfs/super.c
600 . arch/i386/math-emu/poly.h
601 * Setup two 1G mappings if cia_rev == 1 in arch/alpha/kernel/core_cia.c
602 (closes: #195135).
603 * Added bswap explanation to README.Debian.
604 * Fixed some CPP pasting in drivers/atm/ambassador.c (David S. Miller).
605 * Fixed cpp abuse in drivers/net/irda/ma600.c.
606 * Fixed assembly specification in drivers/net/wan/sbni.c.
607 * Fixed InitStruct member types in drivers/sound/cs46xx.c.
608 * Use include/asm-ppc/unistd.h from 2.4.21-rc7 (closes: #194435).
609 * Fixed nr_sects types in include/linux/mtd/nftl.h.
610 * Fixed typos in drivers/net/fealnx.c.
611
612 -- Herbert Xu <herbert@debian.org> Sat, 7 Jun 2003 19:49:21 +1000
613
614 kernel-source-2.4.20 (2.4.20-7) unstable; urgency=low
615
616 * Removed kernel_thread prototype from arch/sparc64/kernel/sparc64_ksyms.c
617 (Eric de Beaumont, closes: #187341).
618 * Fixed arcnet/packet socket crash (closes: #187980):
619 . include/linux/arcdevices.h
620 . drivers/net/arcnet/*
621 * Check mm in is_dumpable in include/linux/sched.h (closes: #189103).
622 * Fixed size of default_port in drivers/net/via-rhine.c (closes: #192259).
623 * Fixed TSS I/O bitmap initialisation in arch/i386/kernel/ioport.c.
624 * Fixed hashing exploits in network stack (David S. Miller).
625 * Fixed ptrace fix (2.4.21rc, closes: #188092, #191783).
626 * Applied ext3-scheduling-storm patch to fs/jbd/transaction.c (Andrew Morton).
627 * Applied synx_fs-fix-2 patch (Andrew Morton, closes: #186136):
628 . fs/super.c
629 . Documentation/filesystems/Locking
630 * Fixed CIA rev 1 DMA window limitations (2.4.21rc, closes: #187055):
631 . arch/alpha/kernel/core_cia.c
632 . include/asm-alpha/core_cia.h
633 * Paper over X server bug in drivers/char/drm/i810_dma.c (closes: #187962).
634 * Fixed ISDN channel bonding crash (2.4.21rc, closes: #192459):
635 . drivers/isdn/isdn_net.c
636 . drivers/isdn/isdn_ppp.c
637 * Made binfmt_misc unloadable again (closes: #155570).
638 * Use seq interface for /proc/modules (closes: #193365):
639 . fs/proc/proc_misc.c
640 . kernel/module.c
641
642 -- Herbert Xu <herbert@debian.org> Sun, 18 May 2003 17:56:06 +1000
643
644 kernel-source-2.4.20 (2.4.20-6) unstable; urgency=low
645
646 * Documented mem= change in README.Debian.
647 * Fixed printk warnings in init/do_mounts.c.
648 * Fixed printk warnings in fs/fat/file.c (closes: #178355).
649 * Commented out non-TeX heading in Documentation/smp.tex (Daniel van Eeden,
650 closes: #174554).
651 * Fixed dupliate detection problem in drivers/net/tokenring/ibmtr.c
652 (closes: #178874).
653 * Close old_fd and root_fd in init/do_mounts.c (Brian May, closes: #180934).
654 * Ignore errors from tw_setfeature in drivers/scsi/3w-xxxx.c
655 (closes: #181581).
656 * Changed all occurances of infobox+sleep to msgbox in scripts/Menuconfig
657 (closes: #181640).
658 * Use rq->special instead of rq->buffer in drivers/scsi/ide-scsi.c
659 (closes: #180125).
660 * Fixed precedence bug in drivers/sound/trident.c (John Levon).
661 * Documented AMD 768 erratum (closes: #177139).
662 * Fixed initialisation error handling in drivers/block/cciss.c.
663 * Fixed initialisation error handling in drivers/block/cpqarray.c.
664 * Fixed ptrace security hole (closes: #185375).
665 * Work around broken Toshiba keyboards (2.4.21pre, closes: #121335).
666 * Fixed sock address length check (2.4.21pre, closes: #171983).
667
668 -- Herbert Xu <herbert@debian.org> Sat, 22 Mar 2003 10:05:53 +1100
669
670 kernel-source-2.4.20 (2.4.20-5) unstable; urgency=high
671
672 * Fixed ethernet packet padding information leak (2.4ac, see #176178):
673 . via-rhine
674 * Added sk_padto function (closes: #176487).
675
676 -- Herbert Xu <herbert@debian.org> Mon, 13 Jan 2003 19:17:48 +1100
677
678 kernel-source-2.4.20 (2.4.20-4) unstable; urgency=high
679
680 * Added missing printk newlines in net/sched/sch_htb.c
681 (Alexandra N. Kossovsky, closes: #174152).
682 * Removed bogus VIA KT266 IO-APIC check. It is a useful warning.
683 * Removed bogus ip_conntrack_{ftp,irc} check.
684 * Fixed a typo in Documentation/sound/Introduction (Daniel van Eeden,
685 closes: #174944).
686 * Reverted CONFIG_VIDEO_VESA change (closes: #175614).
687 * Fixed ethernet packet padding information leak (2.4ac, see #176178):
688 . 3c501
689 . 3c505
690 . 3c507
691 . 3c523
692 . 3c527
693 . 7990
694 . 8139too
695 . 82596
696 . 8390
697 . a2065
698 . am79c961a
699 . ariadne
700 . at1700
701 . atarilance
702 . atp
703 . bagetlance
704 . de600
705 . de620
706 . declance
707 . depca
708 . eepro
709 . eexpress
710 . epic100
711 . eth16i
712 . fmv18x
713 . hp100
714 . lance
715 . lasi_82596
716 . lp486e
717 . ni5010
718 . ni52
719 . ni65
720 . axnet_cs
721 . fmvj18x_cs
722 . ray_cs
723 . xirc2ps_cs
724 . xircom_tulip_cb
725 . seeq8005
726 . sgiseeq
727 . sk_g16
728 . smc9194
729 . sun3_82586
730 . sun3lance
731 . wavelan
732 . yellowfin
733 . znet
734
735 -- Herbert Xu <herbert@debian.org> Sat, 11 Jan 2003 17:31:43 +1100
736
737 kernel-source-2.4.20 (2.4.20-3) unstable; urgency=low
738
739 * Fixed ext3 remount deadlock added in 2.4.20-2 (Andrew Morton).
740 * Fixed ext3 use-after-free bug (Andrew Morton).
741 * Fixed i845G AGP Gart initialisation (Michael Milligan, closes: #172724).
742 * Updated i810_audio driver (2.4.21pre1, closes: #172194).
743
744 -- Herbert Xu <herbert@debian.org> Sat, 21 Dec 2002 13:49:15 +1100
745
746 kernel-source-2.4.20 (2.4.20-2) unstable; urgency=low
747
748 * Include acpidrv.o in the kernel (Mario Holbe, closes: #168439).
749 * Removed CONFIG_INET_ECN_DISABLED option.
750 * Removed CONFIG_INET_ECN check in net/ipv4/tcp_diag.c.
751 * Fixed stxncpy on alpha (2.4.21pre).
752 * Fixed ext3 data=journal umount problem (2.4.21pre1, closes: #171632).
753 * Added dependency on MTD_CONCAT for sc520cdp (closes: #173045).
754
755 -- Herbert Xu <herbert@debian.org> Sun, 15 Dec 2002 14:53:05 +1100
756
757 kernel-source-2.4.20 (2.4.20-1) unstable; urgency=low
758
759 * New upstream release (closes: #164065, #164204, #165478, #166312, #168141,
760 #168190, #170962).
761 * Disable CONFIG_VIDEO_VESA unless VESA FB support is turned on.
762 * Mention Debian changes in kernel-source package description.
763 * Fixed a bug where ACPI is always compiled as a module (closes: #168439).
764 * CONFIG_VIDEO_SELECT is always on again.
765 * Modularised VESA FB.
766 * Added coreutils as an alternative to fileutils (closes: #170459).
767 * Replaced BUG() with printk() in fs/fat/file.c (closes: #168886).
768 * Fixed circular dependency in include/linux/netfilter_ipv4/ip_conntrack.h.
769 * Do not get seqno if we will not use it in fs/isofs/inode.c.
770 * Fixed HID name fix so that produce id is actually read.
771 * Added missing semicolons in drivers/scsi/aic7xxx/aicasm/aicasm_gram.y
772 (Michael Osamu Shiobara, closes: #165375).
773 * Made CONFIG_PARIDE_EPATC8 into a runtime option.
774 * Fixed double PCI unregistration in drivers/char/joystick/pcigame.c.
775 * Include linux/init.h in drivers/char/amd76x_pm.c.
776 * Include linux/init.h in drivers/scsi/cpqfcTSinit.c.
777
778 -- Herbert Xu <herbert@debian.org> Sat, 30 Nov 2002 16:39:30 +1100
779
780 kernel-source-2.4.19 (2.4.19-5) unstable; urgency=high
781
782 * Fixed i386 lcall DoS (Petr Vandrovec).
783
784 -- Herbert Xu <herbert@debian.org> Mon, 18 Nov 2002 21:22:02 +1100
785
786 kernel-source-2.4.19 (2.4.19-4) unstable; urgency=low
787
788 * Added missing headers in drivers/isdn/hisax/avma1_cs.c.
789 * Added missing headers in drivers/net/wan/comx-hw-munich.c.
790
791 -- Herbert Xu <herbert@debian.org> Wed, 16 Oct 2002 22:42:01 +1000
792
793 kernel-source-2.4.19 (2.4.19-3) unstable; urgency=low
794
795 * Fixed more ACPI module building problems.
796 * Fixed initialisation oops in drivers/scsi/aic7xxx/aic7770.c
797 (closes: #162347).
798 * Made CONFIG_VIDEO_SELECT conditional in drivers/video.
799
800 -- Herbert Xu <herbert@debian.org> Sun, 6 Oct 2002 16:33:04 +1000
801
802 kernel-source-2.4.19 (2.4.19-2) unstable; urgency=low
803
804 * Inlucde pagemap.h for unlock_page in drivers/char/drm/i810_dma.c
805 (closes: #144971).
806 * Set ?time to zero in fs/cramfs/inode.c.
807 * Allow ACPI to be compiled as a module.
808 * Fixed umsdos_solve_hlink oops in fs/umsdos/dir.c (closes: #159772).
809 * Honour ide?=dma in drivers/ide/via82cxxx.c (Arne Nordmark,
810 closes: #157925).
811 * Restored priority of invalidate messages in fs/buffer.c. The submitter of
812 #131419 did a badblocks -f.
813 * Wait before flushing in drivers/char/drm/mga_dma.c (ac, closes: #161100).
814 * Applied SCSI Media Changer patch (closes: #144850).
815 * Applied Big Physical Area Reservation patch (closes: #144849).
816 * Removed period check for executables in fs/isofs/inode.c (closes: #162190).
817
818 -- Herbert Xu <herbert@debian.org> Sat, 28 Sep 2002 16:53:27 +1000
819
820 kernel-source-2.4.19 (2.4.19-1) unstable; urgency=low
821
822 * New upstream release (closes: #139617, #146349).
823 * ip_nat_{ftp,irc} cannot be m if ip_conntrack_{ftp,irc} is y, respectively
824 (closes: #142532).
825 * Removed volume checks in fs/isofs/inode.c (closes: #138384).
826 * Removed gsem from drivers/usb/pegasus.c.
827 * Always call complete after unlinking an urb in drivers/usb/usb-ohci.c.
828 * Set hardsect size to 512 in drivers/scsi/sr.c (closes: #154510).
829 * Removed non-free firmware and disabled their drivers (closes: #150052):
830 . SMC Token Ring
831 . ACENIC
832 . DGRS
833 . DABUSB
834 * Lowed invalidate messages to priority DEBUG in fs/buffer.c
835 (closes: #131349).
836
837 -- Herbert Xu <herbert@debian.org> Wed, 7 Aug 2002 21:12:03 +1000
838
839 kernel-source-2.4.18 (2.4.18-5) unstable; urgency=low
840
841 * Corrected AdvWriteDWordLramNoSwap in drivers/scsi/advansys.c
842 (Jerome L. Quinn, closes: #128080).
843 * Added check for VIA KT266 IO-APIC, version == 2 (closes: #136163).
844 * Updated pegasus driver (2.4.19pre6).
845 * Added ATARAID device names to main.c (Eduard Bloch, closes: #139604).
846 * Updated uhci driver (Johannes Erdfelt, closes: #135785).
847 * Translate slashes in broken Acorn ISO9660 file systems (Darren Salt,
848 closes: #141660).
849 * Added newline to printk in drivers/sound/i810_audio.c
850 (handler-case@gmx.net, closes: #142214).
851 * Updated parport driver (2.4.19pre6).
852
853 -- Herbert Xu <herbert@debian.org> Sat, 13 Apr 2002 22:07:22 +1000
854
855 kernel-source-2.4.18 (2.4.18-4) unstable; urgency=high
856
857 * Fixed remaining double free in
858 drivers/net/zlib.c
859 fs/jffs2/zlib.c
860
861 -- Herbert Xu <herbert@debian.org> Wed, 20 Mar 2002 20:02:18 +1100
862
863 kernel-source-2.4.18 (2.4.18-3) unstable; urgency=high
864
865 * Fixed double free in
866 drivers/net/zlib.c
867 fs/jffs2/zlib.c
868
869 -- Herbert Xu <herbert@debian.org> Wed, 13 Mar 2002 20:24:09 +1100
870
871 kernel-source-2.4.18 (2.4.18-2) unstable; urgency=low
872
873 * Removed -g from driviers/atm/Makefile.
874 * Added missing personality patch to fs/binfmt_elf.c.
875 * Export est_cycle_freq (needed for removing CONFIG_FT_ALPHA_CLOCK).
876 * Extern inline -> static inline in
877 drivers/char/specialx.c
878 drivers/net/hamradio/soundmodem
879 * Added asm/io.h for in*/out* to
880 drivers/isdn/hisax/hisax_fcpcipnp.c
881 drivers/net/wan/farsync.c
882
883 -- Herbert Xu <herbert@debian.org> Wed, 6 Mar 2002 19:53:30 +1100
884
885 kernel-source-2.4.18 (2.4.18-1) unstable; urgency=low
886
887 * New upstream release (closes: #126391, #135156).
888 * Reverted tulip BMCR_FULLDPLX patch.
889 * Moved mkcramfs to the cramfs source package.
890 * CONFIG_SERIAL_ACPI now depends on CONFIG_SERIAL == y (closes: #132038).
891 * Fixed negative inodes in /proc/net (Arnaud Giersch, closes: #134704).
892 * pcnet32_purge_tx_ring may be called from IRQ context (Darren Salt,
893 closes: #134930).
894 * Check old_bbpnt in drivers/scsi/sr.c (2.5).
895 * Removed CONFIG_FT_ALPHA_CLOCK.
896 * Fixed the use of return values from mem*_io in drivers/isdn/sc.
897 * Added missing headers in drivers/pcmcia/i82092.c.
898 * Fixed compile error in drivers/scsi/dpt_i2o.c on alpha.
899
900 -- Herbert Xu <herbert@debian.org> Thu, 28 Feb 2002 19:40:29 +1100
901
902 kernel-source-2.4.17 (2.4.17-1) unstable; urgency=low
903
904 * New upstream release (closes: #122168, #123471).
905 * Only set startup to 0 for 21143 (rev 65) in tulip.
906 * Don't clear BMCR_FULLDPLX bit in tulip_find_mii as it breaks some cards
907 (closes: #100624).
908 * Fixed atyfb compilation problem (Tobias Ringstrom).
909 * Removed obsolete vfat patch.
910 * Fixed double cache allocation in mount_devfs_fs.
911
912 -- Herbert Xu <herbert@debian.org> Sat, 22 Dec 2001 13:41:46 +1100
913
914 kernel-source-2.4.16 (2.4.16-1) unstable; urgency=low
915
916 * New upstream release.
917
918 -- Herbert Xu <herbert@debian.org> Wed, 28 Nov 2001 07:30:44 +1100
919
920 kernel-source-2.4.15 (2.4.15-1) unstable; urgency=low
921
922 * New upstream release.
923
924 -- Herbert Xu <herbert@debian.org> Sat, 24 Nov 2001 13:34:51 +1100
925
926 kernel-source-2.4.14 (2.4.14-1) unstable; urgency=low
927
928 * New upstream release (closes: #117368, #118111).
929 * Made mkcramfs more verbose about write errors.
930 * Fixed compilation problem in loopback driver.
931 * Fixed compilation problem in ps2esdi.c.
932 * Fixed compilation problem in i2c-core.c.
933
934 -- Herbert Xu <herbert@debian.org> Fri, 9 Nov 2001 20:15:49 +1100
935
936 kernel-source-2.4.13 (2.4.13-1) unstable; urgency=low
937
938 * New upstream release.
939 * Updated kernel-source suggests (closes: #115716).
940 * Added support for nm256xl+ (Mattia Monga, closes: #116378).
941 * Fixed comment about epochs in arch/alpha/kernel/time.c.
942 * Fixed symlink size bug on tmpfs.
943 * Fixed handling of HIDs with product strings bug no manufacturer.
944 * Work around tmpfs symlink size bug in mkcramfs.
945
946 -- Herbert Xu <herbert@debian.org> Sat, 27 Oct 2001 17:39:07 +1000
947
948 kernel-source-2.4.12 (2.4.12-1) unstable; urgency=low
949
950 * New upstream release.
951 * Fixed typo in debian/rules (closes: #114065).
952 * Fixed ECN compilation problem (closes: #114192).
953 * Fixed typo in Documentation/sound/OPL3-SA
954 (Marius Gedminas, closes: #114760).
955 * Fixed typo in drivers/parport/ieee1284_ops.c (Tim Waugh).
956 * Don't kill page cache entries in set_blocksize.
957
958 -- Herbert Xu <herbert@debian.org> Sat, 13 Oct 2001 11:41:03 +1000
959
960 kernel-source-2.4.10 (2.4.10-1) unstable; urgency=low
961
962 * New upstream release.
963 * Added support for EPAT C7/C8 chips.
964 * Fixed dead lock on shutdown in 8139too (closes: #107779).
965 * Removed const from drivers/net/irda/smc-ircc.c
966 (Keith Owens, closes: #110193).
967 * Allow ECN to be compiled in but disabled.
968 * Removed non-free Keyspan firmware. We're no longer pristine.
969 * Fixed list_del bug in usb-uhci (ac patches).
970 * Fixed apm argument processing (ac patches).
971 * Added ioctl defines for cpq (ac patches).
972 * Included linux/init.h in drivers/net/aironet4500_card.c.
973
974 -- Herbert Xu <herbert@debian.org> Sat, 29 Sep 2001 16:05:20 +1000
975
976 kernel-source-2.4.9 (2.4.9-1) unstable; urgency=low
977
978 * New upstream release (closes: #63393).
979 * Fixed highmem CramFS bug (closes: #108893).
980 * Added missing include in fs/ntfs/unistr.c.
981 * Reverted startup==1 patch from drivers/net/tulip/21142.c.
982 * Fixed obsolete use of min: drivers/net/rrunner.c.
983 * Exported snprintf/vsnprintf (ac patches).
984
985 -- Herbert Xu <herbert@debian.org> Sat, 18 Aug 2001 21:23:07 +1000
986
987 kernel-source-2.4.8 (2.4.8-1) unstable; urgency=low
988
989 * New upstream release.
990 * Menuconfig now exits with 1 if screen is too small (closes: #106510).
991 * Applied NFS client seekdir patch (closes: #63063, #107045).
992 * Build-depend on kernel-package >= 7.48 (closes: #107545).
993 * Applied emu10k fixes (ac patches).
994 * Fixed ldm macros (ac patches).
995
996 -- Herbert Xu <herbert@debian.org> Sun, 12 Aug 2001 09:04:44 +1000
997
998 kernel-source-2.4.7 (2.4.7-1) unstable; urgency=low
999
1000 * New upstream release (closes: #97516, #104141, #104267).
1001 * Applied ReiserFS umount patch (closes: #100740).
1002 * Applied DAC960 completion patch (Jens Axboe).
1003 * Restricted CONFIG_FB_PVR2 to SH (ac patches).
1004
1005 -- Herbert Xu <herbert@debian.org> Sun, 22 Jul 2001 11:52:29 +1000
1006
1007 kernel-source-2.4.6 (2.4.6-1) unstable; urgency=low
1008
1009 * New upstream release (closes: #102864).
1010 * Fixed pegasus_set_multicast lockup.
1011 * Reverted sysinfo patch.
1012
1013 -- Herbert Xu <herbert@debian.org> Thu, 5 Jul 2001 19:24:12 +1000
1014
1015 kernel-source-2.4.5 (2.4.5-1) unstable; urgency=low
1016
1017 * New upstream release (closes: #78761, #96443).
1018 * Fixed set_blocksize() on RAMDISKs.
1019 * Removed flavour patch from Makefile as it is now obsolete.
1020 * Fixed typo in drivers/usb/ov511.c (ac patches).
1021 * Fixed race in fs/super.c (Alexander Viro).
1022
1023 -- Herbert Xu <herbert@debian.org> Sun, 27 May 2001 10:25:42 +1000
1024
1025 kernel-source-2.4.4 (2.4.4-2) unstable; urgency=low
1026
1027 * Hacked ide_xlate_1024 to work when IDE is modularised (closes: #94853).
1028 * Fixed typo in pci2220i.c (ac patches).
1029 * Treat files that begin with FD_FILL_BYTE correctly in vfat
1030 (closes: #75413).
1031
1032 -- Herbert Xu <herbert@debian.org> Sun, 13 May 2001 09:33:09 +1000
1033
1034 kernel-source-2.4.4 (2.4.4-1) unstable; urgency=low
1035
1036 * New upstream release.
1037 * Fixed a typo in Documentation/sound/OPL3-SA (Carlos Valdivia Yagüe,
1038 closes: #95255).
1039
1040 -- Herbert Xu <herbert@debian.org> Sun, 29 Apr 2001 10:32:51 +1000
1041
1042 kernel-source-2.4.3 (2.4.3-4) unstable; urgency=low
1043
1044 * ip_conntrack_ftp fix (netfilter, closes: #94216).
1045
1046 -- Herbert Xu <herbert@debian.org> Sun, 22 Apr 2001 11:15:02 +1000
1047
1048 kernel-source-2.4.3 (2.4.3-3) unstable; urgency=low
1049
1050 * Added missing SIEMENS PCI ID (ac patches).
1051 * Exported proc_get_inode (ac patches).
1052
1053 -- Herbert Xu <herbert@debian.org> Mon, 16 Apr 2001 08:42:17 +1000
1054
1055 kernel-source-2.4.3 (2.4.3-2) unstable; urgency=low
1056
1057 * Correct devfs path name in scsi-generic.txt (closes: #93405).
1058 * Fixed negative padding in struct sysinfo.
1059
1060 -- Herbert Xu <herbert@debian.org> Fri, 13 Apr 2001 19:42:42 +1000
1061
1062 kernel-source-2.4.3 (2.4.3-1) unstable; urgency=low
1063
1064 * New upstream release.
1065
1066 -- Herbert Xu <herbert@debian.org> Sun, 8 Apr 2001 16:50:40 +1000
1067
1068 kernel-source-2.4.2 (2.4.2-3) unstable; urgency=low
1069
1070 * Added build-time dependency on libz-dev (closes: #89722).
1071 * Compilation fixes in 6pack.c and genhd.h (closes: #90646).
1072
1073 -- Herbert Xu <herbert@debian.org> Fri, 23 Mar 2001 20:30:03 +1100
1074
1075 kernel-source-2.4.2 (2.4.2-2) unstable; urgency=low
1076
1077 * Added initrd support for cramfs.
1078 * Fixed bug that prevented initrd from being freed (ac patches).
1079 * Fixed a typo in Documentation/sound/VIBRA16 (Carlos Valdivia,
1080 closes: #88018).
1081 * Removed misleading securetty note in devfs README files (closes: #89148).
1082
1083 -- Herbert Xu <herbert@debian.org> Sun, 11 Mar 2001 08:56:27 +1100
1084
1085 kernel-source-2.4.2 (2.4.2-1) unstable; urgency=low
1086
1087 * New upstream release.
1088 * Created mkcramfs package.
1089 * Accomodate option change in binutils (closes: #87009).
1090 * Applied loopback patch by Jens Axobe.
1091
1092 -- Herbert Xu <herbert@debian.org> Fri, 23 Feb 2001 20:19:31 +1100
1093
1094 kernel-source-2.4.1 (2.4.1-3) unstable; urgency=low
1095
1096 * Applied tmpfs patch by Christoph Rohland.
1097 * Fixed incorrect conditional check in struct sysinfo (closes: #85603).
1098
1099 -- Herbert Xu <herbert@debian.org> Sun, 11 Feb 2001 21:08:05 +1100
1100
1101 kernel-source-2.4.1 (2.4.1-2) unstable; urgency=low
1102
1103 * Fixed the struct sysinfo warning properly (closes: #84234).
1104
1105 -- Herbert Xu <herbert@debian.org> Sat, 10 Feb 2001 23:10:44 +1100
1106
1107 kernel-source-2.4.1 (2.4.1-1) unstable; urgency=low
1108
1109 * New upstream release.
1110 * Added support for flavours to Makefile.
1111 * Only include asm/bitops.h if __KERNEL__ is defined in linux/fs.h
1112 (closes: #84238).
1113 * Added padding to struct sysinfo so that it's identical to 2.2 (#84234).
1114 * Fixed typos in asm/socket.h (closes: #39168).
1115 * Updated IrDA URL in asm/termios.h (closes: #42222).
1116
1117 -- Herbert Xu <herbert@debian.org> Sun, 4 Feb 2001 10:11:47 +1100
1118
1119 kernel-source-2.4.0 (2.4.0-1) unstable; urgency=low
1120
1121 * New upstream release (closes: #71874, #79490).
1122 * Added missing build-time dependencies (closes: #81728).
1123
1124 -- Herbert Xu <herbert@debian.org> Tue, 16 Jan 2001 11:14:16 +1100
1125
1126 kernel-source-2.4.0-test11 (2.4.0-test11-1) unstable; urgency=low
1127
1128 * New upstream release.
1129
1130 -- Herbert Xu <herbert@debian.org> Sat, 9 Dec 2000 11:34:37 +1100
1131
1132 kernel-source-2.4.0-test5 (2.4.0-test5-1) unstable; urgency=low
1133
1134 * New upstream release.
1135
1136 -- Herbert Xu <herbert@debian.org> Sat, 29 Jul 2000 17:55:37 +1000
1137
1138 kernel-source-2.4.0-test4 (2.4.0-test4-1) unstable; urgency=low
1139
1140 * New upstream release.
1141
1142 -- Herbert Xu <herbert@debian.org> Wed, 19 Jul 2000 18:37:17 +1000
1143
1144 kernel-source-2.4.0-test3 (2.4.0-test3-1) unstable; urgency=low
1145
1146 * New upstream release.
1147
1148 -- Herbert Xu <herbert@debian.org> Wed, 12 Jul 2000 09:49:57 +1000
1149
1150 kernel-source-2.4.0-test2 (2.4.0-test2-1) unstable; urgency=low
1151
1152 * New upstream release.
1153
1154 -- Herbert Xu <herbert@debian.org> Mon, 10 Jul 2000 19:24:59 +1000
1155
1156 kernel-source-2.2.17 (2.2.17pre6-1) frozen unstable; urgency=low
1157
1158 * New upstream release.
1159
1160 -- Herbert Xu <herbert@debian.org> Sat, 24 Jun 2000 21:53:40 +1000
1161
1162 kernel-source-2.2.16 (2.2.16-1) frozen unstable; urgency=high
1163
1164 * New upstream release (closes: #65745).
1165
1166 -- Herbert Xu <herbert@debian.org> Sun, 18 Jun 2000 12:42:37 +1000
1167
1168 kernel-source-2.2.15 (1:2.2.15-3) frozen unstable; urgency=low
1169
1170 * Bring capabilities closer to POSIX spec (Andrew Morgan)
1171 | Note. This subtly changes cap_bset behaviour.
1172
1173 -- Herbert Xu <herbert@debian.org> Thu, 1 Jun 2000 09:32:11 +1000
1174
1175 kernel-source-2.2.15 (1:2.2.15-2) frozen unstable; urgency=low
1176
1177 * AIC7XXX 5.1.29 (closes: #63946).
1178
1179 -- Herbert Xu <herbert@debian.org> Sat, 13 May 2000 09:29:50 +1000
1180
1181 kernel-source-2.2.15 (1:2.2.15-1) frozen unstable; urgency=low
1182
1183 * New upstream release (closes: #63675).
1184 * Built with kernel-package 7.04.potato.1 (closes: #63290).
1185
1186 -- Herbert Xu <herbert@debian.org> Tue, 9 May 2000 12:54:09 +1000
1187
1188 kernel-source-2.2.15pre19 (2.2.15pre19-2) frozen unstable; urgency=low
1189
1190 * New upstream release (pre20).
1191
1192 -- Herbert Xu <herbert@debian.org> Tue, 25 Apr 2000 15:31:03 +1000
1193
1194 kernel-source-2.2.15pre19 (2.2.15pre19-1) frozen unstable; urgency=low
1195
1196 * New upstream release (closes: #55383).
1197 * Applied patch from Chris Evans.
1198 * Applied patch from David Miller.
1199
1200 -- Herbert Xu <herbert@debian.org> Fri, 21 Apr 2000 12:15:30 +1000
1201
1202 kernel-source-2.2.14 (2.2.14-5) frozen unstable; urgency=low
1203
1204 * Delete my copy of the control file before calling make-kpkg
1205 (closes: #62269).
1206
1207 -- Herbert Xu <herbert@debian.org> Thu, 13 Apr 2000 08:33:18 +1000
1208
1209 kernel-source-2.2.14 (2.2.14-4) frozen unstable; urgency=medium
1210
1211 * Applied patch from Alexey Kuznetsov that fixes the AF_UNIX socket crash
1212 (closes: #61335).
1213 * Rebuilt with new kernel-package (closes: #61261).
1214
1215 -- Herbert Xu <herbert@debian.org> Fri, 31 Mar 2000 14:12:43 +1000
1216
1217 kernel-source-2.2.14 (2.2.14-3) frozen unstable; urgency=low
1218
1219 * Rebuilt with new kernel-package (closes: #60001).
1220 * Included a patch from Eric Delaunay <delaunay@lix.polytechnique.fr> that
1221 fixes a couple of argument parsing bugs in main.c (closes: #58566).
1222
1223 -- Herbert Xu <herbert@debian.org> Thu, 23 Mar 2000 19:05:11 +1100
1224
1225 kernel-source-2.2.14 (2.2.14-2) unstable; urgency=low
1226
1227 * Fixed incorrect assembly code for i386.
1228
1229 -- Herbert Xu <herbert@debian.org> Sun, 16 Jan 2000 12:36:59 +1100
1230
1231 kernel-source-2.2.14 (2.2.14-1) unstable; urgency=low
1232
1233 * New upstream release.
1234 * Fixed a typo in aha152x.c (closes: #12636).
1235
1236 -- Herbert Xu <herbert@debian.org> Thu, 13 Jan 2000 12:09:06 +1100
1237
1238 kernel-source-2.2.13 (2.2.13-2) unstable; urgency=low
1239
1240 * Updated version number in README.Debian (closes: #49033).
1241 * Removed kernel-image as it will be generated by the kernel-image source
1242 package.
1243
1244 -- Herbert Xu <herbert@debian.org> Fri, 19 Nov 1999 19:41:45 +1100
1245
1246 kernel-source-2.2.13 (2.2.13-1) unstable; urgency=low
1247
1248 * New upstream release.
1249 * Enabled ServeRAID (closes: #47653).
1250
1251 -- Herbert Xu <herbert@debian.org> Sun, 24 Oct 1999 14:22:49 +1000
1252
1253 kernel-source-2.2.12 (2.2.12-4) unstable; urgency=low
1254
1255 * Fixed a typo in tgafb.c.
1256 * Added CONFIG_APM_DISABLE_BY_DEFAULT.
1257 * Call make-kpkg to clean up (closes: #45603).
1258
1259 -- Herbert Xu <herbert@debian.org> Thu, 14 Oct 1999 09:06:57 +1000
1260
1261 kernel-source-2.2.12 (2.2.12-3) unstable; urgency=low
1262
1263 * Compiled with stacks aligned on dwords.
1264 * Enabled serial consoles (closes: #46152).
1265
1266 -- Herbert Xu <herbert@debian.org> Tue, 28 Sep 1999 17:39:34 +1000
1267
1268 kernel-source-2.2.12 (2.2.12-2) unstable; urgency=low
1269
1270 * Rewrote the kmod patch to only bail out when the other side is our parent.
1271 * Use the VFS patch rather than the autofs patch.
1272 * Enabled Joliet extensions (fixes #42006).
1273 * Enabled APM (fixes #42258).
1274
1275 -- Herbert Xu <herbert@debian.org> Sat, 11 Sep 1999 23:51:00 +1000
1276
1277 kernel-source-2.2.12 (2.2.12-1) unstable; urgency=low
1278
1279 * New upstream release (fixes #43865).
1280 * Fixed an nlink update problem in nfs.
1281 * New rules file from Hartmut Koptein.
1282 * Fixed an overflow bug in the stallion driver.
1283 * Fixed an autofs deadlock.
1284 * Don't load a module that we're already trying to load (Chris Butler) (fixes
1285 #39910).
1286
1287 -- Herbert Xu <herbert@debian.org> Wed, 1 Sep 1999 09:12:15 +1000
1288
1289 kernel-source-2.2.10 (2.2.10-1) unstable; urgency=low
1290
1291 * New upsream release.
1292 * Moved default.config to new kernel-patch for i386.
1293
1294 -- Herbert Xu <herbert@debian.org> Tue, 15 Jun 1999 21:59:48 +1000
1295
1296 kernel-source-2.2.9 (2.2.9-2) unstable; urgency=high
1297
1298 * Fixed a network DoS attack.
1299
1300 -- Herbert Xu <herbert@debian.org> Fri, 4 Jun 1999 21:06:28 +1000
1301
1302 kernel-source-2.2.9 (2.2.9-1) unstable; urgency=low
1303
1304 * New upstream relesae.
1305
1306 -- Herbert Xu <herbert@debian.org> Tue, 18 May 1999 10:20:08 +1000
1307
1308 kernel-source-2.2.7 (2.2.7-1) unstable; urgency=low
1309
1310 * New upstream release.
1311
1312 -- Herbert Xu <herbert@debian.org> Fri, 7 May 1999 22:19:56 +1000
1313
1314 kernel-source-2.2.5 (1:2.2.5-1) unstable; urgency=low
1315
1316 * New upstream release.
1317
1318 -- Herbert Xu <herbert@debian.org> Fri, 16 Apr 1999 13:56:45 +1000
1319
1320 kernel-source-2.0.36 (2.0.36-3) frozen unstable; urgency=low
1321
1322 * Upgraded AIC7XXX to 5.1.11 which should make some owners of Adaptec cards
1323 able to install Debian.
1324
1325 -- Herbert Xu <herbert@debian.org> Sun, 21 Feb 1999 14:56:42 +1100
1326
1327 kernel-source-2.0.36 (2.0.36-2) frozen unstable; urgency=low
1328
1329 * Applied ISDN patch from Paul Slootman that enables idle timeouts in the
1330 manual dialmode and allows callback syncPPP connections to be made
1331 (fixes #31516).
1332 * Enlarged kernel message buffer so that all messages are caught by klogd.
1333 * Included module for TLAN based network cards (fixes #31623).
1334 * Include EtherExpressPro and FMV0181/182/183/184 as modules.
1335
1336 -- Herbert Xu <herbert@debian.org> Sat, 16 Jan 1999 16:39:01 +1100
1337
1338 kernel-source-2.0.36 (2.0.36-1) unstable; urgency=low
1339
1340 * New upstream release.
1341 * Enabled ETH16I.
1342
1343 -- Herbert Xu <herbert@debian.org> Sat, 28 Nov 1998 17:40:21 +1100
1344
1345 kernel-source-2.0.35 (2.0.35-3) frozen; urgency=low
1346
1347 * Upgraded to aic7xxx 5.1.4 (fixes #29480, #27859, #28946).
1348
1349 -- Herbert Xu <herbert@debian.org> Sun, 22 Nov 1998 15:41:44 +1100
1350
1351 kernel-source-2.0.35 (2.0.35-2) unstable; urgency=low
1352
1353 * Upgraded to aic7xxx 5.1.0.
1354 * Removed spurious definition in 3c523.c (fixes #25370).
1355 * Built with kernel-package 5.11 (fixes #25623).
1356 * Enabled autofs (fixes #22338, #27860).
1357
1358 -- Herbert Xu <herbert@debian.org> Sat, 24 Oct 1998 17:32:06 +1000
1359
1360 kernel-source-2.0.35 (2.0.35-1) unstable; urgency=low
1361
1362 * New upstream release.
1363
1364 -- Herbert Xu <herbert@debian.org> Sun, 19 Jul 1998 08:59:44 +1000
1365
1366 kernel-source-2.0.34 (2.0.34-4) frozen unstable; urgency=high
1367
1368 * Updated to aic7xxx 5.0.19 (fixes #24252).
1369
1370 -- Herbert Xu <herbert@debian.org> Wed, 8 Jul 1998 20:06:08 +1000
1371
1372 kernel-source-2.0.34 (2.0.34-3) frozen unstable; urgency=high
1373
1374 * Reversed euid test in fs/fcntl.c.
1375
1376 -- Herbert Xu <herbert@debian.org> Tue, 30 Jun 1998 16:27:49 +1000
1377
1378 kernel-source-2.0.34 (2.0.34-2) frozen unstable; urgency=low
1379
1380 * Upload to hamm as well.
1381
1382 -- Herbert Xu <herbert@debian.org> Sun, 21 Jun 1998 16:48:13 +1000
1383
1384 kernel-source-2.0.34 (2.0.34-1) unstable; urgency=low
1385
1386 * New upstream release (fixes #17651, #18788, #21231, #22330).
1387
1388 -- Herbert Xu <herbert@debian.org> Sun, 7 Jun 1998 12:29:27 +1000
1389
1390 kernel-source-2.0.33 (2.0.33-9) frozen unstable; urgency=low
1391
1392 * Disabled certain MCA NIC drivers (fixes #22254).
1393
1394 -- Herbert Xu <herbert@debian.org> Sun, 10 May 1998 15:59:32 +1000
1395
1396 kernel-source-2.0.33 (2.0.33-8) frozen unstable; urgency=low
1397
1398 * Disabled experimental drivers.
1399 * Reapplied joliet patch (fixes #19160, #21537).
1400 * Built with kernel-package 4.07 (fixes #21229).
1401 * Replaced NO_PCI with !CONFIG_PCI in 3c59x.c (fixes #21916).
1402
1403 -- Herbert Xu <herbert@debian.org> Fri, 1 May 1998 18:29:03 +1000
1404
1405 kernel-source-2.0.33 (2.0.33-7) frozen unstable; urgency=high
1406
1407 * Applied IP fragmentation patch from Alan Cox.
1408
1409 -- Herbert Xu <herbert@debian.org> Sat, 18 Apr 1998 12:57:56 +1000
1410
1411 kernel-source-2.0.33 (2.0.33-6) frozen unstable; urgency=low
1412
1413 * Disabled scc since we don't support ax25 by default (fixes #20307).
1414
1415 -- Herbert Xu <herbert@debian.org> Wed, 1 Apr 1998 19:21:05 +1000
1416
1417 kernel-source-2.0.33 (2.0.33-5) unstable; urgency=low
1418
1419 * Turned rst cookies off.
1420
1421 -- Herbert Xu <herbert@debian.org> Wed, 18 Mar 1998 20:41:27 +1100
1422
1423 kernel-source-2.0.33 (2.0.33-4) unstable; urgency=low
1424
1425 * Applied patch from Paul Slootman (fixes #18787).
1426
1427 -- Herbert Xu <herbert@debian.org> Fri, 6 Mar 1998 11:30:44 +1100
1428
1429 kernel-source-2.0.33 (2.0.33-3) stable unstable; urgency=low
1430
1431 * Built with new kernel-package (3.61).
1432 * Added support for fat32 (fixes #14042).
1433
1434 -- Herbert Xu <herbert@debian.org> Fri, 20 Feb 1998 16:33:40 +1100
1435
1436 kernel-source-2.0.33 (2.0.33-2) stable unstable; urgency=low
1437
1438 * built with new kernel-package (3.57)
1439
1440 -- Herbert Xu <herbert@debian.org> Mon, 16 Feb 1998 08:59:11 +1100
1441
1442 kernel-source-2.0.33 (2.0.33-1) stable unstable; urgency=high
1443
1444 * New upstream release (fixes #15736).
1445
1446 -- Herbert Xu <herbert@debian.org> Sat, 7 Feb 1998 15:06:57 +1100
1447
1448 kernel-source-2.0.32 (2.0.32-3) stable unstable; urgency=low
1449
1450 * Built with new kernel-package (3.49).
1451
1452 -- Herbert Xu <herbert@debian.org> Mon, 15 Dec 1997 12:22:45 +1100
1453
1454 kernel-source-2.0.32 (2.0.32-2) stable unstable; urgency=low
1455
1456 * Removed teles driver which was accidentally left in.
1457 * Applied patch from Andreas Jaeger.
1458 * Built with new kernel-package (3.48) for use by libc6.
1459
1460 -- Herbert Xu <herbert@debian.org> Sun, 14 Dec 1997 09:29:26 +1100
1461
1462 kernel-source-2.0.32 (2.0.32-1) unstable; urgency=low
1463
1464 * New upstream release.
1465 * Pristine source.
1466 * Bugs fixed (#6132, #6133, #8647, #11823, #13705).
1467
1468 -- Herbert Xu <herbert@debian.org> Sun, 23 Nov 1997 18:34:38 +1100
1469
1470 kernel-source-2.0.29 (1:2.0.29-10) unstable; urgency=low
1471
1472 * NCR53C8XX driver updates.
1473 * Installed 3c59x 0.46C (#10902).
1474 * Modified scc.c to compile with libc6 (#14367).
1475
1476 -- Herbert Xu <herbert@debian.org> Mon, 17 Nov 1997 20:46:57 +1100
1477
1478 kernel-source-2.0.29 (1:2.0.29-9) unstable; urgency=low
1479
1480 * Slight mod to pci.c to ignore bridges that the kernel can't handle (#11865).
1481 * Removed sound module support.
1482
1483 -- Herbert Xu <herbert@debian.org> Fri, 3 Oct 1997 11:17:02 +1000
1484
1485 kernel-source-2.0.29 (1:2.0.29-8) unstable; urgency=low
1486
1487 * Used epoch numbers to deal with old kernel-source releases.
1488 * Enabled support for NCPFS.
1489 * Added sound support.
1490 * Enabled IP firewalls, forwarding, and aliasing.
1491 * Applied ne2000 patch from Paul Gortmaker.
1492
1493 -- Herbert Xu <herbert@debian.org> Fri, 4 Jul 1997 22:01:16 +1000
1494
1495 kernel-source-2.0.29 (2.0.29-7) frozen unstable; urgency=high
1496
1497 * Applied security patch from Alan Cox.
1498 * Applied patch from Andreas Jellinghaus.
1499
1500 -- Herbert Xu <herbert@debian.org> Sat, 31 May 1997 11:59:56 +1000
1501
1502 kernel-source-2.0.29 (2.0.29-6) frozen unstable; urgency=medium
1503
1504 * Merged Debian changes from 2.0.30.
1505
1506 -- Herbert Xu <herbert@debian.org> Sun, 25 May 1997 22:26:30 +1000
1507

  ViewVC Help
Powered by ViewVC 1.1.5