summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* - urpmqPascal Rigaux2008-01-151-0/+1
| | | | | | | o fix --list (regression introduced in 5.0) (those lines were wrongly dropped in r232614 2007-12-19)
* deprecate "urpmq --requires"Pascal Rigaux2008-01-141-1/+1
|
* o deprecate "urpmq -R" and "urpmq -RR"Pascal Rigaux2008-01-141-0/+1
|
* - urpmq:Pascal Rigaux2008-01-141-0/+2
| | | | | o add --sourcerpm
* - urpmf:Pascal Rigaux2008-01-141-0/+3
| | | | | o fix --license
* - 5.0Pascal Rigaux2008-01-111-3/+15
| | | | | | | | | | | | | | | | | | | - urpmf, urpmq: o use xml info instead of hdlist when possible o "urpmq -l" is faster (3x) o "urpmf -l" is slower (1.5x) o "urpmf --sourcerpm" is much faster o see "xml-info" option in urpmi.cfg(5) to see when those files are downloaded o new require: perl module XML::LibXML - urpmq: o use rpm file instead of hdlist/xml-info when file is local o use URPM::Package->changelogs (need perl-URPM 3.06) - urpmi.update, urpmi.addmedia, urpmi.removemedia: o drop hdlist support replaced with xml media_info (this imply file-deps are correctly handled, see genhdlist2(1)) - urpmi.addmedia o new --xml-info option
* - urpmq:Pascal Rigaux2008-01-111-0/+2
| | | | | o use URPM::Package->changelogs (need perl-URPM 3.06)
* - urpmfPascal Rigaux2008-01-101-0/+3
| | | | | | o fix an *old* bug (since december 2002) making urpmf keeps parsed hdlist files in memory (was fixed for multitags, but not for simple tags)
* when doing urpmi.addmedia on a remote medium, we first look forPascal Rigaux2008-01-081-0/+3
| | | | | | synthesis.hdlist.cz, but we should also download MD5SUM and check synthesis.hdlist.cz (the checking was only done on urpmi.update)
* - urpmiPascal Rigaux2008-01-081-0/+3
| | | | | | | | | o always prompt before doing a priority-upgrade transaction, even if there is only one priority upgrade package (since there will be more packages to install after restarting urpmi) see bug #36483 which mention this
* oops, fix previous commitPascal Rigaux2007-12-211-2/+2
|
* add bug numberPascal Rigaux2007-12-211-1/+1
|
* - urpmi.update, urpmi.addmedia, urpmi.removemedia:Pascal Rigaux2007-12-191-0/+1
| | | | | o enhancement: only parse updated synthesis
* - urpmi.update, urpmi.addmedia, urpmi.removemedia:Pascal Rigaux2007-12-191-0/+2
| | | | | | | o drop option "-c" which used to clean /var/cache/urpmi/headers since we don't use that dir anymore :)
* o replace /var/lib/urpmi/MD5SUM with /var/lib/urpmi/MD5SUM.<medium_name>Pascal Rigaux2007-12-191-0/+3
| | | | | | | | | (this will allow checking xml media_info is up-to-date even if we don't update it at the same time as synthesis is updated) and further cleanup urpm::media code (esp. modify {force} behaviour, may need some adjustments)
* - all tools:Pascal Rigaux2007-12-191-0/+2
| | | | | o drop hdlist support (will be replaced with xml media_info)
* - urpmi:Pascal Rigaux2007-12-181-0/+4
| | | | | | | | o do remove __db* on priority-upgrade (fix regression introduced in 4.10.15) (may fix #36190)
* enhancePascal Rigaux2007-12-121-1/+1
|
* 4.10.19Pascal Rigaux2007-12-121-0/+2
|
* - urpmi:Pascal Rigaux2007-12-121-0/+7
| | | | | | | | | o fix handling "post-clean: 0" in urpmi.cfg (#36082, regression introduced 2007-11-28) - library: o urpm::media::read_config() doesn't read urpmi.cfg global options anymore, use urpm->get_global_options or urpm->new_parse_cmdline
* perl-URPM 2.11 is in fact 3.00Pascal Rigaux2007-12-111-1/+1
|
* 4.10.18Pascal Rigaux2007-12-111-0/+2
|
* - urpmi.addmedia:Pascal Rigaux2007-12-101-0/+2
| | | | | | o adapt to perl-URPM 2.11 API to parse pubkey files (nb: $urpm->{keys} is not used anymore)
* - urpmi:Pascal Rigaux2007-12-101-0/+2
| | | | | o handle --suggests (to override urpmi.cfg global option "no-suggests") (#36007)
* - urpmi.addmedia:Pascal Rigaux2007-12-051-0/+1
| | | | | | | | o exit code 1 when a medium can't be added and simplifies a mess in urpmi.addmedia: this mess is not needed anymore since update_media() will exit on error
* - urpmi.update:Pascal Rigaux2007-12-051-0/+3
| | | | | | | | o exit code 1 when a (selected) medium can't be updated (#35952) o leave early with error if no medium were successfull updated nb: also fix returning "unmodified" instead of "1" when a medium is not updated
* - urpmi.addmedia:Pascal Rigaux2007-12-051-0/+3
| | | | | | o enhance parsing of urls with login:password for logins with "@" so that password doesn't end up in urpmi.cfg
* - drop translated man pages (they are too old)Pascal Rigaux2007-12-041-0/+2
|
* 4.10.17Pascal Rigaux2007-11-301-0/+2
|
* - urpmi:Pascal Rigaux2007-11-301-0/+5
| | | | | | | o fix regression introduced in 4.10.15: "urpmi --force valid invalid" should warn about "invalid" but still install "valid"
* 4.10.16Pascal Rigaux2007-11-281-0/+2
|
* - urpmi:Pascal Rigaux2007-11-281-0/+5
| | | | | | | | o small transactions should have at least 8 packages (ie --split-length is now 8 by default) o do not do a big transaction if installing less than 20 packages (ie --split-level is now 1 by default)
* - urpmq:Pascal Rigaux2007-11-281-0/+1
| | | | | o bugfix previous release: "urpmq --fuzzy foo" should display all "*foo*" matches
* oops, fix previous commitPascal Rigaux2007-11-281-1/+1
|
* - urpmq:Pascal Rigaux2007-11-281-0/+3
| | | | | o new option --requires-recursive (alias of option -d)
* 4.10.15Pascal Rigaux2007-11-261-0/+2
|
* - all tools:Pascal Rigaux2007-11-221-0/+2
| | | | | | | o exit with code 1 after displaying usage (instead of exit code 0) (urpmi exit code "1" is correctly documented in urpmi's manpage)
* - urpmiPascal Rigaux2007-11-191-0/+2
| | | | | | | | | o --auto-update is quite unsafe, but at least now it should be cleaner (ensure $urpm doesn't have media twice) bug triggered by --auto-update --update. still --auto-update --update should not update non-update media...
* - urpmiPascal Rigaux2007-11-161-0/+1
| | | | | o fix --limit-rate (regression introduced in 4.9.12)
* add bug numberPascal Rigaux2007-11-151-1/+1
|
* - urpmi:Pascal Rigaux2007-11-151-0/+1
| | | | | | | | o fix "urpmi --install-src" (regression introduced in 4.10.9) nb: packages_by_name can't be used here since $urpm->{provides} doesn't have src.rpm so a full search is needed
* - urpmi:Pascal Rigaux2007-11-141-0/+4
| | | | | | o with rsync, use --copy-links (to have the same behaviour as http/ftp, and so allow symlinks on the server)
* 4.10.14Pascal Rigaux2007-10-041-0/+2
|
* - library:Pascal Rigaux2007-10-041-0/+3
| | | | | o urpm::media::add_distrib_media: add option "only_updates" for rpmdrake
* 4.10.13Pascal Rigaux2007-10-031-0/+2
|
* - urpmiPascal Rigaux2007-10-021-0/+3
| | | | | o remove prefix/var/lib/rpm/__db* after installing pkgs rooted
* 4.10.12Pascal Rigaux2007-09-271-0/+2
|
* - urpm::media::update_media:Pascal Rigaux2007-09-271-0/+4
| | | | | | | | | o ensure a second pass is done even if media has not been modified (useful for the %trigger trick done in urpmi to rebuild synthesis with suggests) without it, file provides are not computed properly
* - urpmfPascal Rigaux2007-09-271-0/+3
| | | | | o fix -a and -o
* 4.10.11Pascal Rigaux2007-09-241-0/+3
|