blob: 0f02fc7309e1f9b28b77cef73dbac77422f77b60 (
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
77
78
79
80
81
82
83
84
85
86
87
88
89
|
2009-06-25 Per Øyvind Karlsen <peroyvind@mandriva.org> 0.30.5
* fix EXCLUDE_FROM_STRIP issue dealing with more than just one pattern,
which would result in files being stripped even when they should've been
excluded (cause of mdv bug #51374)
2009-05-14 Guillaume Rousse <guillomovitch@mandriva.org> 0.30.4
* skip PDF files when fixing end of lines (mdv bug #51128)
* initial test suite
* make all helper abort for missing or incorrect build root
2009-05-14 Michael Scherer <misc@mandriva.org> 0.30.3
* fix missing compression on manpages (mdv bug #50803)
2009-05-09 Guillaume Rousse <guillomovitch@mandriva.org> 0.30.2
* drop man page normalization, broken, and uneeded anymore
* drop hardlink handling in man page compression
* fix exception handling, all scripts now use a single
regexp
2009-05-08 Götz Waschk <waschk@mandriva.org> 0.30.1
* fix syntax error in compress_files
2009-05-07 Guillaume Rousse <guillomovitch@mandriva.org> 0.30.0
* normalize man pages, to make file command able to identify them
correctly (mdv bug #42725)
* fix escaped patterns parsing in gprintify (mdv bug #49277)
* fix fix_eol, it was previously skipping all files...
* replace deprecated 'lzmash' command with 'lzma' in compress_files
(Per Oyvind)
* add support for xz in compress_files (Per Oyvind)
2008-08-26 Pascal "Pixel" Rigaux <pixel@mandriva.com> 0.29.5
* fix regression related to DONT_STRIP when not exported
2008-05-16 Pascal "Pixel" Rigaux <pixel@mandriva.com> 0.29.4
* strip_and_check_elf_files: skip check on /usr/lib/debug (#40847)
2008-05-14 Guillaume Rousse <guillomovitch@mandriva.org> 0.29.3
* fix regression related to symlinks introduced in previous release
(spotted by Anssi)
2008-05-14 Guillaume Rousse <guillomovitch@mandriva.org> 0.29.2
* fix blocking issue with special files in fix_eol
(spotted by Pixel)
2008-05-08 Guillaume Rousse <guillomovitch@mandriva.org> 0.29.1
* large compress_file cleanup, replacing external commands
with perl internal version
* really honor EXCLUDE_FROM_COMPRESS variable
2008-05-07 Pascal "Pixel" Rigaux <pixel@mandriva.com> 0.29
* replace strip_files with strip_and_check_elf_files which checks for
overlinking (cf http://wiki.mandriva.com/en/Overlinking) and "missing
linking" (need checking if there are too many false positives)
2008-02-10 Guillaume Rousse <guillomovitch@mandriva.org> 0.28.1
* more perl code clean up
* better script name consistency
* fix some warnings
* make EXCLUDE_FROM_EOL_CONVERSION a list of regexp
2008-01-29 Guillaume Rousse <guillomovitch@mandriva.org> 0.28.0
* exhaustive documentation
* perl scripts cleanup
2007-08-07 Guillaume Rousse <guillomovitch@mandriva.org> 0.27.2
* drop an ugly hack in compress_file, fixing issue
with files converted from other compression format
2007-08-04 Guillaume Rousse <guillomovitch@mandriva.org> 0.27.1
* pass compression format as argument to compress_files
(make spec-helper backportable again)
2007-07-12 Olivier Thauvin <nanardon@mandriva.org> 0.27
* use lzma by default for man and info pages
2007-06-30 Guillaume Rousse <guillomovitch@mandriva.org> 0.26.1
* rename ChangeLog to NEWS
* rename Howto-spec-helper to README
* drop deprecated spec-helper script
* make sure fix-eol keep original file permission
2007-06-24 Anssi Hannula <anssi@mandriva.org> 0.26
* fix fix-eol to not corrupt files it tries to convert
2007-06-15 Guillaume Rousse <guillomovitch@mandriva.org> 0.25
* switch to a manual Changelog
* new helper script: fix-eol
* gprintify should not deal with daemon argument (fix #22066)
|