aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* keep only latest package per medium, not globally (mga#12766)Thierry Vignaud2014-06-271-0/+2
|
* Revert "package list contains only latest updates, not all, so"Thierry Vignaud2014-06-271-2/+0
| | | | | | | | | | | This reverts commit 5b24d6f61e17bffc2c9283a65100a29d6a05e586. Conflicts: NEWS rationale: too much changes & replacing compare*() by lt is bogus for comparing rpm versions
* fix crashing when canceling browsing custom media path (mga#13268)Thierry Vignaud2014-06-271-0/+1
|
* fix down arrow button not working (mga#13572)Thierry Vignaud2014-06-241-0/+2
|
* kill unreleased lineThierry Vignaud2014-06-241-2/+0
|
* package list contains only latest updates, not all, soAngelo Naselli2014-05-151-0/+5
| | | | filters and backport list have been managed accordingly (fix mga#12766)
* 6.106.10Colin Guthrie2014-01-221-0/+2
|
* Do not exec pkexec but run it so it has a parent process to fix double fork ↵Colin Guthrie2014-01-221-0/+3
| | | | issues mga#11184 mga#12364
* 6.96.9Thierry Vignaud2014-01-161-0/+2
|
* better logThierry Vignaud2014-01-161-1/+2
|
* fix slow refresh of pkgs list (mga#12300)Thierry Vignaud2014-01-161-0/+3
|
* 6.86.8Thierry Vignaud2014-01-131-0/+2
|
* update GUI package listThierry Vignaud2014-01-131-0/+1
|
* fix a crash when trying to debug an old issue (mga#8967)Thierry Vignaud2014-01-131-0/+3
| | | | it's stupid to crash when trying to do so...
* 6.76.7Thierry Vignaud2014-01-061-0/+2
|
* fix a crash (spot by Colin Guthrie)Thierry Vignaud2014-01-061-0/+3
| | | | bug introduced in commit ecf2620b9ab4fd19d8ce759117799e1c1ffb5186
* fix bug ID (mga#11925)Thierry Vignaud2013-12-281-1/+1
|
* 6.61231c5ae32d233e10336b84235c46d362aebef2dThierry Vignaud2013-12-281-0/+2
|
* (add_nodes) fix slow update of pkgs list (mga#12000)Thierry Vignaud2013-12-281-0/+1
| | | | | we freeze the tree updates & detach the model while updating it (from PyGtk FAQ: http://faq.pygtk.org/index.py?req=show&file=faq13.043.htp)
* fix a warningThierry Vignaud2013-12-211-0/+3
| | | | | | fix "*** Gtk3::Source::LanguageManager::get_default: passed too many parameters (expected 0, got 1); ignoring excess at /usr/lib/perl5/vendor_perl/5.18.1/Rpmdrake/rpmnew.pm line 96"
* 6.56.5Thierry Vignaud2013-12-211-0/+2
|
* fix displaying that the db is locked instead of an error messageThierry Vignaud2013-12-211-0/+2
|
* 6.46.4Thierry Vignaud2013-12-131-0/+2
|
* fix crashing when selecting last mediumThierry Vignaud2013-12-131-0/+1
|
* fix edit button being unsensitive (mga#11961)Thierry Vignaud2013-12-131-0/+3
|
* 6.36.3Thierry Vignaud2013-12-061-0/+2
|
* fix searching returning no results (mga#11898)Thierry Vignaud2013-12-061-0/+2
| | | | migration in commit cc91f031 wasn't bogus
* 6.26.2Thierry Vignaud2013-12-061-0/+2
|
* adapt to Gtk3's get_selected_rows() returning an array ref (mga#11895)Thierry Vignaud2013-12-061-0/+3
| | | | thus fixing a crash when deleting media (mga#11895)
* 6.16.1Thierry Vignaud2013-12-061-0/+2
|
* use introspection for Source tooThierry Vignaud2013-12-051-0/+2
|
* 6.06.0Thierry Vignaud2013-12-051-0/+4
|
* 5.545.54Colin Guthrie2013-11-121-0/+2
|
* polkit: Ensure wrapper uses "$@" for argument passthrough.Colin Guthrie2013-11-121-7/+9
| | | | | | This ensures that arguments containing spaces etc are properly quoted Thanks to Dave Hodgins for pointing out out (twice - I forgot the first time)
* 5.535.53Colin Guthrie2013-11-111-0/+2
|
* Fix the escaping of $* in polkit Makefile.Colin Guthrie2013-11-111-0/+2
| | | | | This was inadvertantly broken in b667b975bcd8b97662b0ca7974f036905cf3177b when the double quotes were changed to single but this usage was not updated.
* 5.52.25.52.2Thomas Backlund2013-11-111-0/+2
|
* properly escape 5096UIDThomas Backlund2013-11-111-1/+2
|
* use 500 instead of 500Thomas Backlund2013-11-101-0/+2
|
* 5.52.15.52.1Thomas Backlund2013-11-091-0/+4
|
* 5.525.52Thomas Backlund2013-11-091-0/+2
|
* use /usr/libexec/drakrpm-addmedia directly in stage2 (colin, #11319)Thomas Backlund2013-11-091-0/+2
|
* 5.515.51Colin Guthrie2013-10-131-0/+2
|
* polkit: Tidy up polkit supportColin Guthrie2013-10-121-0/+2
|
* 5.505.50Colin Guthrie2013-09-031-1/+3
|
* Convert to polkit from usermode consolehelper for gaining root privilegesColin Guthrie2013-09-031-0/+2
| | | | | | | | | | | | polkit is better integrated into various environments, both console and GUI and offers better access rules and prevents the internal need to run su which is prone to errors and doesn't offer an environment agnostic prompt to the user. The 'auth as user' (as opposed to 'auth as root') for the 'MageiaUpdate' binary has been ported to the polkit equiv. mga#11125
* 5.495.49Thomas Backlund2013-05-081-0/+2
|
* - --merge-all-rpmnew mode:Thomas Backlund2013-05-081-0/+3
| | | | | | o ignore /etc/crypttab (mga#10028)
* actually /etc/{passwd,group} were already protectedThierry Vignaud2013-04-221-1/+1
|
* 5.485.48Thierry Vignaud2013-04-221-0/+2
|