summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* add --deploops & --debug-librpm to bash completionThierry Vignaud2016-07-111-0/+2
|
* Prefer http mirrors when using a mirrorlistAnssi Hannula2016-07-111-0/+2
| | | | | | | | | | Sort http mirrors to the beginning of the mirror list. This avoids an rsync mirror being selected as the mirror sometimes, which causes the preferred aria2 downloader from not being used. This also has the effect that in practice aria2 will only be given http mirrors. If this causes issues, the sorting code can be changed to reverse sort with the presence of "rsync://" instead.
* do not break orphan tracking when downgradingThierry Vignaud2015-09-041-0/+2
| | | | | thus fixing unmarking packages as potential orphans when downgrading (mga#16149)
* fix using a proxy without an auth user (mga#11265)Thierry Vignaud2015-08-271-0/+3
|
* 8.068.06Thierry Vignaud2015-05-181-0/+4
|
* 8.058.05Thierry Vignaud2015-03-181-0/+2
|
* install perl-Glib-Object-Introspection...Thierry Vignaud2015-03-181-0/+3
| | | | ...as priority upgrades prior to restart
* remove removed change from logThierry Vignaud2015-02-261-1/+0
|
* 8.048.04Thierry Vignaud2015-02-261-0/+2
|
* always display the right package name on errorsunknown2015-02-261-0/+1
| | | | | fixes mga#15032 and also simplify... needs URPM >= 5.04
* Don't give a wrong package name when it is unknown in a callback (mga#15032)Pascal Terjan2015-02-051-0/+2
|
* 8.038.03Thierry Vignaud2015-01-011-0/+4
|
* 8.028.02Thierry Vignaud2014-11-251-0/+2
|
* fix gurpmi --auto not working anymore (mga#14565)Thierry Vignaud2014-11-251-0/+4
| | | | | | jut use new splited out 'drakbug' module instead of 'standalone' rationale: @ARGV handling in standalone breaks gurpmi --auto regression introduced commit a7c54188c5a236a07bc6aeb504f1b384960f80
* 8.018.01Thierry Vignaud2014-10-091-0/+2
|
* Revert "bump split-length from 8 to 50"Thierry Vignaud2014-10-091-0/+2
| | | | | This reverts commit b6834f91d61d50c4ccfea3b5977363829ef3a1f8. Sadly, this currently breaks stage2 which is more urgent...
* actually bump to 8.008.00Thierry Vignaud2014-09-131-1/+1
|
* 7.33Thierry Vignaud2014-09-071-0/+2
|
* adapt to URPM-5.00Thierry Vignaud2014-09-071-0/+1
|
* rename '--suggests' option as '--recommends'Thierry Vignaud2014-09-071-0/+1
|
* rename 'allow-suggests' as 'allow-recommends'Thierry Vignaud2014-09-071-0/+1
| | | | but keep an alias (with a warning) for compatibility
* rename 'no-suggests' option as 'no-recommends'Thierry Vignaud2014-09-071-0/+1
| | | | keep --no-suggests but with a warning
* rename 'no_suggests' parameter as 'no_recommends'Thierry Vignaud2014-09-051-0/+3
|
* 7.327.32Thierry Vignaud2014-09-051-0/+2
|
* fix crashing when choosing to save fileThierry Vignaud2014-09-051-0/+1
| | | | | aka port from FileSelection to FileChooser (FileSelection no more exists in Gtk3...)
* report crashes through drakbugThierry Vignaud2014-09-041-0/+1
|
* fix segfaulting when managing exceptionsThierry Vignaud2014-09-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | we were loading gtk+2 in order to set my_gtk_main_level to gtk_main_level which resulted in us strange segfaults when eg trying to save a package: $ gdb -q --args perl ./gurpmi ./coreutils-doc-8.23-1.mga5.noarch.rpm (gdb) s generic_exceptions_handler () at GClosure.xs:774 774 if ((*my_gtk_main_level)()) (gdb) print my_gtk_main_level $1 = (guint (*)()) 0x7fffe75eebf0 (gdb) print *my_gtk_main_level Cannot access memory at address 0x7fffe75eebf0 (gdb) s Program received signal SIGSEGV, Segmentation fault. 0x00007fffe75eebf0 in ?? () (gdb) print gtk_main_level $2 = {guint (void)} 0x7fffee90d650 <gtk_main_level>
* bump split-length from 8 to 50Thierry Vignaud2014-06-291-0/+2
| | | | improves installing gnome in a chroot from 14m to 11m
* fix some warnings with perl 5.20Pascal Terjan2014-06-161-0/+1
|
* add some missing methods, allows to do urpmf --qf '%sourcerpm:%requires'Pascal Terjan2014-05-311-0/+1
|
* add --downgrade to bash-completionThierry Vignaud2014-01-271-0/+2
|
* 7.317.31Thierry Vignaud2014-01-241-0/+2
|
* fix garbaged UTF-8 in file name arguments (mga#12407)Thierry Vignaud2014-01-241-0/+2
| | | | @ARGV encoding is changed after calling Gtk3->init
* 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
* 7.307.30Thierry Vignaud2013-12-051-0/+4
|
* 7.297.29Thierry Vignaud2013-12-031-0/+2
|
* Use /proc/self/mountinfo for ro filesystem checks mga#11319Colin Guthrie2013-11-281-0/+1
|
* polkit: Only use pkexec when not already rootColin Guthrie2013-11-171-0/+2
|
* 7.287.28Thierry Vignaud2013-11-051-0/+2
|
* add support for --deploops optionThierry Vignaud2013-11-051-0/+2
|
* download: fix parsing download progress with rsync >= 3.10Olivier Blin2013-10-151-0/+3
| | | | | | | | | | | | | rsync 3.10 now defaults to human readable output, with sizes being printed with a separator between group of 3 digits. This broke our download progress parser. We can fix this by using the --no-human-readable command line option, to get the old rsync progress output format. This option already existed in older rsync versions (tried in Mageia 2), so this change should be safe to include in backports of urpmi to older distributions.
* 7.27.47.27.5Colin Guthrie2013-10-131-0/+2
|
* Use polkit for authorisation (mga#11125)Colin Guthrie2013-10-121-0/+2
|
* 7.27.47.27.4Thierry Vignaud2013-10-041-0/+2
|
* adapt to perl-5.18's random hash keys orderingThierry Vignaud2013-10-041-0/+1
| | | | | | | | | | | | | | | | | | | | (translate_why_removed_one) ensure we got the right reason (testsuite) adapt to new URPM predictible behaviour it was previously relying on the following fixed hash order: $ perl -MData::Dumper -e 'warn Dumper [ keys {'rr1', 'rr1', 'rr2', 'rr2'} ]; \ warn Dumper [ keys {'bb1', 'bb1', 'bb2', 'bb2-1'} ]' $VAR1 = [ 'rr2', 'rr1' ]; $VAR1 = [ 'bb1', 'bb2' ];
* prevent removing orphan kernels if we failed to detect running kernel versionThierry Vignaud2013-10-041-0/+4
| | | | (eg: running testsuite in a chroot)
* remove bogus line from NEWSThierry Vignaud2013-05-301-1/+0
|
* 7.27.37.27.3Thierry Vignaud2013-05-301-0/+2
|
* revert fix for mga#10254 in previous release (mga#10335)Thierry Vignaud2013-05-301-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.2Thierry Vignaud2013-05-241-0/+2
|