summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 8.1038.103Thierry Vignaud2016-07-111-0/+2
|
* add 'no_ignore_case' to Getopt options (mga#17923)Shlomi Fish2016-07-111-0/+1
| | | | thus fixing t/superuser--orphans.t regressions
* adapt to aria2c-1.16+ output (mga#16500)Shlomi Fish2016-07-111-0/+1
| | | | | | | | | | | | | | | | aria2c > 1.14 changed the output of the progress download string it's no longer what follows: "[#1 SIZE:176.0KiB/2.5MiB(6%) CN:3 SPD:256.22KiBs ETA:09s]" but here is the new one from aria2c 1.16 and beyond: "[#2c8dae 496KiB/830KiB(59%) CN:1 DL:84KiB ETA:3s]" So the old parser no longer works... The string parser has been rewritten by Shlomi Fish with use of multiline mode and comments for better readability, should aria2c progress download string change again Dug & fixed by Giuseppe Ghibò <ghibomgx@gmail.com> and Shlomi Fish <shlomif@shlomifish.org>
* s/suggests/recommends/ in bash completionThierry Vignaud2016-06-161-0/+2
|
* 8.1028.102Thierry Vignaud2016-04-141-0/+2
|
* use new "elem" callbackThierry Vignaud2016-04-141-0/+2
| | | | need URPM >= 5.07
* unset LD_PRELOAD in chrootThierry Vignaud2016-01-241-0/+1
| | | | | thus fixing warnings when using eg: eatmydata (b/c of missing object in the chroot)
* add --deploops & --debug-librpm to bash completionThierry Vignaud2016-01-141-0/+2
|
* 8.1018.101Thierry Vignaud2016-01-051-0/+2
|
* Prefer http mirrors when using a mirrorlistAnssi Hannula2015-12-311-0/+3
| | | | | | | | | | 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.
* 8.108.10Thierry Vignaud2015-10-091-0/+2
|
* fix urpm::bug_report (mga#16925)Thierry Vignaud2015-10-091-0/+2
| | | | breakage in commit ab62a489340294a8cf0f4960b8201b07f2e29bb3
* 8.098.09Thierry Vignaud2015-09-041-0/+2
|
* fix urpm::parallelThierry Vignaud2015-09-041-0/+2
| | | | breakage in commit ab62a489340294a8cf0f4960b8201b07f2e29bb3
* 8.088.08Thierry Vignaud2015-09-041-0/+2
|
* fix installing /sbin/*Shlomi Fish2015-09-041-0/+2
| | | | | | | Apparently perl-2.22's ExtUtils-MakeMaker started wrapping the $(....) variables in double-quotes, which broke urpmi's "make install"... v2: perl_checker cleanups (Thierry Vignaud)
* log latest commitThierry Vignaud2015-09-041-0/+2
| | | | | while real perl code, this wasn't parsable by perl_checker, which broke urpmi-8.07's build :-(
* 8.078.07Thierry Vignaud2015-09-041-0/+2
|
* fix Term::ReadKey warnings when redirectedThierry Vignaud2015-09-031-0/+1
|
* do not break orphan tracking when downgradingThierry Vignaud2015-08-311-0/+2
| | | | | thus fixing unmarking packages as potential orphans when downgrading (mga#16149)
* Merge tag '8.06'Thierry Vignaud2015-08-271-0/+4
|\
| * 8.068.06Thierry Vignaud2015-05-181-0/+4
| |
* | fix using a proxy without an auth user (mga#11265)Thierry Vignaud2015-08-261-0/+2
| |
* | fix spacingThierry Vignaud2015-08-051-2/+2
| |
* | do check that %%pretrans do fail (rpm-4.10+)Thierry Vignaud2015-08-041-0/+1
| | | | | | | | | | | | | | basically reverting commit 5d7414cd5dc0c7dbdfe5314df4253cb14f86e9b2 and inversing the test expected result needs rpm-4.12.90-2.mga6 or newer
* | convert trigger scriptlets from lua to shThierry Vignaud2015-08-041-0/+2
| | | | | | | | | | needed for next commit because: lua's exit(1) is ignored since rpm-4.9.0
* | disable debuginfoThierry Vignaud2015-08-041-0/+3
|/ | | | thus fixing noise in testsuite output
* 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