summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 8.1118.111Thierry Vignaud2017-09-191-0/+2
|
* use XML::LibXML::Parser's 'huge' optionThierry Vignaud2017-09-181-0/+1
| | | | | | | | | | this is needed b/c of eg: ruby-google-api-client-doc which filelist is 11mb. However this makes libxml2 to fail b/c XML_MAX_TEXT_LENGTH is 10mb: $ urpmf-fast iso-grk2.gml Entity: line 4014501: parser error : xmlSAX2Characters: huge text node sr/share/gems/doc/google-api-client-0.13.5/ri/Google/Apis/SqladminV1beta3/Import
* update perl-base first tooThierry Vignaud2017-09-181-0/+2
|
* gurpmi: update perl-Pango first too (mga#21425)Thierry Vignaud2017-09-181-0/+3
|
* 8.1108.110Rémi Verschelde2017-07-131-0/+3
|
* Workaround a segfault in gurpmi (mga#21167)Pascal Terjan2017-07-111-0/+2
|
* 8.1098.109Rémi Verschelde2017-06-051-0/+4
|
* 8.1088.108Thierry Vignaud2017-05-091-0/+2
|
* increase transaction size from 8 to 50 (mga#18426)Thierry Vignaud2017-05-091-0/+2
| | | | | | | this increases the installation size as some file triggers are now quite slow (eg: man-db) previously tried in commit b6834f91d61d50c4ccfea3b5977363829ef3a1f8
* 8.1078.107Rémi Verschelde2017-04-261-0/+3
|
* Update Mageia copyright statementsRémi Verschelde2017-04-261-0/+1
|
* Enforce gurpmi ProgressDialog centeringRémi Verschelde2017-04-261-1/+2
| | | | Should help with mga#19196.
* Make sure that urpmi.cfg is world-readable so that mgaapplet can read it ↵Frédéric Buclin2017-04-031-0/+2
| | | | (mga#9386)
* 8.1068.106Thierry Vignaud2016-12-061-0/+2
|
* skip kernel-firmware-nonfree tooMartin Whitaker2016-11-121-0/+4
| | | | | | | | | ...when considering real kernels Thus preventing kernel-firmware-nonfree being falsely detected as an orphan package (mga#12361). It should be handled by generic orphan mechanism
* 8.1058.105Thierry Vignaud2016-10-201-0/+2
|
* adapt testsuite to rpm-4.13.0~rc2Thierry Vignaud2016-10-201-0/+2
| | | | ...which fixed %preun not aborting package erasure
* 8.1048.104Thierry Vignaud2016-10-151-0/+2
|
* fix more Getopt::Long breakagesThierry Vignaud2016-10-151-0/+2
| | | | now testuite pass again after droping the "gnu_compat" option
* 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
|