blob: 0c55c600d41892d28563595baa30dd0056f32ffd (
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
|
- use rpm-4.6+ API, not rpm-4.4 compatibility one
(fix some memleaks btw)
Version 0.28 - 9 June 2012
- fix build with rpm-4.10.0
Version 0.27 - 21 December 2011
- make Spec->build works with rpm-4.9
- make initdb do all the needed work
- make traverse usefull again with rpm-4.9
Version 0.26 - 21 December 2011
- fix for a random segfault
- report script errors
Version 0.25 - 14 December 2011
- disable tests segfaulting in rpmSpecBuild()
- disable tests using unimplemented functions regarding rpm-4.9
- disable 2 tests that fails with rpm-4.9
(all functions needed by iurt & youri* pass the testsuite)
- implement more functions with rpm-4.9
Version 0.24 - 09 November 2011
- add rpm-4.6 support (pixel, 2009-01-20)
- add rpm-4.8 support (Dexter Morgan, 2011-02)
- add rpm-4.9 support (tv, 2011-08)
- drop support for rpm-4.4.x (spaghetti...)
|