aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
blob: b0aa772a2cd6eb4ca325defeec336105c7866719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Version 5.8 - 30 September 2008, by Pascal "Pixel" Rigaux

- gendistrib:
  o don't call genhdlist2 with --no-md5sum for no good reason

Version 5.7 - 23 September 2008, by Pascal "Pixel" Rigaux

- genhdlist2:
  o with --versioned, create "versioned" metadata
  o add xml header to xml files generated
- gendistrib:
  o if "xml-info" is set in media.cfg, pass --xml-info to genhdlist2
- parsehdlist, rpm2header
  o fix support for rpm5
  o update deprecated code
- genhdlist-old
  o genhdlist is now renamed as genhdlist-old

Version 5.6 - 18 March 2008, by Pascal "Pixel" Rigaux

- gendistrib:
  o "askmedia" and "suppl" must not modify gendistrib behaviour (#39017)

Version 5.5 - 5 March 2008, by Pascal "Pixel" Rigaux

- genhdlist2:
  o use utf8:: functions instead of Encode
    (to be able to work with only perl base modules)
- parsehdlist, rpm2header:
  o add support for rpm5

Version 5.4 - 26 February 2008, by Pascal "Pixel" Rigaux

- parsehdlist, rpm2header:
  o do not add/use FILENAME_TAG and FILESIZE_TAG to/in hdlist anymore

Version 5.3.6 - 5 February 2007, by Pascal "Pixel" Rigaux

- genhdlist2:
  o fix writing utf8 in xml info files (#37482)

Version 5.3.5 - 15 January 2007, by Pascal "Pixel" Rigaux

- genhdlist2:
  o rename --xml-media-info into --xml-info
    (to be coherent with urpmi)

Version 5.3.4 - 18 December 2007, by Pascal "Pixel" Rigaux

- genhdlist2:
  o add --no-hdlist option (to be used by urpmi for --probe-rpms)

Version 5.3.3 - 17 December 2007, by Pascal "Pixel" Rigaux

- genhdlist2:
  o generate {info,changelog,files}.xml.lzma when they already exist, 
    or when --xml-media-info is used
  o error message when parse_hdlist (partially) fail
  o handle old-rpms.lst (to be generated by youri)
    which will allow keeping rpms for some time without having in hdlist
    (useful for installs which expect the pkgs to be in sync in hdlist during
    the full install time)
    it will also allow keeping deprecated packages for some time

Version 5.3.2 - 22 June 2007, by Pascal "Pixel" Rigaux

- genhdlist2:
  o add --allow-empty-media
  o fix MD5SUM generation
  o allow using this script with perl-URPM 1.47 (ie mdv2007.0)
- gendistrib:
  o call genhdlist2 instead of doing things here
  o media/media_info/hdlist_xxx_yyy.cz is now a symlink to media/xxx/yyy/media_info/hdlist.cz
  o synthesis.hdlist_xxx_yyy.cz and pubkey_xxx_yyy are also symlinks now
- parsehdlist:
  o display pkgsize with --all (Christiaan Welvaart)