summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-12-19 14:42:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-12-19 14:42:12 +0000
commitfed64bf5e2814aa4fad6d7fac44f768d08af76c4 (patch)
treebe4fcc1e3c96696727fe02f0693a4a236095189c /NEWS
parent7a718bd220b3c2d62d0bd2e3b6e7f4f990b2ee8a (diff)
downloadurpmi-fed64bf5e2814aa4fad6d7fac44f768d08af76c4.tar
urpmi-fed64bf5e2814aa4fad6d7fac44f768d08af76c4.tar.gz
urpmi-fed64bf5e2814aa4fad6d7fac44f768d08af76c4.tar.bz2
urpmi-fed64bf5e2814aa4fad6d7fac44f768d08af76c4.tar.xz
urpmi-fed64bf5e2814aa4fad6d7fac44f768d08af76c4.zip
o replace /var/lib/urpmi/MD5SUM with /var/lib/urpmi/MD5SUM.<medium_name>
(this will allow checking xml media_info is up-to-date even if we don't update it at the same time as synthesis is updated) and further cleanup urpm::media code (esp. modify {force} behaviour, may need some adjustments)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2394ac26..ed58f5c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
- all tools:
o drop hdlist support (will be replaced with xml media_info)
+ o replace /var/lib/urpmi/MD5SUM with /var/lib/urpmi/MD5SUM.<medium_name>
+ (this will allow checking xml media_info is up-to-date even if we don't
+ update it at the same time as synthesis is updated)
- urpmi:
o do remove __db* on priority-upgrade
(fix regression introduced in 4.10.15)