summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpmi.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 8e8bcf16..98d82c14 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -206,6 +206,8 @@ $urpm->update_media(nolock => 1);
- fixed transaction number when split is active.
- fixed transaction which should not be splited in parallel mode.
- use a regular file opened in write mode for locking.
+- added shared lock for urpmi, urpmq and urpmf (exclusive lock
+ are done by urpmi.addmedia, urpmi.removemedia and urpmi.update).
* Tue Jul 29 2003 François Pons <fpons@mandrakesoft.com> 4.4-15mdk
- fixed urpme --parallel --auto still asking the user.