kernel-image-2.6.8-i386 (2.6.8-17sarge1) oldstable-security; urgency=high

  * Rebuild against kernel-tree-2.6.8-17sarge1
    * compat_sys_mount-NULL-data_page.dpatch
      [SECURITY] Fix oops in compat_sys_mount triggered by NULL data_page
      See CVE-2006-7203
    * pppoe-socket-release-mem-leak.dpatch
      [SECURITY] fix unpriveleged memory leak when a PPPoE socket is released
      after connect but before PPPIOCGCHAN ioctl is called upon it
      See CVE-2007-2525
    * dn_fib-out-of-bounds.dpatch, ipv4-fib_props-out-of-bounds.dpatch
      [SECURITY] Fix out of bounds condition in dn_fib_props[]
      See CVE-2007-2172
    * aacraid-ioctl-perm-check.dpatch
      [SECURITY] Require admin capabilities to issue ioctls to aacraid devices
      See CVE-2007-4308
    * reset-pdeathsig-on-suid.dpatch
      [SECURITY] Fix potential privilege escalation caused by improper
      clearing of the child process' pdeath signal.
      See CVE-2007-3848
    * bluetooth-l2cap-hci-info-leaks.dpatch
      [SECURITY] Fix information leaks in setsockopt() implementations
      See CVE-2007-1353
    * coredump-only-to-same-uid.dpatch
      [SECURITY] Fix an issue where core dumping over a file that
      already exists retains the ownership of the original file
      See CVE-2007-6206
    * i4l-isdn_ioctl-mem-overrun.dpatch
      [SECURITY] Fix potential isdn ioctl memory overrun
      See CVE-2007-6151
    * cramfs-check-block-length.dpatch
      [SECURITY] Add a sanity check of the block length in cramfs_readpage to
      avoid a potential oops condition
      See CVE-2006-5823
    * ext2-skip-pages-past-num-blocks.dpatch
      [SECURITY] Add some sanity checking for a corrupted i_size in
      ext2_find_entry()
      See CVE-2006-6054
    * minixfs-printk-hang.dpatch
      [SECURITY] Rate-limit printks caused by accessing a corrupted minixfs
      filesystem that would otherwise cause a system to hang (printk storm)
      See CVE-2006-6058
    * isdn-net-overflow.dpatch
      [SECURITY] Fix potential overflows in the ISDN subsystem
      See CVE-2007-6063
    * prevent-stack-growth-into-hugetlb-region.dpatch
      [SECURITY] Prevent OOPS during stack expansion when the VMA crosses
      into address space reserved for hugetlb pages.
      See CVE-2007-3739
    * cifs-honor-umask.dpatch
      [SECURITY] Make CIFS honor a process' umask
      See CVE-2007-3740
    * hugetlb-prio_tree-unit-fix.dpatch
      [SECURITY] Fix misconversion of hugetlb_vmtruncate_list to prio_tree
      which could be used to trigger a BUG_ON() call in exit_mmap.
      See CVE-2007-4133
    * amd64-zero-extend-32bit-ptrace.dpatch
      [SECURITY] Zero extend all registers after ptrace in 32-bit entry path.
      See CVE-2007-4573
    * usb-pwc-disconnect-block.dpatch
      [SECURITY] Fix issue with unplugging webcams that use the pwc driver.
      If userspace still has the device open it can result, the driver would
      wait for the device to close, blocking the USB subsystem.
      See CVE-2007-5093
    * powerpc-chrp-null-deref.dpatch
      [SECURITY][powerpc] Fix NULL pointer dereference if get_property
      fails on the subarchitecture
      See CVE-2007-6694
    * random-bound-check-ordering.dpatch
      [SECURITY] Fix stack-based buffer overflow in the random number
      generator
      See CVE-2007-3105
    * mmap-VM_DONTEXPAND.dpatch
      [SECURITY] Add VM_DONTEXPAND to vm_flags in drivers that register
      a fault handler but do not bounds check the offset argument
      See CVE-2008-0007

 -- dann frazier <dannf@debian.org>  Tue, 19 Feb 2008 20:34:23 -0700

kernel-image-2.6.8-i386 (2.6.8-17) oldstable; urgency=high

  * Rebuild against kernel-tree-2.6.8-17
    [ Simon Horman ]
    * drivers-net-via-rhine-wol-oops.dpatch (removed):
      This patch breaks the via-rhine driver and 2.6.8 and is
      completely bogus for this version of the kernel
      (closes: #311357)

    * drivers-media-vidio-bttv-vc100xp-detect.dpatch
      Allow Leadtek WinFast VC100 XP cards to work.

    * fs-jbd-checkpoint-assertion.dpatch
      Fix possible false assertion failure in log_do_checkpoint(). We might fail
      to detect that we actually made a progress when cleaning up the checkpoint
      lists if we don't retry after writing something to disk.

    * mm-rmap-out-of-bounds-pte.dpatch
      Stop try_to_unmap_cluster() passing out-of-bounds pte to pte_unmap()

    * net-ipv4-netfilter-ip_queue-deadlock.dpatch
      Fix deadlock with ip_queue and tcp local input path.

    * asm-i386-mem-clobber.dpatch:
      Make sure gcc doesn't reorder memory accesses in strncmp and friends on
      i386.

    * drivers-acpi-pci_irq-elcr.dpatch:
      Make sure we call acpi_register_gsi() even for default PCI interrupt
      assignment. That's the part that keeps track of the ELCR register, and we
      want to make sure that the PCI interrupts are properly marked level/low.

    [ dann frazier ]
    * Merge in applicable fixes from 2.6.12.4
       - netfilter-deadlock-ip6_queue.dpatch
       - rocket_c-fix-ldisc-ref-count.dpatch
       - early-vlan-fix.dpatch

    [ Simon Horman ]
    * drivers-sata-promise-sataii_tx2_tx4.dpatch
      Add SATAII TX2 and TX2/TX4 support to sata promise driver
      (Closes: #317286)

    * module-per-cpu-alignment-fix.dpatch
      Module per-cpu alignment cannot always be met
      From 2.6.12.5

    * genelink-usbnet-skb-typo.dpatch
      fix gl_skb/skb type error in genelink driver in usbnet
      Backported From 2.6.12.6

    * drivers-ide-ppp-pmac-build.dpatch
      Make sure BLK_DEV_IDEDMA_PCI is defined for pmac ide driver builds
      (closes: #321442)

    * fs-ext3-nfs-parent-fix.dpatch
      ext3 file systems mounted over nfs may lookup .. in dx directories
      causing an oops.
      (closes: #323557)

    * sparc-request_irq-in-RTC-fix.dpatch
      Use SA_SHIRQ in sparc specific code.
      From 2.6.13.1

    * forcedeth-init-link-settings-in-nv_open.patch
      forcedeth: Initialize link settings in every nv_open()
      From 2.6.13.2

    * fix-MPOL_F_VERIFY.patch
      Fix MPOL_F_VERIFY
      From 2.6.13.2

    * fix-more-byte-to-dword-writes-to-PCI_ROM_ADDRESS-config-word.patch
      Fix up more strange byte writes to the PCI_ROM_ADDRESS config word
      From 2.6.13.2

    * yenta-oops-fix.patch
      yenta oops fix
      From 2.6.13.3

    * fix-de_thread-BUG_ON.patch
      Fix fs/exec.c:788 (de_thread()) BUG_ON
      From 2.6.13.3

    * ipv6-fix-per-socket-multicast-filtering.patch
      fix IPv6 per-socket multicast filtering in exact-match case
      From 2.6.13.3

    * ipvs-ip_vs_ftp-breaks-connections.patch
      ipvs: ip_vs_ftp breaks connections using persistence
      From 2.6.13.3

    * ieee1394-sbp2-fixes-for-hot-unplug-and-module-unloading.dpatch
      ieee1394/sbp2: fixes for hot-unplug and module unloading
      From 2.6.13.4

    * fix-sparc64-fpu-register-corruption.dpatch
      [SPARC64]: Fix userland FPU state corruption.
      From 2.6.13.4

    [ dann frazier ]
    * drivers-block-raw-ioctl2.dpatch, drivers-block-ioctl-enotty.dpatch:
      Fix a bug in the block layer that causes a bootloader installation
      error under certain conditions - breaks installation on cciss devices.
      (closes: #354493)
    * Fix data corruption with dm-crypt over RAID5 (closes: #336153)
    * Fix VLAN support for 3c59x/90x series hardware (closes: #349774)
    * Fix erroneous calculation of 'len' parameter to NLMSG_PUT resulting in
      bogus 'error during NLMSG_PUT' messages (closes: #372621)
    * hp-diva-rmp3.dpatch, hp-diva-hurricane.dpatch:
      Add PCI IDs for newer Diva console ports

 -- dann frazier <dannf@debian.org>  Sat, 26 May 2007 03:59:02 -0600

kernel-image-2.6.8-i386 (2.6.8-16sarge7) oldstable-security; urgency=high

  * Rebuild against kernel-tree-2.6.8-16sarge7 which requires
    an ABI increment:
    * [ERRATA] smbfs-honor-mount-opts-2.dpatch
      Fix some regressions with respect to file types (e.g., symlinks)
      introduced by the fix for CVE-2006-5871 in 2.6.8-16sarge6
    * mincore_hang.dpatch
      [SECURITY] Fix a potential deadlock in mincore, thanks to Marcel
      Holtmann for the patch.
      See CVE-2006-4814
    * mincore-fixes.dpatch
      This patch includes a few fixes, necessary for mincore_hang.dpatch to
      apply cleanly.
    * dev_queue_xmit-error-path.dpatch
      [SECURITY] Correct an error path in dev_queue_xmit() to rebalance
      local_bh_enable() calls. Patch from Vasily Averin.
      See CVE-2006-6535
    * dvb-core-handle-0-length-ule-sndu.dpatch
      [SECURITY] Avoid sending invalid ULE packets which may not properly
      handled by the receiving side triggering a crash. This is a backport
      of the patch that went into 2.6.17.y. It would be better to fix the
      receiving end, but no patch for the era kernel has been developed yet.
      See CVE-2006-4623
    * bluetooth-capi-size-checks.dpatch
      [SECURITY] Add additional length checks to avoid potential remote
      DoS attacks in the handling of CAPI messages in the bluetooth driver
      See CVE-2006-6106
    * __find_get_block_slow-race.dpatch
      [SECURITY] Fix infinite loop in __find_get_block_slow that can
      be triggered by mounting and accessing a malicious iso9660 or NTFS
      filesystem
      See CVE-2006-5757, CVE-2006-6060
    * listxattr-mem-corruption.dpatch
      [SECURITY] Fix userspace corruption vulnerability caused by
      incorrectly promoted return values in bad_inode_ops
      This patches changes the kernel ABI.
      See CVE-2006-5753
    * aio-fix-nr_pages-init.dpatch
      [SECURITY] Fix initialization of info->nr_pages in aio_setup_ring() to
      avoid a race that can lead to a system crash
      See CVE-2006-5754
    * unmap_hugepage_area-check-null-pte.dpatch
      [SECURITY] Fix a potential DoS (crash) in unmap_hugepage_area().
      No kernel-image builds appear to compile this code, so this fix is only
      for users that compile their own kernels with the Debian source and
      enable/use huge pages.
      See CVE-2005-4811
    * ext3-fsfuzz.dpatch
      [SECURITY] Fix a DoS vulnerability that can be triggered by a local
      user with the ability to mount a corrupted ext3 filesystem
      See CVE-2006-6053
    * hfs-no-root-inode.dpatch
      [SECURITY] Fix bug in HFS where hfs_fill_super returns success even
      if no root inode is found. On an SELinux-enabled system, this can
      be used to trigger a local DoS. Debian does not enable SELinux by
      default.
      See CVE-2006-6056
    * ipv6_fl_socklist-no-share.dpatch
      [SECURITY] Fix local DoS vulnerability caused by inadvertently sharing
      ipv6_fl_socklist between the listening socket and the socket created
      for connection.
      See CVE-2007-1592
    * core-dump-unreadable-PT_INTERP.dpatch
      [SECURITY] Fix a vulnerability that allows local users to read
      otherwise unreadable (but executable) files by triggering a core dump.
      See CVE-2007-0958
    * appletalk-length-mismatch.dpatch
      [SECURITY] Fix a remote DoS (crash) in appletalk
      Depends upon appletalk-endianness-annotations.dpatch
      See CVE-2007-1357

 -- dann frazier <dannf@debian.org>  Mon, 16 Apr 2007 15:49:36 -0700

kernel-image-2.6.8-i386 (2.6.8-16sarge6) stable-security; urgency=high

  * Build against kernel-tree-2.6.8-16sarge6:
    * perfmon-fd-refcnt.dpatch
      [SECURITY][ia64] Fix file descriptor leak in perfmonctl
      system call which could be used as a local denial of service attack
      by depleting the system of file descriptors
      See CVE-2006-3741
    * ia64-sparc-cross-region-mappings.dpatch
      [SECURITY] Prevent cross-region mappings on ia64 and sparc which
      could be used in a local DoS attack (system crash)
      See CVE-2006-4538
    * __block_prepare_write-recovery.dpatch
      [SECURITY] Fix an information leak in __block_prepare_write()
      See CVE-2006-4813
    * atm-clip-freed-skb-deref.dpatch
      [SECURITY] Avoid dereferencing an already freed skb, preventing a
      potential remote DoS (system crash) vector
      See CVE-2006-4997
    * ip6_flowlabel-lockup.dpatch
      [SECURITY] Fix local DoS attack vector (lockups, oopses) in the
      sequence handling for /proc/net/ip6_flowlabel
      See CVE-2006-5619
    * ppc-alignment-exception-table-check.dpatch
      [SECURITY][ppc] Avoid potential DoS which can be triggered by some
      futex ops
      See CVE-2006-5649
    * s390-uaccess-memleak.dpatch
      [SECURITY][s390] Fix memory leak in copy_from_user by clearing the
      remaining bytes of the kernel buffer after a fault on the userspace
      address in copy_from_user()
      See CVE-2006-5174
    * smbfs-honor-mount-opts.dpatch
      Honor uid, gid and mode mount options for smbfs even when unix extensions
      are enabled
      See CVE-2006-5871
    * bridge-get_fdb_entries-overflow.dpatch
      Protect against possible overflow in get_fdb_entries
      See CVE-2006-5751

 -- dann frazier <dannf@debian.org>  Tue,  5 Dec 2006 02:18:31 -0700

kernel-image-2.6.8-i386 (2.6.8-16sarge5) stable-security; urgency=high

  * Build against kernel-tree-2.6.8-16sarge5:
    * [ERRATA] madvise_remove-restrict.dpatch
      [SECURITY] The 2.6.8-16sarge3 changelog associated this patch with
      CVE-2006-1524. However, this patch fixes an mprotect issue that was
      split off from the original report into CVE-2006-2071. 2.6.8 is not
      vulnerable to CVE-2006-1524 the madvise_remove issue.
      See CVE-2006-2071
    * fs-ext3-bad-nfs-handle.dpatch
      [SECURITY] James McKenzie discovered a Denial of Service vulnerability
      in the NFS driver. When exporting an ext3 file system over NFS, a remote
      attacker could exploit this to trigger a file system panic by sending
      a specially crafted UDP packet.
      See CVE-2006-3468
    * direct-io-write-mem-leak.dpatch
      [SECURITY] Fix memory leak in O_DIRECT write.
      See CVE-2004-2660
    * nfs-handle-long-symlinks.dpatch
      [SECURITY] Fix buffer overflow in NFS readline handling that allows a
      remote server to cause a denial of service (crash) via a long symlink
      See CVE-2005-4798
    * cdrom-bad-cgc.buflen-assign.dpatch
      [SECURITY] Fix buffer overflow in dvd_read_bca which could potentially
      be used by a local user to trigger a buffer overflow via a specially
      crafted DVD, USB stick, or similar automatically mounted device.
      See CVE-2006-2935
    * usb-serial-ftdi_sio-dos.patch
      [SECURITY] fix userspace DoS in ftdi_sio driver
      See CVE-2006-2936
    * selinux-tracer-SID-fix.dpatch
      [SECURITY] Fix vulnerability in selinux_ptrace that prevents local
      users from changing the tracer SID to the SID of another process
      See CVE-2006-1052
    * netfilter-SO_ORIGINAL_DST-leak.dpatch
      [SECURITY] Fix information leak in SO_ORIGINAL_DST
      See CVE-2006-1343
    * sg-no-mmap-VM_IO.dpatch
      [SECURITY] Fix DoS vulnerability whereby a local user could attempt
      a dio/mmap and cause the sg driver to oops.
      See CVE-2006-1528
    * exit-bogus-bugon.dpatch
      [SECURITY] Remove bogus BUG() in exit.c which could be maliciously
      triggered by a local user
      See CVE-2006-1855
    * readv-writev-missing-lsm-check.dpatch,
      readv-writev-missing-lsm-check-compat.dpatch
      [SECURITY] Add missing file_permission callback in readv/writev syscalls
      See CVE-2006-1856
    * snmp-nat-mem-corruption-fix.dpatch
      [SECURITY] Fix memory corruption in snmp_trap_decode
      See CVE-2006-2444
    * kfree_skb-race.dpatch
      [SECURITY] Fix race between kfree_skb and __skb_unlink
      See CVE-2006-2446
    * hppa-mb-extraneous-semicolon.dpatch,
      sparc32-mb-extraneous-semicolons.dpatch,
      sparc64-mb-extraneous-semicolons.dpatch:
      Fix a syntax error caused by extranous semicolons in smp_mb() macros
      which resulted in a build failure with kfree_skb-race.dpatch
    * sctp-priv-elevation.dpatch
      [SECURITY] Fix SCTP privelege escalation
      See CVE-2006-3745
    * sctp-priv-elevation-2.dpatch
      [SECURITY] Fix local DoS resulting from sctp-priv-elevation.dpatch
      See CVE-2006-4535
    * ppc-hid0-dos.dpatch
      [SECURITY][ppc] Fix local DoS by clearing HID0 attention enable on
      PPC970 at boot time
      See CVE-2006-4093
    * udf-deadlock.dpatch
      [SECURITY] Fix possible UDF deadlock and memory corruption
      See CVE-2006-4145

 -- dann frazier <dannf@debian.org>  Mon,  4 Sep 2006 09:53:06 -0600

kernel-image-2.6.8-i386 (2.6.8-16sarge4) stable-security; urgency=high

  * Build against kernel-tree-2.6.8-16sarge4:
    * proc-environ-race-1.dpatch, proc-environ-race-2.dpatch
      [SECURITY] Fix local root vulnerability caused by a race in proc
      See CVE-2006-3626

 -- dann frazier <dannf@debian.org>  Sat, 15 Jul 2006 02:23:36 -0600

kernel-image-2.6.8-i386 (2.6.8-16sarge3) stable-security; urgency=high

  * Build against kernel-tree-2.6.8-16sarge3:
    * net-protocol-mod-refcounts-pre.dpatch, net-protocol-mod-refcounts.dpatch
      [SECURITY] Fix potential DoS (panic) cause by inconsistent reference
      counting in network protocol modules.
      See CVE-2005-3359
    * netfilter-do_replace-overflow.dpatch
      [SECURITY] Fix buffer overflow in netfilter do_replace which can could
      be triggered by users with CAP_NET_ADMIN rights.
      See CVE-2006-0038
    * sys_mbind-sanity-checking.dpatch
      [SECURITY] Make sure maxnodes is safe size before calculating nlongs in
      get_nodes() to prevent a local DoS vulnerability.
      See CVE-2006-0557
    * smbfs-chroot-escape.dpatch
      [SECURITY] Fix directory traversal vulnerability in smbfs that permits
      local users to escape chroot restrictions
      See CVE-2006-1864
    * perfmon-exit-race.dpatch
      [SECURITY][ia64] Fix local denial of service vulnerability (oops) in
      the ia64 perfmon subsystem
      See CVE-2006-0558
    * ia64-die_if_kernel-returns.dpatch
      [SECURITY][ia64] Fix a potential local DoS on ia64 systems caused by
      an incorrect 'noreturn' attribute on die_if_kernel()
      See CVE-2006-0742
    * smbfs-chroot-escape.dpatch
      [SECURITY] Fix directory traversal vulnerability in smbfs that permits
      local users to escape chroot restrictions
      See CVE-2006-1863
    * binfmt-bad-elf-entry-address.dpatch
      [SECURITY][amd64] Fix potential local DoS vulnerability in the binfmt_elf
      code on em64t processors
      See CVE-2006-0741
    * em64t-uncanonical-return-addr.dpatch
      [SECURITY][amd64] Fix local DoS vulnerability on em64t systems that
      arises when returning program control using SYSRET
      See CVE-2006-0744
    * sctp-discard-unexpected-in-closed.dpatch
      [SECURITY] Fix remote DoS in SCTP code by discarding unexpected chunks
      received in CLOSED state instead of calling BUG()
      See CVE-2006-2271
    * ipv4-id-no-increment.dpatch
      [SECURITY] Fix vulnerability that allows remote attackers to conduct an
      Idle Scan attack, bypassing intended protections against such attacks
      See CVE-2006-1242
    * usb-gadget-rndis-bufoverflow.dpatch
      [SECURITY] Fix buffer overflow in the USB Gadget RNDIS implementation that
      allows for a remote DoS attack (kmalloc'd memory corruption)
      See CVE-2006-1368
    * group_complete_signal-BUG_ON.dpatch
      [SECURITY] Fix improper use of BUG_ON in __group_complete_signal()
      See CVE-2006-1523
    * madvise_remove-restrict.dpatch
      [SECURITY] Fix vulnerability that allows local users to bypass IPC
      permissions and replace portions of read-only tmpfs files with zeroes.
      See CVE-2006-1524
    * mcast-ip-route-null-deref.dpatch
      [SECURITY] Fix local DoS vulnerability that allows local users to panic
      a system by requesting a route for a multicast IP
      See CVE-2006-1525
    * sctp-fragment-recurse.dpatch
      [SECURITY] Fix remote DoS vulnerability that can lead to infinite
      recursion when a packet containing two or more DATA fragments is received
      See CVE-2006-2274
    * sctp-fragmented-receive-fix.dpatch
      [SECURITY] Fix remote DoS vulnerability that allows IP fragmented
      COOKIE_ECHO and HEARTBEAT SCTP control chunks to cause a kernel panic
      See CVE-2006-2272
    * amd64-fp-reg-leak-dep[1-3].dpatch, amd64-fp-reg-leak.dpatch
      [SECURITY][amd64] Fix an information leak that allows a process to see
      a portion of the floating point state of other processes, possibly
      exposing sensitive information.
      See CVE-2006-1056
    * do_add_counters-race.dpatch
      [SECURITY] Fix race condition in the do_add_counters() function in
      netfilter that allows local users with CAP_NET_ADMIN capabilities to
      read kernel memory
      See CVE-2006-0039
    * s390-strnlen_user-return.dpatch
      [SECURITY][s390] Fix local DoS on s390 that may result from strnlen_user
      returning a value that is too large
      See CVE-2006-0456
    * xfs-ftruncate-leak.dpatch
      [SECURITY] Fix leak in the ftruncate call in the XFS filesystem that may
      permit local users to view sensitive information
      See CVE-2006-0554
    * nfs-another-O_DIRECT-fix.dpatch
      [SECURITY] Fix a potential local DoS vulnerability in the NFS O_DIRECT
      code
      See CVE-2006-0555
    * sctp-hb-ack-overflow.dpatch
      [SECURITY] Fix a remote buffer overflow that can result from a badly
      formatted HB-ACK chunk
      See CVE-2006-1857
    * sctp-param-bound-checks.dpatch
      [SECURITY] Fix a bound checking error (remote DoS) in the SCTP parameter
      checking code
      See CVE-2006-1858

 -- dann frazier <dannf@debian.org>  Sat, 20 May 2006 04:05:23 -0500

kernel-image-2.6.8-i386 (2.6.8-16sarge2) stable-security; urgency=high

  * Build against kernel-tree-2.6.8-16sarge2
  * Increment ABI to -3

 -- dann frazier <dannf@debian.org>  Wed,  1 Feb 2006 00:03:47 -0700

kernel-image-2.6.8-i386 (2.6.8-16sarge1) stable-security; urgency=high

  * Build against kernel-tree-2.6.8-16sarge1. (Simon Horman)

 -- Simon Horman <horms@debian.org>  Tue, 16 Aug 2005 20:25:54 +0900

kernel-image-2.6.8-i386 (2.6.8-16) unstable; urgency=low

  * Fix up AMD descriptions to include CPU name.
    Thanks to J. Grant. (Simon Horman)
  * Removed "for those who want the latest ..." from header
    package descriptons as this is what packages from
    kernel-latest-2.6-i386 do. (Simon Horman)
  * Build against kernel-tree-2.6.8-16. (Simon Horman)
  * Add myself as an uploader. (Simon Horman)

 -- Simon Horman <horms@debian.org>  Thu, 19 May 2005 16:52:19 +0900

kernel-image-2.6.8-i386 (2.6.8-15) unstable; urgency=high

  * Build against 2.6.8-15.

 -- Andres Salomon <dilinger@debian.org>  Tue, 22 Mar 2005 12:39:59 -0500

kernel-image-2.6.8-i386 (2.6.8-13) unstable; urgency=high

  * Enable CONFIG_EFI_PARTITION (Christoph Hellwig)
  * Build against 2.6.8-13.
  * Enable new Qlogic QLA 1020/1040 driver, backported from
    2.6.10 (Andres Salomon).
 
 -- Andres Salomon <dilinger@voxel.net>  Mon, 24 Jan 2005 02:11:43 -0500

kernel-image-2.6.8-i386 (2.6.8-12) unstable; urgency=high

  * Build against 2.6.8-12.

 -- Andres Salomon <dilinger@voxel.net>  Sat, 08 Jan 2005 07:32:42 -0500

kernel-image-2.6.8-i386 (2.6.8-11) unstable; urgency=high

  * Change Pentium IV/PIV to Pentium 4/P4
    (closes: #284138). (Simon Horman)
  * Bump SONAME (Andres Salomon).

 -- Andres Salomon <dilinger@voxel.net>  Tue, 28 Dec 2004 03:23:58 -0500

kernel-image-2.6.8-i386 (2.6.8-10) unstable; urgency=high

  * Build against 2.6.8-10, fixing an unresolved aic7xxx symbol.

 -- Joshua Kwan <joshk@triplehelix.org>  Wed, 24 Nov 2004 22:11:12 +0000

kernel-image-2.6.8-i386 (2.6.8-9) unstable; urgency=high

  * Build against 2.6.8-9.

 -- Andres Salomon <dilinger@voxel.net>  Sun, 21 Nov 2004 16:40:01 -0500

kernel-image-2.6.8-i386 (2.6.8-5) unstable; urgency=high

  * Build against 2.6.8-8.
  * Enable Zoran Video Devices
    The 36120/36125 was excluded as it fails to build
    (closes: #277202, #277112, #277110). (Simon Horman)
  * Enable SysRq (closes: #270297) (Andres Salomon).
  * Enable AV7110 OSD support (closes: #255018) (Andres Salomon).

 -- Andres Salomon <dilinger@voxel.net>  Thu, 11 Nov 2004 11:18:42 -0500

kernel-image-2.6.8-i386 (2.6.8-4) unstable; urgency=high

  * Build against 2.6.8-7.
  * Disable CONFIG_USB_STORAGE_RW_DETECT (closes: #268184).

 -- Andres Salomon <dilinger@voxel.net>  Thu, 07 Oct 2004 01:47:19 -0400

kernel-image-2.6.8-i386 (2.6.8-3) unstable; urgency=high

  * Build against 2.6.8-6 (Andres Salomon).
  * Migrate generic 2.6 packages out of this one (Joshua Kwan).

 -- Andres Salomon <dilinger@voxel.net>  Mon, 13 Sep 2004 22:48:33 -0400

kernel-image-2.6.8-i386 (2.6.8-2) unstable; urgency=high

  * Build against 2.6.8-5.
  * Enable CONFIG_BROKEN and CONFIG_SCSI_ADVANSYS, as it was marked broken
    in 2.6.8 (closes: #258082).
  * Fix typos in debian/control, patch from dann frazier <dannf@debian.org>
    (closes: #251551).
  * Disable various MTD drivers that bios flashing stuff (closes: #257631).
  * Disable CONFIG_IRQBALANCE, and recommend irqbalance for smp packages
    (closes: #251543).

 -- Andres Salomon <dilinger@voxel.net>  Sat, 28 Aug 2004 02:42:43 -0400

kernel-image-2.6.8-i386 (2.6.8-1) unstable; urgency=high

  * New upstream release.
  * Remove install-headers.out when cleaning.
  * Enable CONFIG_EISA_VLB_PRIMING in 386 config (closes: #250442).
  * Enable CONFIG_NCPFS_{STRONG,IOCTL_LOCKING,PACKET_SIGNING}
    (closes: #260653).

 -- Andres Salomon <dilinger@voxel.net>  Mon, 16 Aug 2004 02:08:50 -0400

kernel-image-2.6.7-i386 (2.6.7-2) unstable; urgency=low

  * Built against kernel-tree 2.6.7-3.

 -- Andres Salomon <dilinger@voxel.net>  Thu, 08 Jul 2004 05:00:15 -0400

kernel-image-2.6.7-i386 (2.6.7-1) unstable; urgency=low

  * New upstream release.
  * Disable software suspend.

 -- Andres Salomon <dilinger@voxel.net>  Thu, 24 Jun 2004 12:05:37 -0400

kernel-image-2.6.6-i386 (2.6.6-2) unstable; urgency=low

  * Fix i386 FPU bug.
  * Transfer maintainership to Debian kernel team.

 -- William Lee Irwin III <wli@debian.org>  Tue, 15 Jun 2004 11:42:37 -0700

kernel-image-2.6.6-i386 (2.6.6-1) unstable; urgency=low

  * New upstream release.
  * Updated kernel-kbuild dependency.
  * Install Module.symvers in kernel-headers packages.

 -- Herbert Xu <herbert@debian.org>  Wed, 12 May 2004 13:00:14 +1000

kernel-image-2.6.5-i386 (2.6.5-4) unstable; urgency=high

  * Built against kernel-tree 2.6.5-4.

 -- Herbert Xu <herbert@debian.org>  Fri, 30 Apr 2004 18:42:45 +1000

kernel-image-2.6.5-i386 (2.6.5-3) unstable; urgency=medium

  * Create .extraversion file (closes: #243946).
  * Get kernel-build package name from control (closes: #246095).
  * Built against kernel-tree 2.6.5-3.

 -- Herbert Xu <herbert@debian.org>  Tue, 27 Apr 2004 21:01:05 +1000

kernel-image-2.6.5-i386 (2.6.5-2) unstable; urgency=low

  * Enabled 8139TOO_PIO.
  * Depend on kernel-kbuild-2.6-2.
  * Built against kernel-tree 2.6.5-2.
  * Enabled SOFTWARE_SUSPEND.

 -- Herbert Xu <herbert@debian.org>  Fri, 23 Apr 2004 22:22:19 +1000

kernel-image-2.6.5-i386 (2.6.5-1) unstable; urgency=low

  * New upstream release.
  * Disabled PM_DISK (closes: #238260).
  * Load capability at boot (closes: #238512, #238573, #238652).
  * Added kernel-headers-2.6-* packages (closes: #239280).
  * Depend on initrd-tools 0.1.63 for ide-generic support.
  * Explain SMP in long description (closes: #241560).

 -- Herbert Xu <herbert@debian.org>  Tue,  6 Apr 2004 22:28:48 +1000

kernel-image-2.6.4-i386 (2.6.4-1) unstable; urgency=low

  * New upstream release.
  * Added vmlinux.syms to kernel-headers packages (closes: #232066).
  * Depend on new kernel-kbuild for vmlinux.syms support.
  * Build X86_MCE_NONFATAL as a module (closes: #235023).
  * Depend on lilo or grub (closes: #235983).
  * Suggest kernel-source as well as kernel-doc.
  * header-install: Call cpio with --preserve-modification-time.
  * Enabled SECURITY_CAPABILITIES and SECURITY_ROOTPLUG.

 -- Herbert Xu <herbert@debian.org>  Sat, 13 Mar 2004 17:32:04 +1100

kernel-image-2.6.3-i386 (2.6.3-2) unstable; urgency=low

  * Enabled PM_DISK (closes: #234431).
  * Depend on initrd-tools >= 0.1.59 (closes: #234192).

 -- Herbert Xu <herbert@debian.org>  Tue, 24 Feb 2004 20:16:29 +1100

kernel-image-2.6.3-i386 (2.6.3-1) unstable; urgency=low

  * New upstream release.

 -- Herbert Xu <herbert@debian.org>  Fri, 20 Feb 2004 22:12:46 +1100

kernel-image-2.6.2-i386 (2.6.2-3) unstable; urgency=high

  * Conflict against hotplug versions that load evbug (closes: #232680).
  * Built against kernel-tree 2.6.2-2.

 -- Herbert Xu <herbert@debian.org>  Wed, 18 Feb 2004 22:01:58 +1100

kernel-image-2.6.2-i386 (2.6.2-2) unstable; urgency=low

  * Reenabled INPUT_MOUSEDEV_PSAUX_ENABLE (closes: #232267, #232269).

 -- Herbert Xu <herbert@debian.org>  Thu, 12 Feb 2004 19:40:14 +1100

kernel-image-2.6.2-i386 (2.6.2-1) unstable; urgency=low

  * New upstream release.
  * Enabled PDC202XX_BURST and PDC202XX_FORCE (closes: #226788, #227107,
    #230890).
  * Enabled CONFIG_FB_MATROX as a module (closes: #228545).
  * Disabled MCA/EISA on 686*/k7* (Kristine Daniels, closes: #228908).
  * Disabled INPUT_MOUSEDEV_PSAUX_ENABLE (closes: #229796).
  * Get upstream version from debian/rules (closes: #229927).

 -- Herbert Xu <herbert@debian.org>  Sat,  7 Feb 2004 11:59:58 +1100

kernel-image-2.6.0-i386 (2.6.0-2) unstable; urgency=low

  * Set default RAM disk size to 8192M (closes: #226854, #226892, #226850,
    #226739, #226749, #226843, #226852).
  * Use kernel-tree package.
  * Built against kernel-tree 2.6.0-2.

 -- Herbert Xu <herbert@debian.org>  Sun, 11 Jan 2004 16:48:07 +1100

kernel-image-2.6.0-i386 (2.6.0-1) unstable; urgency=low

  * New upstream release.
  * Added flavours: 686, 686-smp, k7, k7-smp.

 -- Herbert Xu <herbert@debian.org>  Tue, 23 Dec 2003 17:38:35 +1100

kernel-image-2.6.0-test11-i386 (2.6.0-test11-1) unstable; urgency=low

  * New upstream release.
  * Added headers package for -386 flavour (closes: #220465).
  * Added files needed by kbuild to all headers packages.
  * Enabled NET_QOS and associated goodies (closes: #221409).

 -- Herbert Xu <herbert@debian.org>  Mon,  8 Dec 2003 20:48:22 +1100

kernel-image-2.6.0-test9-i386 (2.6.0-test9-1) unstable; urgency=low

  * New upstream release.
  * Added debnum target.

 -- Herbert Xu <herbert@debian.org>  Sun, 26 Oct 2003 16:39:14 +1100

kernel-image-2.6.0-test7-i386 (2.6.0-test7-1) unstable; urgency=low

  * New upstream release.

 -- Herbert Xu <herbert@debian.org>  Sun, 12 Oct 2003 10:13:23 +1000

kernel-image-2.6.0-test6-i386 (2.6.0-test6-2) unstable; urgency=low

  * Enabled OPROFILE as a module (closes: #211602).
  * Built against kernel-source 2.6.0-test6-2.

 -- Herbert Xu <herbert@debian.org>  Sat,  4 Oct 2003 13:38:29 +1000

kernel-image-2.6.0-test6-i386 (2.6.0-test6-1) unstable; urgency=low

  * New upstream release.
  * Removed suggestion of pcmcia modules package.
  * Enabled CPU_FREQ (closes: #208948).
  * Depend on new kernel-package which does make prepare.
  * Depend on initrd-tools 0.1.53 due to sysfs change in test3.

 -- Herbert Xu <herbert@debian.org>  Fri,  3 Oct 2003 19:48:36 +1000

kernel-image-2.6.0-test4-i386 (2.6.0-test4-3) unstable; urgency=low

  * Built against kernel-source 2.6.0-test4-3.

 -- Herbert Xu <herbert@debian.org>  Thu,  4 Sep 2003 21:10:28 +1000

kernel-image-2.6.0-test4-i386 (2.6.0-test4-2) unstable; urgency=low

  * Built against kernel-source 2.6.0-test4-2.

 -- Herbert Xu <herbert@debian.org>  Mon,  1 Sep 2003 21:30:59 +1000

kernel-image-2.6.0-test4-i386 (2.6.0-test4-1) unstable; urgency=low

  * Added make prepare for kernel-headers (closes: #206551).

 -- Herbert Xu <herbert@debian.org>  Sun, 31 Aug 2003 14:49:32 +1000

kernel-image-2.6.0-test2-i386 (2.6.0-test2-1) unstable; urgency=low

  * New upstream release.
  * Depend on initrd-tools 0.1.50 for sysfs probing.

 -- Herbert Xu <herbert@debian.org>  Sat,  2 Aug 2003 10:26:40 +1000

kernel-image-2.6.0-test1-i386 (2.6.0-test1-1) unstable; urgency=low

  * New upstream release.
  * Fold pcmcia modules back into main package.
  * Only provde one flavour until 2.6.0 is released.

 -- Herbert Xu <herbert@debian.org>  Wed, 16 Jul 2003 19:44:58 +1000

kernel-image-2.4.21-1-i386 (2.4.21-2) unstable; urgency=low

  * Source package name no longer changes with debnum.
  * Built against kernel-tree 2.4.21-2 (closes: #199117).
  * Get kernel-patch-debian from new location.
  * Enabled 486 emulation in 386 flavour.
  * Changed modules ABI.

 -- Herbert Xu <herbert@debian.org>  Fri,  4 Jul 2003 22:19:18 +1000

kernel-image-2.4.21-1-i386 (2.4.21-1) unstable; urgency=low

  * New upstream release.
  * Use kernel-tree instead of kernel-source.

 -- Herbert Xu <herbert@debian.org>  Sun, 15 Jun 2003 10:27:51 +1000

kernel-image-2.4.20-3-i386 (2.4.20-9) unstable; urgency=low

  * Enabled SOUND_GUS16 and SOUND_GUSMAX.
  * Built against kernel-source 2.4.20-8.
    . Fixed mxcsr security hole in arch/i386/kernel/i387.c.
    . Fixed TIOCCONS and writing to /dev/console.
    . Fixed hashing exploits in fragment processing.
  * First build using gcc 3.3.

 -- Herbert Xu <herbert@debian.org>  Sat,  7 Jun 2003 20:09:29 +1000

kernel-image-2.4.20-3-i386 (2.4.20-8) unstable; urgency=low

  * Enabled X86_TSC_DISABLE on all relevant flavours.
  * Added copyright file to kernel-build package.
  * Enabled CONFIG_NET_QOS and assorted goodies (closes: #186899).
  * Rebuilt against kernel-source-2.4.20-7:
   . Fixed TSS I/O bitmap initialisation in arch/i386/kernel/ioport.c.
   . Fixed hashing exploits in network stack.
   . Fixed ptrace fix.
  * Changed modules ABI.
  * First build using gcc 3.2.

 -- Herbert Xu <herbert@debian.org>  Sun, 18 May 2003 18:06:34 +1000

kernel-image-2.4.20-1-i386 (2.4.20-7) unstable; urgency=low

  * Fixed symlinks in flavoured kernel-headers packages.

 -- Herbert Xu <herbert@debian.org>  Tue, 25 Mar 2003 20:41:38 +1100

kernel-image-2.4.20-1-i386 (2.4.20-6) unstable; urgency=low

  * Moved INITRD modules to initrd from boot (closes: #183349).
  * Added support for additional revision number in kernel name.
  * Rebuilt against kernel-source-2.4.20-6.
   . Fixed ptrace security hole.
   . Changed modules ABI.
  * Resplit kernel-build into individual kernel-headers (closes: #180709).

 -- Herbert Xu <herbert@debian.org>  Sat, 22 Mar 2003 11:38:36 +1100

kernel-image-2.4.20-i386 (2.4.20-5) unstable; urgency=high

  * Rebuilt against kernel-source 2.4.20-5 (closes: #176488).

 -- Herbert Xu <herbert@debian.org>  Mon, 13 Jan 2003 20:35:13 +1100

kernel-image-2.4.20-i386 (2.4.20-4) unstable; urgency=high

  * Disabled CONFIG_INET_ECN again.
  * Rebuilt against kernel-source 2.4.20-4.
  * Fixed ethernet packet padding information leak (2.4ac, see #176178):
    . 3c501
    . 3c505
    . 3c507
    . 3c523
    . 3c527
    . 7990
    . 8139too
    . 82596
    . 8390
    . a2065
    . am79c961a
    . ariadne
    . at1700
    . atarilance
    . atp
    . bagetlance
    . de600
    . de620
    . declance
    . depca
    . eepro
    . eexpress
    . epic100
    . eth16i
    . fmv18x
    . hp100
    . lance
    . lasi_82596
    . lp486e
    . ni5010
    . ni52
    . ni65
    . axnet_cs
    . fmvj18x_cs
    . ray_cs
    . xirc2ps_cs
    . xircom_tulip_cb
    . seeq8005
    . sgiseeq
    . sk_g16
    . smc9194
    . sun3_82586
    . sun3lance
    . wavelan
    . yellowfin
    . znet

 -- Herbert Xu <herbert@debian.org>  Sat, 11 Jan 2003 18:02:41 +1100

kernel-image-2.4.20-i386 (2.4.20-3) unstable; urgency=low

  * Rebuilt against kernel-source 2.4.20-3.

 -- Herbert Xu <herbert@debian.org>  Sat, 21 Dec 2002 14:26:38 +1100

kernel-image-2.4.20-i386 (2.4.20-2) unstable; urgency=low

  * Get linux/version.h from the build directories (closes: #171919).

 -- Herbert Xu <herbert@debian.org>  Sat,  7 Dec 2002 14:15:07 +1100

kernel-image-2.4.20-i386 (2.4.20-1) unstable; urgency=low

  * New upstream release.
  * Reenabled CONFIG_VIDEO_SELECT since CONFIG_VIDEO_VESA is now conditional
    (closes: #165405).
  * Moved udebs to standalone source package.
  * Enabled CONFIG_HOTPLUG_PCI_ACPI.
  * Enabled CONFIG_VESA_FB as a module (closes: #104101).
  * Depend on initrd-tools 0.1.34 so that VESA FB can be loaded correctly.
  * Added coreutils as an alternative to fileutils.
  * Disabled EPATC8 by default (closes: #166986).
  * Disabled CONFIG_NET_SCH_INGRESS (closes: #167732).
  * Consolidated flavoured kernel header packages into one.

 -- Herbert Xu <herbert@debian.org>  Sat, 30 Nov 2002 19:59:25 +1100

kernel-image-2.4.19-i386 (2.4.19-4) unstable; urgency=high

  * Moved udebs to standalone source package.
  * Fixed i386 lcall DoS (Petr Vandrovec).

 -- Herbert Xu <herbert@debian.org>  Mon, 18 Nov 2002 21:43:45 +1100

kernel-image-2.4.19-i386 (2.4.19-3) unstable; urgency=low

  * Added pcnet32 to nic-modules-extra.
  * Depend on modutils 2.4.19 due to new binutils (closes: #163011).
  * Turned CONFIG_VIDEO_SELECT off.

 -- Herbert Xu <herbert@debian.org>  Sun,  6 Oct 2002 17:18:33 +1000

kernel-image-2.4.19-i386 (2.4.19-2) unstable; urgency=low

  * Built against kernel-source 2.4.19-2.
  * Added kernel-image-2.4-* packages.
  * Enabled CONFIG_ACPI as a module (closes: #159253).
  * Enabled HIGHMEM4G on 686, 686-smp and k7 (closes: #143575, #161124).
  * Enabled CONFIG_IDEDMA_PCI_AUTO.
  * Added k7-smp flavour (closes: #141743).
  * Added floppy-modules udeb (closes: #156570).
  * Enabled CONFIG_AIC7XXX_PROBE_EISA_VL.

 -- Herbert Xu <herbert@debian.org>  Sat, 28 Sep 2002 17:50:52 +1000

kernel-image-2.4.19-i386 (2.4.19-1) unstable; urgency=low

  * New upstream release.
  * Call dh_installdocs for kernel-pcmcia-modules (closes: #144953).
  * Enabled sunhme (closes: #150813).
  * Updated dependency versioned on initrd-tools since 2.4.19 broke modprobe
    inside the initrd.

 -- Herbert Xu <herbert@debian.org>  Thu,  8 Aug 2002 20:07:30 +1000

kernel-image-2.4.18-i386 (2.4.18-5) unstable; urgency=low

  * Built against kernel-source 2.4.18-5.
  * Added replaces header for kernel-pcmcia-modules (closes: #140719).
  * Enabled MTD devices (closes: #139316).

 -- Herbert Xu <herbert@debian.org>  Sun, 14 Apr 2002 10:06:38 +1000

kernel-image-2.4.18-i386 (2.4.18-4) unstable; urgency=high

  * Built against kernel-source 2.4.18-4.

 -- Herbert Xu <herbert@debian.org>  Wed, 20 Mar 2002 20:10:26 +1100

kernel-image-2.4.18-i386 (2.4.18-3) unstable; urgency=high

  * Build 4.1 DRM modules instead of 4.0 ones (closes: #138382).

 -- Herbert Xu <herbert@debian.org>  Fri, 15 Mar 2002 19:45:22 +1100

kernel-image-2.4.18-i386 (2.4.18-2) unstable; urgency=high

  * Built against kernel-source 2.4.18-3.
  * Added dependency on modutils-* to kernel-image-udeb (closes: #136743).
  * Per request from PCMCIA maintainer:
   . Moved PCMCIA modules back again.
   . Split PCMCIA modules into their own packages.

 -- Herbert Xu <herbert@debian.org>  Wed, 13 Mar 2002 21:34:25 +1100

kernel-image-2.4.18-i386 (2.4.18-1) unstable; urgency=low

  * New upstream release.
  * Built with kernel-package 7.80 (closes: #128665).
  * Added note about Pentium IV in -686* packages (closes: #134213).
  * Disabled ACORN_PARTITION_POWERTEC as it's too aggresive (closes: #129373).
  * Moved PCMCIA modules to kernel-pcmcia-$(version) (closes: #128662).

 -- Herbert Xu <herbert@debian.org>  Thu, 28 Feb 2002 21:52:37 +1100

kernel-image-2.4.17-i386 (2.4.17-1) unstable; urgency=low

  * New upstream release.
  * Removed 586 flavour due to lack of interest.
  * Fixed typos in control file (Alexey Mahotkin, Matt Zimmerman,
    closes: #124828).
  * Built with kernel-package 7.75 (closes: 121960).
  * Enabled ATM support (closes: #126130).

 -- Herbert Xu <herbert@debian.org>  Sat, 22 Dec 2001 16:03:32 +1100

kernel-image-2.4.16-i386 (2.4.16-1) unstable; urgency=low

  * New upstream release.

 -- Herbert Xu <herbert@debian.org>  Wed, 28 Nov 2001 07:44:56 +1100

kernel-image-2.4.15-i386 (2.4.15-1) unstable; urgency=low

  * New upstream release.

 -- Herbert Xu <herbert@debian.org>  Sat, 24 Nov 2001 18:51:38 +1100

kernel-image-2.4.14-i386 (2.4.14-1) unstable; urgency=low

  * New upstream release.
  * Reinstated k7 flavour.

 -- Herbert Xu <herbert@debian.org>  Fri,  9 Nov 2001 20:45:25 +1100

kernel-image-2.4.13-i386 (2.4.13-1) unstable; urgency=low

  * New upstream release.
  * Put nic-modules on a diet.
  * Added nic-modules-shared and nic-modules-extra.
  * Added plip-modules (closes: #116016).
  * Added support for capifs.
  * Increased versioned dependency on initrd-tools for new mkcramfs to work
    around tmpfs bug in 2.4.12.

 -- Herbert Xu <herbert@debian.org>  Sat, 27 Oct 2001 17:56:21 +1000

kernel-image-2.4.12-i386 (2.4.12-1) unstable; urgency=low

  * New upstream release.

 -- Herbert Xu <herbert@debian.org>  Sat, 13 Oct 2001 12:42:42 +1000

kernel-image-2.4.10-i386 (2.4.10-1) unstable; urgency=low

  * New upstream release.
  * Disabled ACORN_PARTITION_ADFS as it's too aggressive.
  * Disable ECN by default.  It's still compiled in though.
  * Added drivers to nic-modules per reqeust from Raphael Hertzog.

 -- Herbert Xu <herbert@debian.org>  Sat, 29 Sep 2001 17:46:10 +1000

kernel-image-2.4.9-i386 (2.4.9-1) unstable; urgency=low

  * New upstream release.

 -- Herbert Xu <herbert@debian.org>  Sat, 18 Aug 2001 22:16:41 +1000

kernel-image-2.4.8-i386 (2.4.8-1) unstable; urgency=low

  * New upstream release.
  * Added ide/cdrom/scsi udeb packages.

 -- Herbert Xu <herbert@debian.org>  Sun, 12 Aug 2001 09:36:26 +1000

kernel-image-2.4.7-i386 (2.4.7-1) unstable; urgency=low

  * New upstream release.
  * Recommend the k6 flavour for Duron/Athlon systems (closes: #103656).

 -- Herbert Xu <herbert@debian.org>  Sat, 21 Jul 2001 22:26:43 +1000

kernel-image-2.4.6-i386 (2.4.6-1) unstable; urgency=low

  * New upstream release.
  * Enabled USB_STORAGE_FREECOM (closes: #100674).

 -- Herbert Xu <herbert@debian.org>  Thu,  5 Jul 2001 20:04:24 +1000

kernel-image-2.4.5-i386 (2.4.5-1) unstable; urgency=low

  * New upstream release.
  * Built against new kernel-packages (closes: #93957, #98083).
  * Removed k7 flavour until it works consistently.
  * Integrated the di image (closes: #96220).

 -- Herbert Xu <herbert@debian.org>  Sun, 27 May 2001 14:24:39 +1000

kernel-image-2.4.4-i386 (2.4.4-1) unstable; urgency=low

  * New upstream release.
  * Removed pentium4 for cost/benefit reasons.  Either compile your own or
    use 686.

 -- Herbert Xu <herbert@debian.org>  Sun, 29 Apr 2001 10:53:41 +1000

kernel-image-2.4.3-i386 (2.4.3-2) unstable; urgency=low

  * Removed unnecessary pentiumiii/pentiumiii-smp flavours.
  * Built against kernel-source 2.4.3-4.
  * Built against modified kernel-package which generates correct lilo.conf for
    initrd.

 -- Herbert Xu <herbert@debian.org>  Sun, 22 Apr 2001 11:43:45 +1000

kernel-image-2.4.3-i386 (2.4.3-1) unstable; urgency=low

  * New upstream release.
  * Added versioned dependency on modutils for kernel-image packages
    (closes: #90906).
  * Built with modified kernel-package (closes: #91320, #91326).
  * Disabled CONFIG_VIDEO_ZORAN since it doesn't build with 2.4.3.
  * Exported proc_get_inode (ac patches, closes: #91325).

 -- Herbert Xu <herbert@debian.org>  Mon, 16 Apr 2001 08:39:36 +1000

kernel-image-2.4.2-i386 (2.4.2-1) unstable; urgency=low

  * New upstream release (closes: #83689).
  * Started using initrd (closes: #54292, #65559, #81474).
  * Added build-time dependency on modutils.

 -- Herbert Xu <herbert@debian.org>  Sun, 11 Mar 2001 15:12:53 +1100

kernel-image-2.4.0-test11-i386 (2.4.0-test11-1) unstable; urgency=low

  * New upstream release.
  * Only kernel-headers for now.

 -- Herbert Xu <herbert@debian.org>  Sun, 10 Dec 2000 08:22:07 +1100

kernel-image-2.2.18pre21-i386 (2.2.18pre21-1) stable unstable; urgency=low

  * New upstream release.
  * Build QLOGIC_FC as a module since we're over 1M again.

 -- Herbert Xu <herbert@debian.org>  Sat, 18 Nov 2000 14:50:54 +1100

kernel-image-2.2.17-i386 (1:2.2.17-1) stable unstable; urgency=low

  * New upstream release.

 -- Herbert Xu <herbert@debian.org>  Sat,  9 Sep 2000 12:25:28 +1100

kernel-image-2.2.17-i386 (2.2.17pre6-1) frozen unstable; urgency=low

  * New upstream release.

 -- Herbert Xu <herbert@debian.org>  Sun, 25 Jun 2000 09:17:30 +1000

kernel-image-2.2.16-i386 (2.2.16-1) frozen unstable; urgency=low

  * New upstream release (2.2.16).
  * DAC960 is now built as a module since 2.2.16 puts us over 1M again.

 -- Herbert Xu <herbert@debian.org>  Sun, 18 Jun 2000 15:50:07 +1000

kernel-image-2.2.15-i386 (1:2.2.15-2) frozen unstable; urgency=low

  * Rebuilt with kernel-source 2.2.15-3.

 -- Herbert Xu <herbert@debian.org>  Thu,  1 Jun 2000 10:13:30 +1000

kernel-image-2.2.15-i386 (1:2.2.15-1) frozen unstable; urgency=low

  * New upstream release (2.2.15-2).

 -- Herbert Xu <herbert@debian.org>  Sat, 13 May 2000 10:00:51 +1000

kernel-image-2.2.15-i386 (2.2.15pre20-1) frozen unstable; urgency=low

  * New upstream release.
  * The kernel version now includes the flavour.

 -- Herbert Xu <herbert@debian.org>  Tue, 25 Apr 2000 15:27:44 +1000

kernel-image-2.2.15-i386 (2.2.15pre19-1) frozen unstable; urgency=low

  * New upstream release.
  * Swapped AM53C974 and DC390T since the former seems to work better
    (closes: #56634).

 -- Herbert Xu <herbert@debian.org>  Fri, 21 Apr 2000 13:36:02 +1000

kernel-image-2.2.14-i386 (2.2.14-4) frozen unstable; urgency=low

  * Enabled CONFIG_NCPFS_NFS_NS and CONFIG_NCPFS_OS2_NS (closes: #61704).
  * Enabled IDESCSI.
  * kernel-image-*-ide is now built as a flavour.

 -- Herbert Xu <herbert@debian.org>  Sun, 16 Apr 2000 13:05:53 +1000

kernel-image-2.2.14-i386 (2.2.14-3) frozen unstable; urgency=low

  * Enabled IP masquerading (closes: #61201).
  * kernel-image-*-ide now has a distinct Description field (closes: #56891).

 -- Herbert Xu <herbert@debian.org>  Mon,  3 Apr 2000 08:34:45 +1000

kernel-image-2.2.14-i386 (2.2.14-2) frozen unstable; urgency=low

  * Enabled ServerRAID (closes: #52597).
  * Enabled DAC960 (closes: #49863).
  * Enabled CONFIG_FILTER (closes: #50996).
  * Enabled quota support (closes: #60206).

 -- Herbert Xu <herbert@debian.org>  Wed, 22 Mar 2000 15:12:21 +1100

kernel-image-2.2.14-i386 (2.2.14-1) unstable; urgency=low

  * New upstream release.

 -- Herbert Xu <herbert@debian.org>  Sat, 15 Jan 2000 13:13:29 +1100

kernel-image-2.2.13-i386 (2.2.13-3) unstable; urgency=low

  * Added an ide subarch (closes: #50908).

 -- Herbert Xu <herbert@debian.org>  Thu,  2 Dec 1999 00:30:15 +1100

kernel-image-2.2.13-i386 (2.2.13-2) unstable; urgency=low

  * Initial release.
  * Disabled CONFIG_APM_RTC_IS_GMT (closes: #48503).
  * Enabled Unix98 ptys (closes: #49723).
  * Turned initrd back on as it was accidentally disabled (closes: #50109).
  * Downgraded CONFIG_SCSI_AM53C974 to a module (closes: #49559).
  * Enabled Stallion drivers as modules.

 -- Herbert Xu <herbert@debian.org>  Fri, 19 Nov 1999 21:56:37 +1100

