Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove bogus line from NEWS | Thierry Vignaud | 2013-05-30 | 1 | -1/+0 |
| | |||||
* | 7.27.37.27.3 | Thierry Vignaud | 2013-05-30 | 1 | -0/+2 |
| | |||||
* | revert fix for mga#10254 in previous release (mga#10335) | Thierry Vignaud | 2013-05-30 | 1 | -0/+5 |
| | | | | | | | the bug was actually in media.cfg basically reverting commit r8361 on 2013-05-24 (was: "fix wrongly enabling backports/testing for tainted/nonfree (mga#10254)") | ||||
* | 7.27.27.27.2 | Thierry Vignaud | 2013-05-24 | 1 | -0/+2 |
| | |||||
* | fix wrongly enabling backports/testing for tainted/nonfree (mga#10254) | Thierry Vignaud | 2013-05-24 | 1 | -0/+2 |
| | | | | (when such packages are already installed) | ||||
* | library: ensure priority updates are installed in a single transaction. | Colin Guthrie | 2013-05-19 | 1 | -0/+3 |
| | | | | | | | | | | | | | | This fix is needed in cases where rpm's libdb changes. If the priority updates happen to be installed in more than one transaction, the %post script in rpm which deletes the old index files (/var/lib/rpm/__db.*) may happen at the end of the first of those transactions. This causes the indexes to be regenerated by the *old* db version and causes the second transaction to fail. By ensuring the priority updates are handled in a single transaction, the indexes will be recreated after the urpmi restart and will thus use the correct, new libdb to create the indexes. Patch and fix from Thierry Vignaud | ||||
* | 7.27.17.27.1 | Thierry Vignaud | 2013-05-17 | 1 | -0/+2 |
| | |||||
* | really auto enable tainted media if needed when adding distrib media | Thierry Vignaud | 2013-05-17 | 1 | -0/+3 |
| | |||||
* | 7.277.27 | Thierry Vignaud | 2013-05-17 | 1 | -0/+2 |
| | |||||
* | auto enable nonfree/taitned media if needed when adding distrib media | Thierry Vignaud | 2013-05-17 | 1 | -0/+1 |
| | |||||
* | enable to see if nonfree/tained packages are installed (mga#8368, #8379 & #9758) | Thierry Vignaud | 2013-05-17 | 1 | -0/+2 |
| | |||||
* | do not popup errors at end in auto mode | Thierry Vignaud | 2013-05-17 | 1 | -0/+6 |
| | |||||
* | 7.267.26 | Thierry Vignaud | 2013-05-02 | 1 | -0/+2 |
| | |||||
* | sort package list | Thierry Vignaud | 2013-05-02 | 1 | -0/+2 |
| | |||||
* | fix displaying removed package name in gurpmi/rpmdrake (mga#9545) | Thierry Vignaud | 2013-05-02 | 1 | -0/+3 |
| | |||||
* | 7.257.25 | Thierry Vignaud | 2013-04-21 | 1 | -0/+2 |
| | |||||
* | enable rpmdrake to not use modal dialogs (mga#9646) | Thierry Vignaud | 2013-04-21 | 1 | -0/+1 |
| | |||||
* | fix leaving read locks on rpmdb (mga#9248) | Thierry Vignaud | 2013-04-20 | 1 | -0/+3 |
| | | | | | regression introduced in commit r7280 on Feb 5 2013: "(install_logger) unify with callback_uninst(), thus fixing counting for erasures" | ||||
* | 7.247.24 | Thierry Vignaud | 2013-04-18 | 1 | -0/+2 |
| | |||||
* | fix package count when a package has a %pretrans scriptlet | Thierry Vignaud | 2013-04-01 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | (spot by Colin on installing a minimal system with urpmi) callback_open got called one too much (it got called twice for first package which is actually filesystem), thus we bump the index one too much. the call chain is: rpmtsRun() -> runTransScripts() -> rpmteProcess() which says: /* Dont bother opening for elements without pre/posttrans scripts */ But since we now have package ('filesystem') with %pretrans due to /usr migration, it goes further and calls rpmteOpen()->rpmteFDHeader() which notifys us about a package opening in order to get its file descriptor. | ||||
* | display exceptions that happened while downloading (mga#9529) | Thierry Vignaud | 2013-03-26 | 1 | -0/+3 |
| | |||||
* | 7.237.23 | Thierry Vignaud | 2013-03-24 | 1 | -0/+2 |
| | |||||
* | report packages signature checking in global progress bar dialog | Thierry Vignaud | 2013-03-24 | 1 | -0/+1 |
| | |||||
* | enable to report packages signature checking in global progress bar dialog | Thierry Vignaud | 2013-03-24 | 1 | -0/+2 |
| | |||||
* | fix return value (mga#9519) | Thierry Vignaud | 2013-03-24 | 1 | -0/+1 |
| | | | | | gurpm::RPMProgressDialog's DESTROY was changing $? which resulted in different return values between exit(0) and POSIX::_exit(0) value | ||||
* | improved layout: | Thierry Vignaud | 2013-03-23 | 1 | -0/+3 |
| | | | | | - only the package list needs a scrolling bar - always display space information | ||||
* | display the addionnal space that will be used and the amount of | Thierry Vignaud | 2013-03-23 | 1 | -0/+4 |
| | | | | | downloaded packages instead of the total size of the packages (like urpmi) | ||||
* | 7.227.22 | Thierry Vignaud | 2013-03-21 | 1 | -0/+2 |
| | |||||
* | account for packages to erase in gurpm progress bar | Thierry Vignaud | 2013-03-21 | 1 | -0/+1 |
| | |||||
* | enable to cancel downloads | Thierry Vignaud | 2013-03-21 | 1 | -0/+1 |
| | |||||
* | enable to have a cancel button in global progress bar dialog | Thierry Vignaud | 2013-03-21 | 1 | -0/+5 |
| | | | | (merged from rpmdrake) | ||||
* | typo fix | Thierry Vignaud | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | 7.217.21 | Thierry Vignaud | 2013-03-21 | 1 | -0/+2 |
| | |||||
* | restore main_window when globall progress bar dialog is deleted | Thierry Vignaud | 2013-03-21 | 1 | -0/+3 |
| | |||||
* | 7.207.20 | Thierry Vignaud | 2013-03-19 | 1 | -0/+2 |
| | |||||
* | drop 'callback_report_uninst' | Thierry Vignaud | 2013-03-16 | 1 | -0/+2 |
| | | | | rationale: 'callback_uninst' now enables to get erasure progress | ||||
* | show removed packages in progress too | Thierry Vignaud | 2013-03-16 | 1 | -0/+1 |
| | |||||
* | new widget to share with rpmdrake for global progress bar (mga#778) | Thierry Vignaud | 2013-03-16 | 1 | -0/+1 |
| | |||||
* | fix lookup deps of updates in other media when using --update | Thierry Vignaud | 2013-03-16 | 1 | -0/+3 |
| | | | | | | | reverting commit r1931 from 2011-09-14: "(configure,_auto_update_media,parse_media,update_media) fix (g)urpmi --auto-select --update defaulting to all media when there're no update media (#1024)" | ||||
* | support exceptions in callback in main wrapper too | Thierry Vignaud | 2013-03-16 | 1 | -0/+1 |
| | |||||
* | support other distros which do not have exception support in gtk+ callbacks | Thierry Vignaud | 2013-03-16 | 1 | -0/+1 |
| | |||||
* | use new exception management | Thierry Vignaud | 2013-03-16 | 1 | -0/+2 |
| | |||||
* | enable callers to pass their own callbacks for erasure progress & errors | Thierry Vignaud | 2013-02-25 | 1 | -0/+2 |
| | | | | eg: for rpmdrake/gurpm/drakx | ||||
* | (run) document it | Thierry Vignaud | 2013-02-25 | 1 | -0/+3 |
| | |||||
* | make it clear it was a mga report | Thierry Vignaud | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | 7.197.19 | Thierry Vignaud | 2013-02-09 | 1 | -0/+2 |
| | |||||
* | add basic support for --downgrade (mga#6655) | Thierry Vignaud | 2013-02-09 | 1 | -0/+2 |
| | | | | needs new URPM | ||||
* | 7.187.18 | Thierry Vignaud | 2013-02-09 | 1 | -0/+2 |
| | |||||
* | (install_logger) keep a separate counter for erasures | Thierry Vignaud | 2013-02-09 | 1 | -0/+2 |
| | | | | | | | | | | only initialize $total_pkg: - when starting a new transaction - or on first erasure in transaction (_compute_pkg_total) kill it (no more needed) adjust testsuite accordingly | ||||
* | 7.177.17 | Thierry Vignaud | 2013-02-05 | 1 | -0/+2 |
| |