From 2c132eac2d29ae35025ea7b8beccae102d49dd16 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 7 Nov 2006 13:15:16 +0000 Subject: new release --- ChangeLog | 174 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ urpm.pm | 2 +- 2 files changed, 175 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 39b0b2d2..e0fdafad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,177 @@ +2006-11-07 12:04 Pixel + + * urpm/parallel_ka_run.pm: perl_checker compliance + +2006-11-07 12:00 Pixel + + * urpm.pm, urpmi: ask user before installing a package that + matching part of the name + +2006-11-07 11:19 Pixel + + * urpmi: replace the dreaded "The package(s) are already + installed" with: + - "Packages are up to date" for auto installs + - "Package foo-1.1-1mdv.i586 is already installed" when asking + to install package foo + - "Packages foo-1.1-1mdv.i586, bar-1.1-1mdv.i586 are already + installed" when asking to install packages foo and bar + + the message "The following package names were assumed: %s" is + dropped, since + package names are now displayed (and next commit will add prompt + before using + guessed package) + +2006-11-07 10:03 Pixel + + * urpmf: indent the description and do not display on first line. + this allow processing of the output of urpmf (as required by + Erwan Velu) + + for now choosing not to filter description (as suggested by rgs) + +2006-11-07 09:52 Pixel + + * urpmf: pre-compute part of the qf in case of multitag + => around 25% speedup for file search and 10% speedup for + requires search + +2006-11-07 09:07 Pixel + + * urpmf: perl_checker compliance + +2006-11-07 09:06 Pixel + + * urpmf: fix typo + * urpmf: simplify: drop $multi, $multitag is enough + +2006-11-07 09:04 Pixel + + * urpmf: factorize + +2006-11-07 08:57 Pixel + + * urpmf: move the "\n" in the print, it's nicer (but no real + speedup) + +2006-11-07 08:54 Pixel + + * urpmf: use $s instead of $_, it's cleaner and same speed + +2006-11-07 08:49 Pixel + + * urpmf: rewrite the generation of the callback code + +2006-11-07 08:33 Pixel + + * urpm.pm: use 3 args in open: replace ">$file" with ">", "$file" + +2006-11-07 08:31 Pixel + + * urpm.pm: use $LOCK_FILE and $RPMLOCK_FILE instead of LOCK_FILE + and RPMLOCK_FILE + +2006-11-06 17:02 Pixel + + * urpmf: perl_checker compliance + +2006-11-03 17:01 Pixel + + * urpm.pm, urpm/util.pm: replace -e $file && -s _ > xxx with + file_size($file) > xxx + +2006-11-03 16:15 Pixel + + * urpm.pm: simplify + +2006-11-03 16:14 Pixel + + * urpm.pm: fix bad typo in previous commit: $qv is now needed in + _findindeps + +2006-11-03 16:13 Pixel + + * urpm.pm: - _findindeps was using both $_ and arguments, moving + the loop which was calling _findindeps into _findindeps + - do not use a method call for _findindeps which is only used in + this module + +2006-11-03 15:51 Pixel + + * urpm/msg.pm: do not import, use fully-qualified + function/constants + +2006-11-03 15:47 Pixel + + * urpm/ldap.pm: perl_checker compliance + +2006-11-03 14:35 Pixel + + * urpm.pm: fix potential bugs: replace $_ with $medium since $_ + has no valid value in this part of the code + +2006-11-03 14:30 Pixel + + * urpmi: when using "-v", display which packages+versions urpmi + will try to install + +2006-11-03 14:12 Pixel + + * urpmi: there may be more than 9 __db.XXX files, and simpler + (thanks to rgs) + +2006-11-03 14:04 Pixel + + * urpmi: simplify + +2006-11-03 13:53 misc + + * urpm/ldap.pm: - remove useless call to log, as we are calling + 'die' in write_ldap_cache, and run inside a eval block, spotted + by pixel. + +2006-11-03 13:53 Pixel + + * urpmi: use member() + +2006-11-03 13:52 Pixel + + * urpm.pm, urpmi: remove unused variables + +2006-11-03 13:37 Pixel + + * urpm/util.pm: add member() + +2006-11-03 13:34 Pixel + + * urpm.pm, urpm/args.pm, urpm/cfg.pm, urpm/download.pm, + urpm/ldap.pm, urpm/msg.pm, urpm/prompt.pm, urpm/sys.pm, + urpm/util.pm, urpmi: perl_checker compliance + +2006-11-01 11:43 nbauer + + * po/de.po: Update German translation (Nicolas Bauer) + +2006-10-31 09:29 Pablo Saratxaga + + * po/gl.po, po/pl.po: updated Galician file; corrected syntax + errors in Polish file + +2006-10-25 10:49 Thierry Vignaud + + * gurpmi2: prevent a dialog to have a height of several scores of + thousands pixels + +2006-10-25 10:48 Thierry Vignaud + + * gurpmi.pm, gurpmi2: add support of --root for gurpmi + +2006-10-21 01:00 nanardon + + * urpm.pm: - askmedia and suppl option in hdlists where not per + media option but undocumented global option for gi + 2006-09-20 09:18 Rafael Garcia-Suarez * urpm.pm: Notes for later. diff --git a/urpm.pm b/urpm.pm index 43d6d102..8d217c2e 100644 --- a/urpm.pm +++ b/urpm.pm @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use MDV::Distribconf; -our $VERSION = '4.8.28'; +our $VERSION = '4.8.29'; our @ISA = qw(URPM); use URPM; -- cgit v1.2.1