summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* o handle displaying utf8 download progression in non-utf8 terminalPascal Rigaux2008-03-201-0/+3
| | | | | | (ie clean the full line when we can't be sure of the number of characters that will be displayed)
* - urpmi:Pascal Rigaux2008-03-191-0/+2
| | | | | | | | | | | | o fix getting rpms from different media on same DVD without it $blist->{medium}{mntpoint} is set during first _find_blist_url_matching() and "$blist->{medium}{mntpoint} and next" will block everything. with this commit, it won't copy rpms on disk even if on different media if same DVD.
* add entry for urpmi.bash-completion commitPascal Rigaux2008-03-191-0/+5
|
* 5.15Pascal Rigaux2008-03-181-0/+2
|
* - urpmi.addmedia, urpmi.update:Pascal Rigaux2008-03-181-0/+5
| | | | | | | o urpmi.addmedia --mirrorlist handles a list of mirrors/mirrorlist: you can specify a mirror to use inside a local network, but it will default to standard mirrors when the local mirror is not available.
* 5.14Pascal Rigaux2008-03-171-0/+2
|
* - urpmi:Pascal Rigaux2008-03-171-0/+1
| | | | | o tell the user to "restart system" when it is needed
* - urpmi:Pascal Rigaux2008-03-171-0/+3
| | | | | o nicer error message when database is locked (#38923)
* 5.13Pascal Rigaux2008-03-171-0/+2
|
* handle -p and -P like urpmiThierry Vignaud2008-03-171-0/+1
|
* handle provides (spotted by salem)Thierry Vignaud2008-03-171-0/+2
|
* - urpmi:Pascal Rigaux2008-03-141-0/+4
| | | | | | o never suggest --install-src for spec file (#38876) o do not allow "urpmi --install-src foo.spec"
* 5.12Thierry Vignaud2008-03-131-0/+2
|
* sortThierry Vignaud2008-03-131-1/+1
|
* (usage) translate header (modulo s/^g// in urpmi)Thierry Vignaud2008-03-131-0/+1
|
* (configure_urpm) return 1 like urpmi if package doesn't existThierry Vignaud2008-03-131-0/+1
|
* handle --forceThierry Vignaud2008-03-131-0/+1
|
* (do_install_3) return urpmi error codeThierry Vignaud2008-03-131-0/+1
|
* ensure rpm error message are always in UTF-8Thierry Vignaud2008-03-131-0/+1
|
* ensure urpmi messages are always in UTF-8Thierry Vignaud2008-03-131-0/+3
|
* 5.11Pascal Rigaux2008-03-111-1/+1
|
* o do handle suggests in priority upgrades (#38778)Pascal Rigaux2008-03-111-0/+1
| | | | | otherwise perl-Hal-Cdroms suggest is not installed
* 5.10Pascal Rigaux2008-03-111-1/+3
|
* - urpmi:Pascal Rigaux2008-03-111-0/+2
| | | | | o have a nicer error message when perl-Hal-Cdroms is missing (#38778)
* - bash-completion:Pascal Rigaux2008-03-111-0/+3
| | | | | | o restore available-pkgs completion using "urpmq --list" by default (it needed COMP_URPMI_HDLISTS to be set, but it should be fast enough now)
* (configure_urpm) fix breakage introduced with priority upgrades support (#38738)Thierry Vignaud2008-03-101-0/+3
|
* fix dateThierry Vignaud2008-03-071-1/+1
|
* 5.9Thierry Vignaud2008-03-071-0/+2
|
* - modify infrastructure so that rpmdrake doesn't select all updates byPascal Rigaux2008-03-061-0/+3
| | | | | | | default (#38611) ie create resolve_priority_upgrades_after_auto_select() for use in rpmdrake
* 5.8.1Thierry Vignaud2008-03-061-0/+2
|
* (resolve_dependencies) add infrastructure so that rpmdrake doesn'tThierry Vignaud2008-03-061-0/+3
| | | | | select all updates by default (#38611)
* one more typo fixThierry Vignaud2008-03-051-1/+1
|
* typo fixThierry Vignaud2008-03-051-1/+1
|
* 5.8Thierry Vignaud2008-03-041-0/+2
|
* (resolve_dependencies) add 'upgrade_callback' andThierry Vignaud2008-03-041-0/+1
| | | | | | 'resolve_req_callback' callbacks so that rpmdrake can reuse more urpmi code
* (install) do not pretent removing packages from cache when there'sThierry Vignaud2008-03-041-0/+3
| | | | | nothing to remove
* handle priority upgrade listThierry Vignaud2008-03-041-0/+2
|
* (add_packages_to_priority_upgrade_list) introduce it so that gurpmi &Thierry Vignaud2008-03-041-0/+3
| | | | | rpmdrake can handle priority upgrade list
* add bug numberPascal Rigaux2008-03-041-1/+1
|
* 5.7Pascal Rigaux2008-03-031-0/+2
|
* - urpmq:Pascal Rigaux2008-03-031-0/+4
| | | | | | | | o --list: speed it up (2.5x faster, and 6x faster with names.<medium>) - all tools: o restore generation of /var/lib/urpmi/names.<medium>, but it is now done in urpmq/urpmi/urpmf (and so only if used as root)
* sort & explainThierry Vignaud2008-03-031-2/+2
|
* handle --testThierry Vignaud2008-03-031-0/+1
|
* give the focus to buttons (Emmanuel Blindauer, #38047)Thierry Vignaud2008-03-031-0/+1
|
* handle --allow-medium-change (needed for do_pkgs)Thierry Vignaud2008-03-031-0/+1
|
* handle --expect-install (needed for do_pkgs)Thierry Vignaud2008-03-031-0/+1
|
* fix --expect-install (broken since 4.9.30!)Thierry Vignaud2008-03-031-0/+1
|
* fix --auto-select optionThierry Vignaud2008-03-031-0/+1
|
* (gurpmi::parse_command_line) reuse common shared code of urpm::args,Thierry Vignaud2008-03-031-0/+2
| | | | | thus fixing --root option
* (do_install_3) make completed() callback return instead of waitingThierry Vignaud2008-03-031-0/+2
| | | | | while displaying a success message in automatic mode