summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--urpm.pm2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 34220841..3cb15044 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 6.24 - 27 March 2009
+
+- return error code when user aborts gurpmi/gurpmi2
+
Version 6.23 - 25 March 2009
- log user interactions to stdout in gurpmi2
diff --git a/urpm.pm b/urpm.pm
index 25c9d3e3..05c43d63 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.23';
+our $VERSION = '6.24';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');