summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--urpm.pm2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b271186c..43baf2c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-09-12 08:23 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpm.pm: Something is testing for definedness instead of truth,
+ but I'm not sure what.
+
+2006-09-11 17:31 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * ChangeLog, urpm.pm: Bump version to 4.8.25
+
2006-09-11 17:27 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* urpm.pm: Add support for updates_for keyword in media.cfg
diff --git a/urpm.pm b/urpm.pm
index 913ff48a..a526c011 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use MDV::Distribconf;
-our $VERSION = '4.8.25';
+our $VERSION = '4.8.26';
our @ISA = qw(URPM);
use URPM;