From 0bdaf6f021edf5aed698a8b0310f9513bfb44fc2 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 19 Sep 2006 09:15:51 +0000 Subject: Bump version to 4.8.27 and regen changelog --- ChangeLog | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ urpm.pm | 2 +- 2 files changed, 65 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d3a1d5e8..5bfbe758 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,67 @@ +2006-09-19 09:08 Rafael Garcia-Suarez + + * 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 + + * 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 + + * po/nb.po: fix typo + +2006-09-14 12:36 Per Øyvind Karlsen + + * po/nb.po: translate hdlist + +2006-09-13 20:45 Per Øyvind Karlsen + + * po/nb.po: sanity cleaning + +2006-09-13 18:59 vljubovic + + * po/bs.po: Improving Bosnian translation + +2006-09-12 20:20 Michal Bukovjan + + * po/cs.po: Update Czech translation + +2006-09-12 19:08 Arpad Biro + + * po/pl.po: update + +2006-09-12 14:47 Rafael Garcia-Suarez + + * 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 + + * 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 + + * ChangeLog: Remove duplicate entries in changelog + +2006-09-12 08:28 Rafael Garcia-Suarez + + * ChangeLog, urpm.pm: Bump version to 4.8.26 + 2006-09-12 08:23 Rafael Garcia-Suarez * urpm.pm: Something is testing for definedness instead of truth, diff --git a/urpm.pm b/urpm.pm index 6771a7af..83881bcd 100644 --- a/urpm.pm +++ b/urpm.pm @@ -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; -- cgit v1.2.1