summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-10-04 14:42:00 +0000
committerThierry Vignaud <tv@mageia.org>2012-10-04 14:42:00 +0000
commit6701c2d2415275fac2b357e68d0d4884aaad8baa (patch)
treecf4ea05e0ffdfd9b272de31b6393deef5f7a6e4e
parent19f17d5edb7853b8c6ca620efb3f92a6091b540a (diff)
downloadurpmi-6701c2d2415275fac2b357e68d0d4884aaad8baa.tar
urpmi-6701c2d2415275fac2b357e68d0d4884aaad8baa.tar.gz
urpmi-6701c2d2415275fac2b357e68d0d4884aaad8baa.tar.bz2
urpmi-6701c2d2415275fac2b357e68d0d4884aaad8baa.tar.xz
urpmi-6701c2d2415275fac2b357e68d0d4884aaad8baa.zip
7.8.37.8.3
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d6bdde9a..00c58287 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 7.8.3 - 04 October 2012, by Thierry Vignaud
+
- fix urpmq --whatrequires regression introduced in 7.8.2 (#7706)
Version 7.8.2 - 26 September 2012
diff --git a/urpm.pm b/urpm.pm
index 1f795fd7..1b7db0a0 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -15,7 +15,7 @@ use urpm::md5sum;
# perl_checker: require urpm::media
# perl_checker: require urpm::parallel
-our $VERSION = '7.8.2';
+our $VERSION = '7.8.3';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');