aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 7.12HEAD7.12masterThierry Vignaud2020-01-171-0/+2
|
* switch from md5sum to Digest::MD5Thierry Vignaud2020-01-171-0/+2
| | | | | | | | | performance & memory usage are similar It helps gaining support on more platforms for CPAN testers, especially for urpmi This show that maybe creating an helper in a support module wouldn't hurt...
* 7.117.11Thierry Vignaud2020-01-131-0/+2
|
* cpan_testers: do not force vendor dirsThierry Vignaud2020-01-131-0/+3
| | | | which break eg: CentOS/FreeBSD
* 7.107.10Thierry Vignaud2018-10-031-0/+2
|
* need List::Util >= 1.33 for "any"Thierry Vignaud2018-10-031-0/+1
|
* add dummy package for CPAN testersThierry Vignaud2018-10-031-0/+3
|
* 7.067.06Thierry Vignaud2018-09-211-0/+2
|
* add README for CPANThierry Vignaud2018-09-211-0/+2
|
* 7.037.03Thierry Vignaud2018-09-191-0/+2
|
* describe git repositoryThierry Vignaud2018-09-191-0/+1
|
* describe depsThierry Vignaud2018-09-191-0/+2
|
* 7.027.02Martin Whitaker2018-03-111-0/+5
|
* 7.017.01Thierry Vignaud2017-09-031-0/+2
|
* fix regexp for newer perlThierry Vignaud2017-09-031-0/+1
| | | | | The error was: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/%{ <-- HERE ARCH}/ at /usr/bin/gendistrib line 126.
* Do not load file sizes from synthesis in non incremental modePascal Terjan2015-07-081-0/+3
|
* 7.00Thierry Vignaud2014-09-131-0/+2
|
* generates @recommends@ lines on mga5+Thierry Vignaud2014-09-071-0/+3
| | | | (instead of @suggests@ ones)
* kill useless spaceThierry Vignaud2014-09-061-1/+0
|
* 6.66.6Thierry Vignaud2014-09-061-0/+3
|
* switch from 'xz -5 --text' to 'xz -7'Thierry Vignaud2014-09-061-0/+1
| | | | | | It's much faster for little space overhead. See dev ml discussion: https://ml.mageia.org/l/arc/sysadmin-discuss/2014-06/msg00058.html
* Use external gzip to decompress hdlist.Pascal Terjan2012-11-111-0/+2
| | | | | On my machine, for a repository of 3000 packages, it goes from 7.8s real/7.6 user to 6.5 real/7.0 user User time decreases because it seems to be faster by itself, real time probably because having another process allows them to run in parallel
* 6.56.5Thierry Vignaud2012-09-051-0/+2
|
* compress XML data with xz instead of lzmaThierry Vignaud2012-09-051-0/+3
| | | | (keeping .lzma extension for compatibility, just adding the magic value)
* 6.46.4Thierry Vignaud2012-08-261-0/+2
|
* compress synthesis files with '--text' flag passed to xz (shrinksThierry Vignaud2012-08-261-0/+3
| | | | synthesis.cz by 4-7%)
* 6.36.3Thierry Vignaud2012-06-251-0/+2
|
* drop genhdlist-old (genhdlist2 was introduced 4 years ago)Thierry Vignaud2012-06-251-0/+1
|
* compress synthesis with XZ too (40% saving)Thierry Vignaud2012-06-251-0/+1
|
* (build_synthesis) drop compatibility with perl-URPM < 1.48 (ie < 2007.1)Thierry Vignaud2012-06-251-0/+1
|
* actually compress xml files with '--text' flag passed to lzmaThierry Vignaud2012-06-251-0/+3
| | | | (shrinks files.xml.lzma by 25%)
* 6.26.2Thierry Vignaud2012-02-271-0/+2
|
* (get_filesize_from_synthesis) read back real filesizes from synthesisThierry Vignaud2012-02-271-0/+2
| | | | | | | (filter_existing_hdlist) readd back real filesizes read from synthesis else, since hdlist no more have filesizes since 2008, URPM will put a bogus estimation in newly generated synthesis
* 6.16.1Thierry Vignaud2011-09-091-0/+2
|
* - force locale to be C (mga#95, Pascal Terjan)Thierry Vignaud2011-09-091-0/+4
| | | | | | (when packages contain translated summary/description genhdlist2 would embed them instead of the English version)
* add missing spacingThierry Vignaud2011-09-091-0/+1
|
* sync with what is actually packaged6.0Thierry Vignaud2011-09-091-1/+3
|
* add support for custom compression filter used for synthesis tooPer Øyvind Karlsen2009-07-251-1/+1
|
* add support for specifying xml-info-filter with media.cfgPer Øyvind Karlsen2009-07-251-0/+3
|
* - 5.95.9Pascal Rigaux2009-01-201-0/+5
| | | | | | - drop parsehdlist, rpm2header: unused, partially duplicated with perl-URPM - drop rpm2cpio.pl (doesn't handle lzma payload which is the default)
* 5.85.8Pascal Rigaux2008-09-301-0/+2
|
* - gendistrib:Pascal Rigaux2008-09-301-0/+3
| | | | | o don't call genhdlist2 with --no-md5sum for no good reason
* 5.75.7Pascal Rigaux2008-09-231-0/+2
|
* - genhdlist2:Pascal Rigaux2008-09-231-0/+1
| | | | | o with --versioned, create "versioned" metadata
* rename genhdlist to genhdlist-oldPascal Rigaux2008-09-221-0/+2
|
* reformat NEWSPascal Rigaux2008-09-221-4/+2
|
* add xml header to xml files generatedPer Øyvind Karlsen2008-09-111-0/+7
|
* - gendistrib:Pascal Rigaux2008-03-191-0/+3
| | | | | o if "xml-info" is set in media.cfg, pass --xml-info to genhdlist2
* 5.65.6Pascal Rigaux2008-03-181-0/+2
|
* - gendistrib:Pascal Rigaux2008-03-181-0/+3
| | | | | o "askmedia" and "suppl" must not modify gendistrib behaviour (#39017)