diff --git a/debian/changelog b/debian/changelog index cf4b51c66..be6ad98cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,16 @@ linux-2.6 (2.6.32-11) UNRELEASED; urgency=low * [sparc] Provide io{read,write}{16,32}be() (Closes: #574421) * Use libata-based drivers for most PATA controllers on all architectures (previously applied only to x86) - * linux-base: Handle duplicates in /etc/udev/rules.d/70-persistent-cd.rules - (Closes: #574630) + * linux-base: Fix bugs and improve libata transition code: + - Handle duplicates in /etc/udev/rules.d/70-persistent-cd.rules + (Closes: #574630) + - Always attempt conversion if $DEBCONF_RECONFIGURE is set + - Never attempt conversion during a fresh installation (Closes: #576243) + - Convert disk IDs in crypttab (Closes: #575056) + - Redirect stdin and stdout of child processes to avoid interfering with + debconf (Closes: #574987) + - Report when hdparm.conf or mdadm.conf may need to be updated + (Closes: #576442) * iwlwifi: Fix repeated warnings about tfds_in_queue (Closes: #574526) * eeepc-laptop: Disable CPU speed control on 701 and 702 since it can cause the system to hang (Closes: #559578) @@ -15,16 +23,8 @@ linux-2.6 (2.6.32-11) UNRELEASED; urgency=low thanks to Michael Gilbert (Closes: #569724) * rt2860sta: Fix argument to linux_pci_unmap_single() (Closes: #575726) * nouveau: nv50: Implement ctxprog/state generation - * linux-base: Fix the conditions for attempting disk ID conversion - - Always if $DEBCONF_RECONFIGURE is set - - Never during a fresh installation (Closes: #576243) * phylib: Support PHY module autoloading (Closes: #553024) - * linux-base: Convert disk IDs in crypttab (Closes: #575056) - * linux-base: Redirect stdin and stdout of child processes to avoid - interfering with debconf (Closes: #574987) * [x86] Add ramzswap driver (Closes: #573912) - * linux-base: Report when hdparm.conf or mdadm.conf may need to be updated - (Closes: #576442) [ maximilian attems] * [alpha, hppa] Disable oprofile as tracing code is unsupported here.