/[kernel]/trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog
ViewVC logotype

Contents of /trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.5