diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-03-04 10:08:59 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-03-04 10:08:59 +0000 |
commit | 7e688f535996b081fb546b336708d30227a1664c (patch) | |
tree | 9693882232c3560938c5b395595af35f1aeb183c | |
parent | 8700eaa1c1043bc85a2bc028382fa6ce0b8c55ee (diff) | |
download | urpmi-7e688f535996b081fb546b336708d30227a1664c.tar urpmi-7e688f535996b081fb546b336708d30227a1664c.tar.gz urpmi-7e688f535996b081fb546b336708d30227a1664c.tar.bz2 urpmi-7e688f535996b081fb546b336708d30227a1664c.tar.xz urpmi-7e688f535996b081fb546b336708d30227a1664c.zip |
6.22.16.22.1
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 6.22.1 - 4 March 2009 + - explicitely close the RPM DB on comleting transaction (needed for drakx) Version 6.22 - 3 March 2009 @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '6.22'; +our $VERSION = '6.22.1'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |