aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* fix retrieving XML information (mga#9529)Thierry Vignaud2013-03-261-0/+2
| | | | | | | commit r7594 fixed download callback for global progress bar but it broke downloading XML metadata. However, we ended in using new gurpm callback in commit r7598 so we can just revert that change
* 5.455.45Thierry Vignaud2013-03-241-0/+2
|
* update GUI package listThierry Vignaud2013-03-241-0/+1
|
* use gurpm for informing about verifying signatures (mga#9520)Thierry Vignaud2013-03-241-0/+1
|
* do not update progress bar for signatureThierry Vignaud2013-03-241-0/+2
| | | | | it'll conflict as we only account for installs + downloads for achievement
* merge patch for mga#4918Thierry Vignaud2013-03-241-0/+1
|
* explicitely destroy $gurpmThierry Vignaud2013-03-241-0/+2
|
* 5.445.44Thierry Vignaud2013-03-211-0/+2
|
* fix erase progress in global barThierry Vignaud2013-03-211-0/+1
|
* adapt to gurpmi enabling to cancel again downloadsThierry Vignaud2013-03-211-0/+2
|
* 5.435.43Thierry Vignaud2013-03-211-0/+2
|
* use global progress bar for download tooThierry Vignaud2013-03-211-0/+1
|
* fix download progress with global progress bar (mga#9469)Thierry Vignaud2013-03-211-0/+2
|
* 5.425.42Thierry Vignaud2013-03-191-0/+2
|
* use a global progress bar when installing (mga#778)Thierry Vignaud2013-03-161-0/+1
|
* (find_installed_version) workaround a crash (mga#9197)Thierry Vignaud2013-02-271-0/+1
|
* do not offer to pick only update media unless using --expert (mga#2317)Thierry Vignaud2013-02-261-0/+2
|
* fix typoFunda Wang2013-02-161-1/+1
|
* 5.41.2: adapt to new group hierarchyFunda Wang2013-02-161-0/+4
|
* 5.40.15.40.1Thomas Backlund2013-01-161-0/+2
|
* update translationsThomas Backlund2013-01-161-0/+2
|
* reorderThierry Vignaud2012-12-061-1/+1
|
* 5.405.40Thierry Vignaud2012-12-061-0/+2
|
* (get_pkgs) add a fix for a rare crash (mga#7439)Thierry Vignaud2012-12-061-0/+1
|
* update GUI package listThierry Vignaud2012-12-061-0/+1
|
* (post_extract) keep IDs of packages rather than their pathsThierry Vignaud2012-12-061-0/+2
| | | | | | | (success_summary) look at _all_ config files and only those instead of manually matching file paths beginning with "^/etc" (mga#8310) also do not fork useless rpm processes
* log previous changesThierry Vignaud2012-11-291-0/+2
|
* 5.39: adapt to new group hierarchyFunda Wang2012-10-281-0/+2
|
* explain latest commitsThierry Vignaud2012-10-161-0/+2
|
* 5.385.38Thierry Vignaud2012-10-041-0/+3
|
* update GUI package listThierry Vignaud2012-10-041-0/+2
|
* typo fixThierry Vignaud2012-09-211-1/+1
|
* use new URPM EVR package methodThierry Vignaud2012-09-211-0/+2
|
* 5.375.37Thierry Vignaud2012-09-201-0/+2
|
* fix releaserThierry Vignaud2012-09-201-2/+2
|
* (get_info) fix provided installed version for comparingThierry Vignaud2012-09-201-0/+1
| | | | | | | | we were providing the version of the package we were looking at... "bug" introduced in commit r5401 on 2012-08-24: "(get_info) provide version to extract_header() thus fixing changelog highlighting"
* (get_new_deps) fix deselecting updates when clicking on "New dependancies"Thierry Vignaud2012-09-171-0/+1
| | | | side effect: doesn't show suggested packages anymore
* make failing to open RPM DB non fatal when reseting selection (mga#7352)Thierry Vignaud2012-09-071-0/+3
|
* 5.365.36Thierry Vignaud2012-08-311-0/+2
|
* (perform_installation,toggle_nodes) adapt to urpmi-7.5Thierry Vignaud2012-08-311-0/+2
|
* 5.355.35Thierry Vignaud2012-08-241-0/+2
|
* (get_info) provide version to extract_header() thus fixing changelogThierry Vignaud2012-08-241-0/+1
| | | | highlighting
* (do_merge_if_needed) only look at config files, no need to look at theThierry Vignaud2012-08-241-0/+1
| | | | whole file list
* display package basenames when signature checking failsThierry Vignaud2012-08-241-0/+2
| | | | | | | pass basename to urpm::signature::check() via urpm: urpm::main_loop::_verify_rpm() wasn't done anymore since introducing urpm::main_loop on August 2007
* 5.345.34Pascal Terjan2012-05-131-0/+2
|
* restore bit lost in previous commitThierry Vignaud2012-04-051-0/+2
|
* update GUI package listThierry Vignaud2012-04-011-2/+3
|
* 5.335.33Thierry Vignaud2012-03-281-0/+2
|
* (get_pkgs) consider name+arch as key when filtering out olderThierry Vignaud2012-03-281-0/+3
| | | | | | | | | packages/updates, thus fixing only listing first arch seen (mga#5047) regression introduced in r3601 on March 20 2012: (get_pkgs) only display latest updates, not all of them (mga#2258, mga#4534) git-svn-id: svn+ssh://svn.mageia.org/svn/soft/rpmdrake/trunk@3601 5b7c3c08-40e5-403b-9995-ace06908e4af
* (fast_open_urpmi_db) catch early errors too, thus enable to display aThierry Vignaud2012-03-281-0/+2
| | | | graphical error message when debug environment does not exist