summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-08-01 10:11:28 +0000
committerFrancois Pons <fpons@mandriva.com>2003-08-01 10:11:28 +0000
commita991a189bb53745d1aec29b4dcf38c810441441e (patch)
tree2edc6d1bd97ee3f700b76c8e44aa7fc942dec748
parent08cbcc4dda6deb35d4c81cfaaad20d18ec4ee294 (diff)
downloadurpmi-a991a189bb53745d1aec29b4dcf38c810441441e.tar
urpmi-a991a189bb53745d1aec29b4dcf38c810441441e.tar.gz
urpmi-a991a189bb53745d1aec29b4dcf38c810441441e.tar.bz2
urpmi-a991a189bb53745d1aec29b4dcf38c810441441e.tar.xz
urpmi-a991a189bb53745d1aec29b4dcf38c810441441e.zip
4.4-17mdk
-rw-r--r--urpmi.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 98d82c14..427e2a7c 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -2,7 +2,7 @@
Name: urpmi
Version: 4.4
-Release: 16mdk
+Release: 17mdk
License: GPL
Source0: %{name}.tar.bz2
Source1: %{name}.logrotate
@@ -202,6 +202,9 @@ $urpm->update_media(nolock => 1);
%changelog
+* Fri Aug 1 2003 François Pons <fpons@mandrakesoft.com> 4.4-17mdk
+- fixed shared locks management (were always exclusive).
+
* Thu Jul 31 2003 François Pons <fpons@mandrakesoft.com> 4.4-16mdk
- fixed transaction number when split is active.
- fixed transaction which should not be splited in parallel mode.