diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-09-12 08:28:17 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-09-12 08:28:17 +0000 |
commit | 685181c9c54ae03b2694593e9ba589e10df386b5 (patch) | |
tree | c6218cdda3a205532e35b90ca0f830a858a4af99 | |
parent | f094d566cf777ec02f26533992db777dea13a69c (diff) | |
download | urpmi-685181c9c54ae03b2694593e9ba589e10df386b5.tar urpmi-685181c9c54ae03b2694593e9ba589e10df386b5.tar.gz urpmi-685181c9c54ae03b2694593e9ba589e10df386b5.tar.bz2 urpmi-685181c9c54ae03b2694593e9ba589e10df386b5.tar.xz urpmi-685181c9c54ae03b2694593e9ba589e10df386b5.zip |
Bump version to 4.8.264.8.26
-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; |