aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 5.49.1distro/mga3Thierry Vignaud2014-01-131-0/+2
|
* 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...
* typo fixThierry Vignaud2014-01-131-1/+1
|
* 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
|
* make it slighly faster: do not perform useless I/OThierry Vignaud2013-04-221-0/+1
|
* consider all config files, not only those in /etcThierry Vignaud2013-04-221-0/+1
|
* make --merge-all-rpmnew less dangerousThierry Vignaud2013-04-221-0/+3
| | | | | | | | let's just ignore /etc/{passwd,group,(g)shadow,hosts,resolv.conf} it's too dangerous to offer people to overwrite those with .rpmnew files... (reported by tmb)
* 5.475.47Thierry Vignaud2013-04-211-0/+2
|
* fix install dialog being on top of sub dialogs (mga#9646)Thierry Vignaud2013-04-211-0/+1
| | | | (needs urpmi >= 7.25)
* fix install dialog title (mga#9550)Thierry Vignaud2013-04-201-0/+2
| | | | | | | | rename a variable introduced by jvictor in commit r267936 on Apr 26 2010 ("Added auto_select and clean_cache options to conf file") that badly conflicted with urpmi's ::auto_select variable we were lucky it didn't break more...
* 5.465.46Thierry Vignaud2013-03-261-0/+2
|
* 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"