summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* (install) fix circular reference that defeats perl's GCThierry Vignaud2012-03-051-0/+1
| | | | | | | | | | | | | | | | | | | else we keep the RPM DB open several times until rpm fails: created transaction for installing on / (remove=0, install=0, upgrade=8) error: rpmdb: Lock table is out of available locker entries error: cannot open Basenames index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Group index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Requirename index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Triggername index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries (...) regression introduced in commit r2946 on 2012-02-14 (was: '(install) --test: do not display "More information on package"')
* (install) explicitely close the RPM DB after each transactionThierry Vignaud2012-03-051-0/+1
| | | | | | | | | | | | | | | | else we keep the RPM DB open several times until rpm fails: created transaction for installing on / (remove=0, install=0, upgrade=8) error: rpmdb: Lock table is out of available locker entries error: cannot open Basenames index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Group index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Requirename index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Triggername index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries (...)
* warn if --allow-force, --allow-nodeps, --force or --keep is in use (mga#3127)Thierry Vignaud2012-03-051-0/+2
|
* sync with code6.45Thierry Vignaud2012-02-271-0/+2
|
* urpmq: fix non-zero exit code if .rpm file was not found (POK, mdv#64969)Thierry Vignaud2012-02-271-0/+2
|
* fix urpmi failing silently and with exit status 0 when packageThierry Vignaud2012-02-271-0/+3
| | | | | installation fails due to either conflicts (mdv#63072) or to unselecting package (inspirated by mdv, mdv#63940)
* better log for misc commitThierry Vignaud2012-02-271-1/+2
|
* sortThierry Vignaud2012-02-271-3/+3
|
* (migrate_back_rpmdb_db_to_4_6) downgrade from rpm-4.9 to 4.8 db whenThierry Vignaud2012-02-211-0/+2
| | | | installing mga1 in a chroot from mga2+ (mga#4590)
* fix spacingThierry Vignaud2012-02-211-1/+0
|
* add the bugfix in NEWSMichael Scherer2012-02-181-0/+2
|
* kill unused DUDF support (mga#4493)Thierry Vignaud2012-02-141-0/+1
|
* return the proper error code in some cases when failing to install some packagesThierry Vignaud2012-02-141-0/+2
| | | | | (conflicts, requires on older than installed packages, unstallable packages)
* (run) --test: do not update /var/lib/rpm/installed-through-deps.list again & ↵Thierry Vignaud2012-02-141-0/+1
| | | | again
* (install) --test: do not display "More information on package"Thierry Vignaud2012-02-141-0/+3
|
* 6.446.44Thierry Vignaud2012-02-071-0/+2
|
* (_search_packages) fix package count when using -a and when someThierry Vignaud2012-02-071-0/+2
| | | | packages exist in several repositories (eg: noarch packages) (mga#4322)
* translation updates (HAL => Udisks)Thierry Vignaud2012-01-291-0/+2
|
* 6.43.16.43.1Thierry Vignaud2012-01-231-0/+2
|
* do not test urpm::dudfThierry Vignaud2012-01-231-0/+1
|
* (ui_msg) kill it, obsolete for years, thus fixing a GC cycleThierry Vignaud2012-01-231-0/+2
|
* 6.436.43Thierry Vignaud2012-01-061-0/+2
|
* (already_installed) fix already installed noarch packages are listedThierry Vignaud2012-01-061-0/+1
| | | | twice on x86_64 (mga#4038)
* (_all_unrequested_orphans) fix reading unrequested packages listThierry Vignaud2012-01-061-0/+1
| | | | | | | | (/var/lib/rpm/installed-through-deps.list) when chrooted (was trying to read out of chroot one when computing orphans) (compute_future_unrequested_orphans,get_orphans) adapt to new calling convention
* (df) fix checking available space of mount pointThierry Vignaud2012-01-061-0/+1
| | | | | | | (cautgh by perl_checker, might help mga#1342) introduced by cfergeau in r261869 on 2009-10-13 ("add df function to urpm/sys.pm")
* (open_lzma) fix using xml info files with quotess in medium name (withThierry Vignaud2012-01-061-0/+2
| | | | | | | | | urpmf & urpmq) introduced in r232995 by pixel on 2008-01-15 ("fix using xml info files with spaces in medium name") (cautgh by perl_checker)
* disable dudf support (we've nothing server side)Thierry Vignaud2011-12-181-0/+1
|
* do not compute orphan packages when handling priority upgradesThierry Vignaud2011-12-181-0/+3
|
* be consistent with full month namesThierry Vignaud2011-12-051-2/+2
|
* fix dates in NEWSThierry Vignaud2011-12-051-3/+3
|
* 6.426.42Thierry Vignaud2011-12-051-0/+2
|
* (_pick_one_) do not pick rsync medium if rsync is not installed (mga#3557)Thierry Vignaud2011-12-051-0/+2
|
* document that -a only works on enabled media (mga#3190)Thierry Vignaud2011-10-271-0/+3
|
* 6.416.41Thierry Vignaud2011-10-141-0/+2
|
* fix broken 'urpmi --no-md5sum' (pok, mga#62557)Thierry Vignaud2011-10-071-0/+1
|
* (_sync_webfetch_raw) use rsync to download from rsync-mirrors (Alexander ↵Thierry Vignaud2011-10-071-0/+1
| | | | | | | | | | | Barakin, mga#2518) due to options->{metalink} test, we were selecting curl/aria2/... before checking for rsync protocol tested by setting 'choosen' in /var/cache/urpmi/mirrors.cache to any mirror available on rsync, for examle: rsync://ftp-stud.hs-esslingen.de/Mageia/distrib/cauldron/x86_64
* (run) add infrastructure so that GUIes can offer not to ask anymore about ↵Thierry Vignaud2011-09-191-0/+2
| | | | missing or bad packages
* (get_now_orphans_gui_msg) introduce it for rpmdrake (#920)Thierry Vignaud2011-09-171-0/+2
|
* 6.406.40Thierry Vignaud2011-09-141-0/+2
|
* (configure,_auto_update_media,parse_media,update_media) fix (g)urpmiThierry Vignaud2011-09-141-0/+2
| | | | | | | --auto-select --update defaulting to all media when there're no update media (#1024) (syncing with currently shipped urpmi)
* compress sources with xz instead of bzip2Thierry Vignaud2011-09-141-0/+2
|
* 6.396.39Eugeni Dodonov2010-11-221-1/+2
|
* bring back urpmi.recover :)Per Øyvind Karlsen2010-11-211-0/+5
|
* 6.386.38Olivier Blin2010-06-181-0/+2
|
* add --zeroconf support in urpmi.addmediaOlivier Blin2010-06-161-0/+2
|
* 6.376.37Eugeni Dodonov2010-05-281-0/+1
|
* Updated NEWSEugeni Dodonov2010-05-281-0/+3
|
* 6.366.36Christophe Fergeau2010-05-261-0/+2
|
* urpmq: allow to use -g with --listChristophe Fergeau2010-05-171-0/+3
|
* remember which media local packages came fromChristophe Fergeau2010-04-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | It's sometimes possible that a package is available from both a local medium (CDROM) and a distant one. This causes problems when the package isn't signed with the same key (this is bad but happens on MES5 install CDs) as urpmi tends to get confused about where a package comes from and then check the package against the wrong key. Packages are assigned IDs by urpmi, and these IDs are used to figure out the package media. This ID is also used as an identifier to "recognize" identical packages coming from different media, so we need to be careful when manipulating it. In particular, we can't assign the right ID to every package right away because then this would break package downloading (we'd download packages available on local media). When processing packages to download, if we encounter a local package, we assign it the right ID. This assumes the list of media in the blist are sorted by order of relevance (ie prioritary ones first).