This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGELOG
104 lines (101 loc) · 3.39 KB
/
CHANGELOG
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
1.3.4
FIXED: mkpkg_32to64 and mkpkg_make64
FIXED: Query function returned
Move function check_deps in mkpkg_shared_functions
Added function check_builddeps
1.3.3
Script is rewritten mkpkg_32to64, to convert packages i686 compat32 x86-64 with automatic recording dependencies
Added automatic creation compat32 packages collected under i686
Fixed bug mkpkg with duplicate dependencies.
Most replicas made multi-lingual (English, Russian, Ukrainian)
Changed the script mkpkg_make64 to convert batches of i686 in x86-64 with automatic recording dependencies
1.2.3
Moved to aix27249 repo
FIXED: no CFLAGS were exported
ADDED: Always print patch name when applying it
1.2.2.8.4
FIXED: error # 1741
FIXED: error #1743 (no_postperm)
ADD: translation help into Ukrainian
FIXED: ib option: it does not accept any parameters
-
1.2.2.8.3
-
1.2.2.8.2
FIXED: install-info murmuring,#1719
-
1.2.2.8.1
FIXED: Bazaar regression. #1655
FIXED: Small improvement in source downloading
-
1.2.2.8
ADD/FIXED: Support for multipile CVS sources
ADD/FIXED: Support for dir names with spaces
ADD: Ability to switch off ccache with no_ccache option in ABUILD's custom_opts
FIXED: add removing install scripts in compat32 packages. Fixed #1622
FIXED: provides checking if only subpackage has provides, part of #1630
FIXED: improve lock file using
FIXED: argument error in burn_patches function, #1637
FIXED: warning message in source downloading if there is no wget_options
-
1.2.2.7.1
FIXED: Typo caused after_build function not functional
-
1.2.2.7
FIXED: bugs #1540,#1573,#1565
-
1.2.2.7_RC2
FIXED: Fixed regression with set -e while processing strip_binaries, create_package and set_permission
-
1.2.2.7_RC1
FIXED: subpackage naming error, if main package was built from any CVS. bug #1546
CHANGED: improve error handling. Now set -e is always on during build () and foo() and foo_prep()
-
1.2.2.6
FIXED: regression in non latin character searching. bug #1532
-
1.2.2.5
FIXED: perl modules building. bug #1530
FIXED: typo in russian translation. bug #1518
ADDED: show position of incorrect letter in description. bug #1520
-
1.2.2.4
FIXED: better "-" symbol processing in making build tree.
FIXED: typo in mkpkg -c python code
-
1.2.2.3
FIXED: allow longdesc absense. bug #1487
-
1.2.2.2
ADDED: new internal vars: loc_source_files (list of all source files), loc_source_count (number of all source files).
FIXED: regression in compat32 package generation
-
1.2.2.1
CHANGED: no 'doc' and 'docs' dir automatically copied from source code
ADDED: -ib : automatically increase build number by 1
-
1.2.2
CHANGED: now possible to use version and build strings with "-" symbol. They will automatically converted to "_".
CHANGED: all support mkpkg scripts moved to /usr/share/mpkg/mkpkg
ADD: shortdesc and longdesc checking for non latin characters
ADD: -ubt option now shows destination dir for output file.
FIXED: patching error with autoprobing -p0 option. bug #1438
FIXED: -ubt option now supports relative and absoulute path. bug #1442
-
1.2.1.10
FIXED: skip_validate behavior regression fixed
-
1.2.1.9
ADD: Ability to use custom_opts in multipackage ABUILD in any additional package
-
1.2.1.8
ADD: Ability to apply reversed patches ('r' option in patch_opts)
FIXED: Remove unnecessary /usr/info in converted packages
-
1.2.1.7
ADD: Add 'tex','accessibility' tags to taglist
FIXED: Ignore patches that seem to be reversed or already applied
-
1.2.1.6
FIXED: Impove bazaar revision obtaining
-