From 7d6f34c144d1a875bcdbb1e86629ead7e47fdbe1 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Sat, 16 Jul 2005 07:22:16 +0000 Subject: [PATCH] changelog additions/cleanups svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3539 --- debian/changelog | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7e435afe7..891e602f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,14 +10,23 @@ linux-2.6 (2.6.12-1) UNRELEASED; urgency=low - Multipath device mapper - Intel HD Audio alsa driver - fixes + arch updates.. - * Premiere of the common-source kernel package. (Jurij Smakov) + + * Premiere of the common-source kernel package + (Jurij Smakov, Andres Salomon) + - build all architectures out of kernel source package + - rename source and binary packages + - create a common config for different architectures, and management + tools to allow for easier modification of config options + * Dropping support for the x86-i486 emu patch: - Sarge released without official 386 support. - Rejected by upstream. - Author didn't fix root hole nor did any one step up. closes: #250468 + * Add 2.6.12.1 (Maximilian Attems) - Clean up subthread exec (CAN-2005-1913) - ia64 ptrace + sigrestore_context (CAN-2005-1761) + * Add 2.6.12.2 (Frederik Schüler) - Fix two socket hashing bugs. - ACPI: Make sure we call acpi_register_gsi() even for default PCI @@ -26,6 +35,7 @@ linux-2.6 (2.6.12-1) UNRELEASED; urgency=low - e1000: fix spinlock bug - fix remap_pte_range BUG - Fix typo in drivers/pci/pci-driver.c + * Add 2.6.12.3 (Joshua Kwan) - Fix semaphore handling in __unregister_chrdev - Fix TT mode in UML. @@ -37,17 +47,23 @@ linux-2.6 (2.6.12-1) UNRELEASED; urgency=low - ppc32: stop misusing NTP's time_offset value - netfilter: go back to dropping conntrack references manually - ACPI: don't accept 0 as a PCI IRQ. + * Renamed resulting binary packages for alpha. (Norbert Tretkowski) - kernel-image-x.y.z-generic -> linux-image-x.y.z-alpha-generic - kernel-image-x.y.z-smp -> linux-image-x.y.z-alpha-smp - This change was postponed after the sarge release. (closes: #260003) + * Enable CONFIG_SCSI_INITIO. (Maximilian Attems) closes: #318121 + * Added powerpc-mkvmlinuz-support patch, as this is really tied to the kernel version. kernel-package will be teached to make use of this, but it needs some cleanup and tidying yet. (Sven Luther) + * Removed the ibmvscsi patch, as Christoph doesn't like it, and it failed to build anyway. (Sven Luther) + * Disabled software suspend on powerpc-smp, as the smp code in software suspend is amd64/i386 only. (Sven Luther) -- Joshua Kwan Sat, 16 Jul 2005 05:54:16 +0300 +