diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -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 @@ -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; |