summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - urpmf, urpmq:Pascal Rigaux2008-03-031-0/+1
| | | | | o never display raw downloader output, otherwise output is very messy (#38125)
* fix download progression using wget:Pascal Rigaux2008-03-031-0/+1
| | | | | | | | | | | - the first line displays the date, not simply the time - the "==> RETR" is only for ftp, also parse "200 OK" - detecting size using /^Length/ is much simpler when wget output is not translated, so use LC_ALL=C - "ETA" is now "eta" in my tests - "eta" is not displayed at the beginning, do call propagate_sync_callback with precent and speed
* - urpmf:Pascal Rigaux2008-03-031-0/+2
| | | | | o fix searching for more than one pattern (#38286)
* o use hal to wait-for/mount cdroms: Pascal Rigaux2008-02-291-0/+2
| | | | | | | | | | | | | | | | you can now use more than one cdrom drive big commit, no time to split it... some details: - split urpm::removable into urpm::removable and urpm::cdrom - fix setting $urpm->{removable_mounted} - in try_mounting_non_cdroms(), check for local url, simpler than checking is_cdrom_url and then checking file_from_local_medium - fix _try_mounting_medium() not mounting non-cdrom anymore (regression introduced during devel) - even if urpmi says it wants cdroms in a given order, if you make a mistake, it will use the one you give (as a side-effect, it simplifies the sort on "already mounted" cdrom (cf _sort_media disappearing))
* - urpmf, urpmq:Pascal Rigaux2008-02-281-0/+2
| | | | | o do not try to download xml-info if it's not available (#38125)
* - urpmiPascal Rigaux2008-02-271-0/+1
| | | | | o do not copy rpms from cdrom if only one cdrom is used (#28083)
* - create _migrate_removable_url out of _migrate_removable_devicePascal Rigaux2008-02-271-0/+2
| | | | | - do keep our url scheme for cdroms (#30613)
* - all tools:Pascal Rigaux2008-02-271-0/+2
| | | | | o cdrom:// replaces removable://
* - urpmi:Pascal Rigaux2008-02-261-0/+3
| | | | | o fix using proxy with curl (#38143)
* 5.6Pascal Rigaux2008-02-251-0/+2
|
* - urpmi:Pascal Rigaux2008-02-251-0/+2
| | | | | | o display "%s of packages will be retrieved." (need perl-URPM 3.10 and synthesis built with @filesize@)
* - urpmiPascal Rigaux2008-02-251-0/+2
| | | | | | o fix "using one big transaction" that occurs when using --keep (#30198) (part of the fix is in perl-URPM 3.09)
* - bash-completion:Pascal Rigaux2008-02-251-0/+3
| | | | | | o restore available-pkgs completion using "urpmq --list" (guillomovitch) (but only if COMP_URPMI_HDLISTS is set since it's slow)
* - urpmiPascal Rigaux2008-02-251-0/+1
| | | | | o --test: only display "Installation is possible" when it is the case (#29837)
* make "urpmq --list xxx" display "use -l to list files" and exit on errorPascal Rigaux2008-02-251-0/+1
|
* - urpmq:Pascal Rigaux2008-02-251-0/+1
| | | | | o add --conflicts
* - urpmq:Pascal Rigaux2008-02-251-0/+3
| | | | | | o --requires now display the raw requires, use --requires-recursive to get the old behaviour (#29176)
* - urpmi, urpmi.addmedia, urpmi.update:Pascal Rigaux2008-02-251-0/+1
| | | | | o handle variables $ARCH/$RELEASE in mirrorlist
* - urpmfPascal Rigaux2008-02-251-0/+1
| | | | | o fix fallback on hdlist when xml-info not found
* (run) kill 'bad_rpms' & 'missing_files_summary' callbacks, reusingThierry Vignaud2008-02-251-1/+0
| | | | | existing unused 'message' callback
* display a "bad rpms" message instead of "files are missing" when the ↵Pascal Rigaux2008-02-241-0/+3
| | | | | | | | | | downloaded rpm is bad. this adds a new callback for rpmdrake: "bad_rpms" this modifies the API of urpm::get_pkgs::download_packages_of_distant_media ($error_sources is now { url => reason } instead of { id => url })
* - urpmi, urpmi.addmedia, urpmi.update:Pascal Rigaux2008-02-241-0/+3
| | | | | | o have fatal errors on some errors that must not happen (eg: moving rpm from download dir to cachedir)
* urpmf: fix mirrolist handlingPascal Rigaux2008-02-231-0/+3
|
* 5.5Pascal Rigaux2008-02-231-0/+2
|
* - all tools:Pascal Rigaux2008-02-231-0/+3
| | | | | | o handle mirrorlist (need perl-Zone-TimeInfo patched for geolocalisation)
* - urpmi.addmediaPascal Rigaux2008-02-231-0/+3
| | | | | | o don't fail on remaining statedir files (#36267) (especially useful when using media.d/*.cfg)
* - urpmfPascal Rigaux2008-02-221-0/+2
| | | | | o fallback on hdlist when xml-info not found (useful for old distribs)
* enhance misfeature descriptionPascal Rigaux2008-02-141-1/+1
|
* enhance feature descriptionPascal Rigaux2008-02-141-1/+1
|
* enhance feature descriptionPascal Rigaux2008-02-141-2/+2
|
* - urpmi handles /etc/urpmi/media.d/*.cfgPascal Rigaux2008-02-141-0/+2
| | | | | | | as an alternative to using urpmi.addmedia nb: need documentation