diff options
-rw-r--r-- | ChangeLog | 64 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 65 insertions, 1 deletions
@@ -1,3 +1,67 @@ +2006-09-19 09:08 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm/sys.pm, urpmi: When restarting urpmi, close leaked + filehandles. Useful for the upgrade + 2006->2007, since the URPM version in 2006 used to leak + filehandles. + +2006-09-18 07:56 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm/download.pm: Patch by Nicolas Melay to include -q to the + command-line options of curl, so the ~/.curlrc file isn't read. + +2006-09-17 22:26 mmodem + + * po/pt.po: up + +2006-09-17 22:23 mmodem + + * po/pt.po: up + +2006-09-14 21:55 Per Øyvind Karlsen <peroyvind at mandriva.org> + + * po/nb.po: fix typo + +2006-09-14 12:36 Per Øyvind Karlsen <peroyvind at mandriva.org> + + * po/nb.po: translate hdlist + +2006-09-13 20:45 Per Øyvind Karlsen <peroyvind at mandriva.org> + + * po/nb.po: sanity cleaning + +2006-09-13 18:59 vljubovic + + * po/bs.po: Improving Bosnian translation + +2006-09-12 20:20 Michal Bukovjan <bukovjan at mbox.dkm.cz> + + * po/cs.po: Update Czech translation + +2006-09-12 19:08 Arpad Biro <biro_arpad at yahoo.com> + + * po/pl.po: update + +2006-09-12 14:47 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * pod/urpmi.8.pod, urpmi: --auto-select is not intended to be used + along with package lists + +2006-09-12 11:40 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm, urpmi: From urpm::configure(), we need to be able to + distinguish media that are temporarily ignored and permanently + ignored, so we can restore the previous situation easily (bug + #22354) + +2006-09-12 09:27 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * ChangeLog: Remove duplicate entries in changelog + +2006-09-12 08:28 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * ChangeLog, urpm.pm: Bump version to 4.8.26 + 2006-09-12 08:23 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * urpm.pm: Something is testing for definedness instead of truth, @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use MDV::Distribconf; -our $VERSION = '4.8.26'; +our $VERSION = '4.8.27'; our @ISA = qw(URPM); use URPM; |