summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2011-05-18 23:02:11 +0000
committerColin Guthrie <colin@mageia.org>2011-05-18 23:02:11 +0000
commit0f2835a86fe8d8eb820db0544513c9bef8ac466e (patch)
treec78b3ef9c83d33025bfa4a1f8b34f3f585e562e6 /perl-install/NEWS
parent985fd0995bb2cefe30e3e829b33bfb44e54885f2 (diff)
downloaddrakx-0f2835a86fe8d8eb820db0544513c9bef8ac466e.tar
drakx-0f2835a86fe8d8eb820db0544513c9bef8ac466e.tar.gz
drakx-0f2835a86fe8d8eb820db0544513c9bef8ac466e.tar.bz2
drakx-0f2835a86fe8d8eb820db0544513c9bef8ac466e.tar.xz
drakx-0f2835a86fe8d8eb820db0544513c9bef8ac466e.zip
draksound: Do not write PA config files if they do not exist
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r--perl-install/NEWS11
1 files changed, 8 insertions, 3 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index ce4805f65..d842dad13 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,6 +1,11 @@
-- draksound: Remove the "Enable 5.1..." option. This is now done via card profiles
- in native GUIs for GNOME and KDE (or pavucontrol)
-- draksound: Remove the "Enable user switching..." option as it relies on HAL
+- draksound
+ o Robustify the PulseAudio configs (don't try and write files if they
+ do not exists. Doing so previously would result in blank files that then
+ causes problems when installing PulseAudio as the "config" files are not
+ overwritten properly which can result in broken PA startup)
+ o Remove the "Enable 5.1..." option. This is now done via card profiles
+ in native GUIs for GNOME and KDE (or pavucontrol)
+ o Remove the "Enable user switching..." option as it relies on HAL
which is deprecated.
- Change scannerdrake to use skanlite instead of kooka
- any.pm: s!/usr/share/mdk/faces/!/usr/share/mga/faces/! should fix (mga#1315)