summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* fix displaying removed package name in gurpmi/rpmdrake (mga#9545)Thierry Vignaud2013-05-021-0/+3
|
* 7.257.25Thierry Vignaud2013-04-211-0/+2
|
* enable rpmdrake to not use modal dialogs (mga#9646)Thierry Vignaud2013-04-211-0/+1
|
* fix leaving read locks on rpmdb (mga#9248)Thierry Vignaud2013-04-201-0/+3
| | | | | regression introduced in commit r7280 on Feb 5 2013: "(install_logger) unify with callback_uninst(), thus fixing counting for erasures"
* 7.247.24Thierry Vignaud2013-04-181-0/+2
|
* fix package count when a package has a %pretrans scriptletThierry Vignaud2013-04-011-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 Vignaud2013-03-261-0/+3
|
* 7.237.23Thierry Vignaud2013-03-241-0/+2
|
* report packages signature checking in global progress bar dialogThierry Vignaud2013-03-241-0/+1
|
* enable to report packages signature checking in global progress bar dialogThierry Vignaud2013-03-241-0/+2
|
* fix return value (mga#9519)Thierry Vignaud2013-03-241-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 Vignaud2013-03-231-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 ofThierry Vignaud2013-03-231-0/+4
| | | | | downloaded packages instead of the total size of the packages (like urpmi)
* 7.227.22Thierry Vignaud2013-03-211-0/+2
|
* account for packages to erase in gurpm progress barThierry Vignaud2013-03-211-0/+1
|
* enable to cancel downloadsThierry Vignaud2013-03-211-0/+1
|
* enable to have a cancel button in global progress bar dialogThierry Vignaud2013-03-211-0/+5
| | | | (merged from rpmdrake)
* typo fixThierry Vignaud2013-03-211-1/+1
|
* 7.217.21Thierry Vignaud2013-03-211-0/+2
|
* restore main_window when globall progress bar dialog is deletedThierry Vignaud2013-03-211-0/+3
|
* 7.207.20Thierry Vignaud2013-03-191-0/+2
|
* drop 'callback_report_uninst'Thierry Vignaud2013-03-161-0/+2
| | | | rationale: 'callback_uninst' now enables to get erasure progress
* show removed packages in progress tooThierry Vignaud2013-03-161-0/+1
|
* new widget to share with rpmdrake for global progress bar (mga#778)Thierry Vignaud2013-03-161-0/+1
|
* fix lookup deps of updates in other media when using --updateThierry Vignaud2013-03-161-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 tooThierry Vignaud2013-03-161-0/+1
|
* support other distros which do not have exception support in gtk+ callbacksThierry Vignaud2013-03-161-0/+1
|
* use new exception managementThierry Vignaud2013-03-161-0/+2
|
* enable callers to pass their own callbacks for erasure progress & errorsThierry Vignaud2013-02-251-0/+2
| | | | eg: for rpmdrake/gurpm/drakx
* (run) document itThierry Vignaud2013-02-251-0/+3
|
* make it clear it was a mga reportThierry Vignaud2013-02-251-1/+1
|
* 7.197.19Thierry Vignaud2013-02-091-0/+2
|
* add basic support for --downgrade (mga#6655)Thierry Vignaud2013-02-091-0/+2
| | | | needs new URPM
* 7.187.18Thierry Vignaud2013-02-091-0/+2
|
* (install_logger) keep a separate counter for erasuresThierry Vignaud2013-02-091-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.17Thierry Vignaud2013-02-051-0/+2
|
* (install_logger) unify with callback_uninst(), thus fixing counting forThierry Vignaud2013-02-051-0/+3
| | | | | | | | | | erasures (callback_uninst) restore quiet behavior when not in verbose mode (install) temporary set $urpm->{trans} adapt testsuite
* 7.167.16Thierry Vignaud2013-02-031-0/+2
|
* handle callback_error when installing packages (scripts & I/O errors)Thierry Vignaud2013-02-031-0/+1
|
* (callback_uninst) display erasure progressThierry Vignaud2013-02-031-0/+2
| | | | | | inspirated from install_logger() adjust testsuite accordingly
* 7.15.27.15.2Thomas Backlund2013-01-161-0/+2
|
* update translationsThomas Backlund2013-01-161-0/+2
|
* fix log entryThierry Vignaud2013-01-161-1/+1
|
* 7.15.17.15.1Thierry Vignaud2012-12-181-0/+2
|
* fix retrieving rpm version with stable rpmThierry Vignaud2012-12-181-0/+3
|
* 7.157.15Thierry Vignaud2012-12-171-0/+2
|
* fix retrieving rpm version with beta versionsThierry Vignaud2012-12-171-0/+1
|
* (install) do not show empty information from README* with --justdbThierry Vignaud2012-12-151-0/+3
|
* 7.147.14Thierry Vignaud2012-12-131-0/+2
|
* (add_distrib_media) associate media_cfg data to media when adding themThierry Vignaud2012-12-131-0/+3
| | | | | | | | needed for drakx installer complement commit r259200 by cfergeau on Aug 13 2009: "Save media.cfg files locally to map urpmi.cfg media to media.cfg" which only associate media_cfg data to media loaded from config, not those just added