summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 4.9.30Pascal Rigaux2007-08-101-0/+2
|
* add thanksPascal Rigaux2007-08-101-1/+1
|
* fix typoPascal Rigaux2007-08-091-1/+1
|
* - urpmiPascal Rigaux2007-08-091-0/+3
| | | | | o move some code to new module urpm::main_loop to share it with rpmdrake
* make it explicit that perl-URPM 1.69 is "needed"Pascal Rigaux2007-08-091-0/+1
| | | | | (well, not really needed, without it suggests are still requires)
* 4.9.29Pascal Rigaux2007-08-091-0/+2
|
* - urpmiPascal Rigaux2007-08-091-0/+4
| | | | | | | | | | | o explicit error when using "urpmi ---install-src" as user with remote media o add support for "suggests": a newly suggested package is installed as if required, but one can remove it afterwards, or use --no-suggests - urpmf o handle --suggests all the work is done in perl-URPM 1.69
* - urpmiPascal Rigaux2007-08-081-0/+3
| | | | | o explicit error when using "urpmi ---install-src" as user with remote media
* 4.9.28Pascal Rigaux2007-08-031-0/+2
|
* need perl-URPM 1.68Pascal Rigaux2007-08-031-0/+1
|
* - urpmiPascal Rigaux2007-08-031-0/+4
| | | | | | | | o handle README.<version>.upgrade.urpmi and README.<version>-<release>.upgrade.urpmi: the content is displayed when upgrading from rpm older than <version> (#30187) - fix build of some test rpms
* - libraryPascal Rigaux2007-08-031-0/+2
| | | | | o urpm::install: export %readmes so that rpmdrake can access it
* handle urpmf --licensePascal Rigaux2007-08-021-0/+2
|
* factorize handling of -q|--quiet and -v|--verbose for all toolsPascal Rigaux2007-08-011-0/+2
| | | | | this fixes -q option not handled by urpmi.update (#31890)
* - urpmqPascal Rigaux2007-07-061-0/+4
| | | | | | o --whatrequires: fix skipping packages through provides provided by other packages, when the other package is the same pkg name (#31773)
* 4.9.27Pascal Rigaux2007-06-181-0/+2
|
* - all toolsPascal Rigaux2007-06-181-0/+2
| | | | | | | | o 4.9.26 is broken when downloading with wget since it creates hdlist.cz.1 files. fixing using --force-clobber option (! need a patched wget !) (need wget 1.10.2-6mdv2008.0)
* - urpmi.addmedia --distrib, urpmi/urpme/urpmf/urpmq --use-distrib Pascal Rigaux2007-06-181-0/+4
| | | | | | | | | | | o media.cfg per media field hdlist=hdlist_xxx.cz is not used anymore, xxx/media_info/hdlist.cz is used instead. To get previous behaviour, use option --use-copied-hdlist or use_copied_hdlist=1 in media.cfg beware: this modifies the behaviour of urpmi, especially for multi CDs media which were the only one really using the hdlist-copied-in-media/media_info feature
* - urpmi.addmediaPascal Rigaux2007-06-181-0/+2
| | | | | o fix reconfig.urpmi use
* - all toolsPascal Rigaux2007-06-181-0/+3
| | | | | | o hide rsync errors by default to hide false positives, but allow getting them with --debug
* - urpmi.updatePascal Rigaux2007-06-181-0/+3
| | | | | | o only copy previous hdlist in cache dir for rsync, don't do it for wget/curl (it's useless and potentially dangerous when used with "resume")
* - urpmfPascal Rigaux2007-06-181-0/+2
| | | | | | | o bug fix -m (#31452) (bug introduced when moving code to urpm::media)
* - urpmiPascal Rigaux2007-06-181-0/+4
| | | | | | o for long package names, ensure progression of installation (####...) is still properly indented (#28639)
* 4.9.26Pascal Rigaux2007-06-141-0/+2
|
* - urpmfPascal Rigaux2007-06-141-0/+2
| | | | | o add option --use-distrib
* - urpmqPascal Rigaux2007-06-141-0/+2
| | | | | | | | o allow using --use-distrib as non-root nb: reverting commit r15208 2005-10-12 "Forbid urpmq --use-distrib when non root" since i can't see any valid reason for this
* - all toolsPascal Rigaux2007-06-111-0/+5
| | | | | | | o don't use time-stamping when downloading with wget (useless and slow since it forces to download the whole directory listing) (as suggested by Andrey Borzenkov on cooker)
* 4.9.25Pascal Rigaux2007-06-081-0/+2
|
* - [bugfix] fix plural handling in "Packages foo can not be installed" (#31229)Pascal Rigaux2007-06-081-0/+1
| | | | | - fix quite a few more plurals using perl_checker
* - urpmiPascal Rigaux2007-06-071-0/+2
| | | | | | | o prefer best architecture over exact name (eg: urpmi libfoo-devel prefers lib64foo-devel over libfoo-devel) - add function min()
* - all toolsPascal Rigaux2007-06-011-0/+2
| | | | | o --debug now implies --verbose
* - urpmiPascal Rigaux2007-06-011-0/+1
| | | | | o [bugfix] fix urpmi --parallel (#30996)
* - urpmfPascal Rigaux2007-05-311-0/+3
| | | | | | o fix an *old* bug (since december 2002) making urpmf keeps parsed hdlist files in memory
* - urpmi.addmediaPascal Rigaux2007-05-291-0/+1
| | | | | | | o [bugfix] fix using "with synthesis.hdlist.cz" (#31081) (regexp m!(^|/)synthesis\.! is tricky in list context :-/)
* - urpmi.addmediaPascal Rigaux2007-05-211-0/+3
| | | | | | o don't overwrite existing urpmi.cfg with an empty file when disk is full (#30945)
* - urpmiPascal Rigaux2007-05-181-0/+4
| | | | | | o fix "Argument list too long" when calling curl/wget/proz (things should work even in case of one big transaction) (#30848)
* 4.9.24Pascal Rigaux2007-05-091-0/+2
|
* - urpmiPascal Rigaux2007-05-091-0/+5
| | | | | | | | o display "removing package ..." when removing an obsolete or conflicting package (need perl-URPM 1.63), and not before o in verbose mode, display "removing upgraded package ..." (should make it more understandable by users)
* fix urpmi.addmedia foo removable://... (#30257)Pascal Rigaux2007-05-091-0/+1
|
* make it clear that it's a bugfixPascal Rigaux2007-05-041-2/+3
|
* - urpmi.addmediaPascal Rigaux2007-05-041-0/+2
| | | | | | o [bugfix] look for media/$media_dir/media_info/pubkey instead of media/$media_dir/pubkey
* - urpmi.addmediaPascal Rigaux2007-05-041-0/+4
| | | | | | o with --distrib, don't use previous media's pubkey if a pubkey is missing (eg: use pubkey_main for media "Main Updates" when pubkey_main_updates is missing)
* make it explicit that perl-URPM 1.62 is neededPascal Rigaux2007-05-031-0/+1
|
* 4.9.23Pascal Rigaux2007-05-031-0/+2
|
* display "In order to satisfy the '%s' dependency, one of the followingPascal Rigaux2007-05-031-0/+2
| | | | | | packages is needed:" so that user can understand what dependency is used (as suggested by Guillaume Rousse on cooker)
* 4.9.22 has not been released, will release directly 4.9.23Pascal Rigaux2007-05-031-2/+0
|
* 4.9.22Pascal Rigaux2007-04-271-0/+2
|
* - display "removing package ..." when removing, not before.Pascal Rigaux2007-04-271-0/+3
| | | | | | - display "removing package ..." when upgrading package (may be too verbose though)
* re-sync after the big svn lossPascal Rigaux2007-04-241-0/+287