summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* fix typoPascal Rigaux2008-02-061-1/+1
|
* - urpmi.update, urpmi.addmedia:Pascal Rigaux2008-02-061-0/+2
| | | | | | o handle --virtual for remove media (a better name would be "auto-update", a la yum)
* - urpmi.update, urpmi.addmedia:Pascal Rigaux2008-02-051-0/+4
| | | | | | o do not parse synthesis o drop /var/lib/urpmi/names.<medium>
* 5.4Pascal Rigaux2008-02-051-0/+3
|
* - urpmi, urpme, urpmq, urpmf:Pascal Rigaux2008-02-051-0/+3
| | | | | | | o fix --use-distrib (and add test to ensure it never breaks again)
* 5.3Pascal Rigaux2008-02-041-0/+2
|
* - library:Pascal Rigaux2008-02-041-0/+2
| | | | | o since any_xml_info can be slow, add a "callback" option (#37264)
* - urpmi.cfg:Pascal Rigaux2008-02-041-0/+4
| | | | | | | | | | | o "media_info_dir: media_info" is the default o "no-media-info" is used for media for which media_info must be built from rpms the goal of this change is to allow upcoming /etc/urpmi/media.d/*.cfg (or whatever they will be called) to skip mentionning media_info_dir, but also to cleanup urpmi.cfg
* changing the way --synthesis is done in urpm::media::configure.Pascal Rigaux2008-01-301-1/+1
| | | | | | | | This is used by urpmi/urpmq/urpmf. --synthesis will now be more similar to using a virtual medium (a la --use-distrib), compared to really only using the given synthesis.
* - urpmf:Pascal Rigaux2008-01-301-0/+2
| | | | | o fix --synthesis
* - urpmq:Pascal Rigaux2008-01-251-0/+2
| | | | | o add --no-suggests
* - urpme:Pascal Rigaux2008-01-231-0/+3
| | | | | | o enhance pkg list formatting for "The following packages contain %s: %s" error message (#29178)
* - urpme, urpmi:Pascal Rigaux2008-01-221-0/+3
| | | | | o add basesystem-minimal to prohibit-remove
* 5.2Pascal Rigaux2008-01-181-0/+2
|
* sortPascal Rigaux2008-01-181-4/+4
|
* fix typoPascal Rigaux2008-01-181-1/+1
|
* - urpmi:Pascal Rigaux2008-01-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o --buildrequires deprecate --src, --src is kept for compatibility but its behaviour is changed a little (it doesn't download src.rpm anymore) ie implement what i suggested on cooker mailing list: Date: Thu, 15 Nov 2007 18:21:32 +0100 Subject: urpmi --src issues, suggesting replacing --src with --buildrequires current situation: % urpmi /xxx/foo.src.rpm #=> installs foo.src.rpm buildrequires % urpmi --install-src foo bar #=> downloads foo.src.rpm bar.src.rpm and "rpm -i" % urpmi --help | grep -- --src --src, -s - next package is a source package. % urpmi --src foo #=> urpmi says it will install foo buildrequires + foo.src.rpm #=> in fact, it only installs foo buildrequires weird cases in current urpmi: % urpmi --src foo bar #=> equiv to "urpmi --src foo ; urpmi bar" % urpmi foo --src bar #=> equiv to "urpmi --src foo bar" above :-( % urpmi --src foo --src bar #=> equiv to "urpmi --src foo bar" :-( suggestions: 1) we could make --src a global option: % urpmi --src foo bar #=> would install buildrequires of foo.src.rpm and bar.src.rpm cons: it breaks compatibility (though i'm quite sure noone uses the previous behaviour) 2) deprecate --src, introduce with --buildrequires: % urpmi --buildrequires foo bar #=> would install buildrequires of foo.src.rpm and bar.src.rpm 3) when doing "urpmi /xxx/foo.src.rpm", warn the user that it should use either "--install-src" or "--buildrequires", and that urpmi is defaulting to "--buildrequires" 2) and 3) are implemented now
* - urpmiPascal Rigaux2008-01-181-0/+2
| | | | | | | | | o --install-src will succesfully installed src.rpm from /var/cache/urpmi/rpms/* (unless post-clean is 0) we could not do that by default because "urpmi --install-src" as user could not download the file
* - urpmi:Pascal Rigaux2008-01-181-0/+2
| | | | | o --install-src as user now works for remote medium
* - urpmf:Pascal Rigaux2008-01-181-0/+2
| | | | | | o display a warning when searching "xxx(yyy)" since it is handled as a regexp and so the parentheses are useless. suggest using --literal
* - urpmq:Pascal Rigaux2008-01-181-0/+1
| | | | | | | | | | | | o fix option -a : display packages of all compatible archs (#36942) this fixes another issue introduced in commit r231535 (urpmi 4.10.15, 2007-11-15), partially fixed in r231782 (2007-11-28) the commit has 2 parts: - ensure all compatible archs are kept when {all} option is used - display one pkg per line in urpmq
* - urpmf:Pascal Rigaux2008-01-181-0/+3
| | | | | | o add special code for --files simple case, it makes urpmf 3x faster for this often used case
* o fix displaying error message when failing to lock (regression in 5.1)Pascal Rigaux2008-01-171-0/+1
| | | | | (thanks to blino)
* - urpmq:Pascal Rigaux2008-01-171-0/+2
| | | | | o add --provides
* - all tools:Pascal Rigaux2008-01-171-0/+4
| | | | | | o deprecate --curl and --wget in favor of --downloader curl and --downloader --wget
* 5.1Pascal Rigaux2008-01-161-0/+2
|
* - urpmf, urpmq:Pascal Rigaux2008-01-151-1/+3
| | | | | | | o fix using xml info files with spaces in medium name (as reported in a comment of bug #36742)