summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* create /var/tmp in chroots tooThierry Vignaud2007-09-181-0/+2
|
* 4.10.10Pascal Rigaux2007-09-171-0/+2
|
* - fix using already downloaded rpms (from /var/cache/urpmi/rpms) (#33655)Pascal Rigaux2007-09-171-0/+1
|
* (get_updates_description) index by medium then by package ; weThierry Vignaud2007-09-141-0/+2
| | | | | | | previously only index by raw package name (w/o version and w/o arch) which resulted in packages being overwritten (ie on a biarch, we would only saw one of both ia32 & x86_64 packages)
* fixPascal Rigaux2007-09-131-1/+1
|
* 4.10.9Pascal Rigaux2007-09-131-0/+2
|
* - urpmfPascal Rigaux2007-09-111-0/+2
| | | | | | | o fix --synthesis (by handling synthesis argument the same way in urpmq, urpmi and urpmf)
* - urpmi, urpmePascal Rigaux2007-09-101-0/+2
| | | | | | | o default to selecting all the prefered packages according to installed locales (need perl-URPM 1.81 to work)
* - urpmi, urpmePascal Rigaux2007-09-101-0/+4
| | | | | | | | | o do not prompt questions if not waiting for user answer (for urpmi --force or urpme --force) create message_input_() which deprecated message_input(), $o_default_input is dumb IMO
* 4.10.8Pascal Rigaux2007-09-101-0/+2
|
* do not use netrc for protocol sshPascal Rigaux2007-09-101-0/+1
|
* - urpmiPascal Rigaux2007-09-071-0/+3
| | | | | | o enhance "columns" display of packages to install (esp. fit on 80 columns)
* 4.10.7Pascal Rigaux2007-09-071-0/+2
|
* - urpmiPascal Rigaux2007-09-061-1/+3
| | | | | | | | | o display size that will be installed - removed with a nice message (#32022) o display packages which are going to installed with name-version-release info in columns (need enhancing a little more the "info in columns")
* - urpmiPascal Rigaux2007-09-061-0/+3
| | | | | | | | | | o display size that will be installed - removed - urpmi, urpme o use best unit (KB, MB...) to display size will be installed - removed for this, use ->selected_size from perl-URPM and import formatXiB from drakx common.pm
* - urpmiPascal Rigaux2007-09-051-0/+1
| | | | | | | o handle --searchmedia <media1>,...,<mediaN> (asked by tvignaud for rpmdrake)
* - urpmiPascal Rigaux2007-08-311-0/+1
| | | | | o do auto upgrade mandriva kernels (ie remove kernel*-latest to skip.list)
* (rpm_db) lock rpmdb in /var/lib/rpm rather than in /var/lib/urpmi thus ↵Thierry Vignaud2007-08-291-0/+3
| | | | fixing locking with --root
* 4.10.6Pascal Rigaux2007-08-281-0/+2
|
* - urpmiPascal Rigaux2007-08-281-0/+1
| | | | | | | o handle changes in priority-upgrade list between old and new urpmi (#32925) nb: keep --no-priority-upgrade since it is passed by older urpmi when restarting
* urpmi: do not verify signature of .spec files (#32824)Pascal Rigaux2007-08-281-0/+1
| | | | | | (see also a fix in perl-URPM so that URPM::spec2srcheader($_)->arch returns "src" and so urpmi doesn't say it's going to install it (even if it skips it))
* - 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
|