diff options
-rw-r--r-- | ChangeLog | 29 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 30 insertions, 1 deletions
@@ -1,3 +1,32 @@ +2006-09-20 09:18 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm: Notes for later. + +2006-09-20 09:11 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm: Fix handling of file:// and removable:// urls by + distribconf + +2006-09-19 16:36 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * MANIFEST, t/pod.t: Add POD test file + +2006-09-19 16:16 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm: Remove unused check + +2006-09-19 13:06 Tomasz Bednarski <tbednarski at mandrivalinux.pl> + + * po/pl.po: update + +2006-09-19 09:24 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * po/nb.po: Fix error in po file + +2006-09-19 09:15 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * ChangeLog, urpm.pm: Bump version to 4.8.27 and regen changelog + 2006-09-19 09:08 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * urpm/sys.pm, urpmi: When restarting urpmi, close leaked @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use MDV::Distribconf; -our $VERSION = '4.8.27'; +our $VERSION = '4.8.28'; our @ISA = qw(URPM); use URPM; |