summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* - urpmiPascal Rigaux2007-08-231-0/+1
| | | | | o new option --justdb (new perl-URPM 1.76)
* - urpmiPascal Rigaux2007-08-211-0/+2
| | | | | o fix --bug when there is no /etc/urpmi/prefer.list file
* - urpmfPascal Rigaux2007-08-211-0/+3
| | | | | o display "usage" when no <pattern-expression> is given (#32658)
* 4.10.5Pascal Rigaux2007-08-181-0/+4
|
* log last commitThierry Vignaud2007-08-141-0/+3
|
* 4.10.4Pascal Rigaux2007-08-131-0/+2
|
* - urpmiPascal Rigaux2007-08-131-0/+1
| | | | | | | o bugfix 4.10.0: a circular reference was causing rpmdb to be opened many times hence "Too many open files" error
* - urpmiPascal Rigaux2007-08-131-0/+4
| | | | | | o --urpmi-root: if <root>/etc/urpmi/*.list are available, use them. otherwise defaults to /etc/urpmi/*.list
* typo fixThierry Vignaud2007-08-131-1/+1
|
* 4.10.3Thierry Vignaud2007-08-131-0/+2
|
* (translate_why_removed_one) if we got back an explanation unknown ofThierry Vignaud2007-08-131-0/+1
| | | | | use, just report it back
* (translate_why_unselected_one) try harder to explain why we cannotThierry Vignaud2007-08-131-0/+2
| | | | | select a package (eg: because i586 package is already installed on x86_64)
* typo fixThierry Vignaud2007-08-131-1/+1
|
* kill log of rafael commitThierry Vignaud2007-08-131-2/+0
|
* do try to umount removable media when using --debug (fixing commit rafel'sThierry Vignaud2007-08-131-0/+4
| | | | | commit r15048 on 2005-06-09)
* (set_root) do not default to --nolock when using --root (reverting rafaelThierry Vignaud2007-08-131-0/+4
| | | | | commit on 2006-01-11 13:17)
* 4.10.2Thierry Vignaud2007-08-131-0/+2
|
* (completed callback) umount removable media as soon as possibleThierry Vignaud2007-08-131-0/+1
|
* (completed callback) unlock RPM & URPMI dbs locks as soon as possible like ↵Thierry Vignaud2007-08-131-0/+1
| | | | rpmdrake
* (do_install_3) reuse urpm::main_loopThierry Vignaud2007-08-131-0/+2
|
* (run) introduce "already_installed_or_not_installable" callback for GUIesThierry Vignaud2007-08-131-0/+1
|
* (install) add support for "callback_report_uninst" callback for rpmdrakeThierry Vignaud2007-08-131-0/+1
|
* - urpmiPascal Rigaux2007-08-121-0/+2
| | | | | | | | | | o when using --urpmi-root, load <root>/etc/rpm/macros this allow using _install_langs in the rooted directory - fix test exclude.t: the build computer macro _install_langs don't interfere anymore - add one test to exclude.t: test wether urpmi correctly honor _install_langs
* - urpmi.cfgPascal Rigaux2007-08-121-0/+3
| | | | | | | o really add global option no-suggests (thanks to Frederik Himpe)
* 4.10.1Pascal Rigaux2007-08-121-0/+2
|
* - libraryPascal Rigaux2007-08-121-0/+4
| | | | | | | o urpm::select: new function get_preferred() replacing sort_choices() (for drakx) o get rid of "use of unitialized" when file is unset (for drakx)
* 4.10.0Pascal Rigaux2007-08-111-1/+2
|
* need perl-URPM 1.73Pascal Rigaux2007-08-111-0/+1
|
* 4.9.31Pascal Rigaux2007-08-111-0/+2
|
* - urpmiPascal Rigaux2007-08-111-0/+2
| | | | | | o handle preferred choices (through --prefer, /etc/urpmi/prefer.list and /etc/urpmi/prefer.vendor.list)
* - urpmiPascal Rigaux2007-08-111-0/+1
| | | | | o new option --replacepkgs (same as rpm --replacepkgs) (#16112)
* - urpmiPascal Rigaux2007-08-111-0/+2
| | | | | o fix --quiet (regression introduced in 4.9.28)
* - all toolsPascal Rigaux2007-08-111-0/+3
| | | | | o new option --wait-lock (#13025)
* 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)