aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-10-09 16:08:56 +0000
committerThierry Vignaud <tv@mandriva.org>2009-10-09 16:08:56 +0000
commita42fc2873be9b3ceb4ff0c52289036859b9519ae (patch)
tree2853760fe97923cc553eaa1b9d99d93b6df630e6 /NEWS
parent355584205c27cf22959b3b29107bfe2a9e3e5dbc (diff)
downloadrpmdrake-a42fc2873be9b3ceb4ff0c52289036859b9519ae.tar
rpmdrake-a42fc2873be9b3ceb4ff0c52289036859b9519ae.tar.gz
rpmdrake-a42fc2873be9b3ceb4ff0c52289036859b9519ae.tar.bz2
rpmdrake-a42fc2873be9b3ceb4ff0c52289036859b9519ae.tar.xz
rpmdrake-a42fc2873be9b3ceb4ff0c52289036859b9519ae.zip
fix enabling for the first time a medium that never was enabled before
(#47110, #52636) (side effect of urpmi changes) (mainwindow:toggled signal) reread_media() failed to un-ignore an ignored medium probably because urpm::media::check_existing_medium() complains about missing synthesis when the medium never was enabled before; thus it restored the ignore bit (reread_media) read back configuration after and not before updating media else ignore bit will be restored by urpm::media::check_existing_medium() when trying to update a never enabled yet medium
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7d18e52a..805b89a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
- edit-urpm-sources:
+ o fix enabling for the first time a medium that never was enabled
+ before (#52636)
o ignore rpmdrake's option regarding ignoring debug media
o prevent crashing if one click on a media checkbox while another
one is being processed (gtk+ was reentering the callback when we