summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* fix a testsuite regression with rpm-4.10.0Thierry Vignaud2012-06-081-0/+1
| | | | | | | | disable failing %%pretrans test with rpm-4.10.0 which now fails with: "error: pretrans-1-1.x86_64: install skipped" b/c in rpm-4.10.0: "%pretrans scriptlet failure now fails the install of the package %(similarly to %pre and %preun semantics)"
* (_libdb_version,_rpm_version,should_we_migrate_back_rpmdb_db_version)Thierry Vignaud2012-06-081-0/+1
| | | | adapt to perl-5.16.0: it looks like 'eval "v..."' no longuer create version objects
* better caption for man pages (inspirated by mdv): fix section nameThierry Vignaud2012-06-081-0/+1
|
* urpmi.cfg: support --download-all as an option (Pavel Shved, from mdv)Thierry Vignaud2012-06-081-0/+2
|
* drop support for --guiThierry Vignaud2012-06-081-0/+1
| | | | (now useless)
* (copy_removable) gtkdialogs (and thus /usr/bin/gmessage) is not packaged in MgaThierry Vignaud2012-06-081-0/+1
|
* (_verify_rpm) let rpmdrake pass 'basename' option againThierry Vignaud2012-06-081-0/+1
|
* (_finish) split it out of run()Thierry Vignaud2012-06-081-0/+2
|
* (run) fix downloading twice noarch packages on x86_64 with --download-all ↵Thierry Vignaud2012-06-081-0/+1
| | | | | | | (mga#4867)) (w/o introducing testsuite regressions like previous fix) (reducing side effects to the download-all code)
* fix -m option not showing media names (mga#5916)Thierry Vignaud2012-05-171-0/+3
|
* 6.48.16.48.1Thierry Vignaud2012-04-231-0/+2
|
* add missing bug referenceThierry Vignaud2012-04-231-1/+1
|
* urpmi: do not print orphans message when no package is orphanOlivier Blin2012-04-191-0/+2
|
* kill mdv reference in man pages (#5277)Thierry Vignaud2012-04-081-0/+2
|
* 6.486.48Thierry Vignaud2012-03-261-0/+2
|
* (selected2local_and_blists) prevent having duplicate packages in blistsThierry Vignaud2012-03-261-0/+1
| | | | | (thus fixing downloading twice noarch packages on x86_64 with --download-all (mga#4867))
* install perl-Glib & perl-Gtk2 as priority upgrades prior to restart (mga#5066)Thierry Vignaud2012-03-251-0/+2
|
* tidyfyThierry Vignaud2012-03-211-21/+12
|
* restore translations from just before latest sync after cfergeau commitThierry Vignaud2012-03-211-0/+1
| | | | (cf previous commit)
* (parse_media) fix debug statement to actually output valuesThierry Vignaud2012-03-211-0/+2
| | | | | | | | also tag it as translatable (sprintf() could have been used) bug introduced by cfergeau in r255088 on Mar 30 2009 which gratuitously drop the N() call: "Downgrade cryptic log message to debug message, fixes #49226"
* include older NEWSThierry Vignaud2012-03-211-0/+2915
|
* better logThierry Vignaud2012-03-191-1/+1
|
* (format_line_selected_packages) align columns headers to the columns values ↵Thierry Vignaud2012-03-191-0/+2
| | | | in package list
* describe changesGuillaume Rousse2012-03-191-0/+6
|
* 6.466.46Thierry Vignaud2012-03-051-0/+2
|
* (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")