Magellan Linux

Diff of /tags/mage-0_4_110/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2278 by niro, Fri Oct 25 08:19:44 2013 UTC revision 3043 by niro, Fri Jun 30 12:38:21 2017 UTC
# Line 1  Line 1 
1    2017-06-30  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r3042] VERSION:
4      -version 0.4.110
5     * [r3040] usr/lib/mage/mage4.functions.sh:
6      -mchecksum(): added sanity check for missing checksum files
7     * [r3039] VERSION:
8      -version 0.4.109
9     * [r3037] usr/lib/mage/smage2.functions.sh:
10      -added marchvariable() function and make use of it
11     * [r3034] Makefile, usr/lib/mage/mage.rc.global.in,
12      usr/lib/mage/smage2.sh:
13      -updated and hardened default compiler flags, not using -mtune=
14      but always 'generic
15    
16    2015-12-08  Niels Rogalla <niro@magellan-linux.de>
17    
18     * [r2919] usr/lib/mage/autodepend.sh:
19      -fixed a small prefix issue
20    
21    2015-11-30  Niels Rogalla <niro@magellan-linux.de>
22    
23     * [r2917] usr/lib/mage/mkinfodir:
24      -coding style update
25     * [r2915] usr/lib/mage/mkinfodir:
26      -added some sanity checks
27    
28    2015-03-20  Niels Rogalla <niro@magellan-linux.de>
29    
30     * [r2869] usr/lib/mage/smage2.functions.sh:
31      -build mpks for virtual as well to support build-server builds
32    
33    2015-03-19  Niels Rogalla <niro@magellan-linux.de>
34    
35     * [r2867] usr/lib/mage/mage4.functions.sh:
36      mdownload(): support file:// uris to support file injections
37      which the alx branch use with src-tarballs
38    
39    2015-02-13  Niels Rogalla <niro@magellan-linux.de>
40    
41     * [r2863] usr/lib/mage/smage2.sh:
42      -smage build log: log sterr too
43    
44    2014-10-31  Niels Rogalla <niro@magellan-linux.de>
45    
46     * [r2845] ChangeLog:
47      -updated ChangeLog
48     * [r2844] VERSION:
49      -version 0.4.108
50     * [r2842] usr/lib/mage/smage2.functions.sh:
51      -always create a mpks even if no SRC_URI was defined, only ignore
52      the mpks-build on virtual packages
53    
54    2014-10-24  Niels Rogalla <niro@magellan-linux.de>
55    
56     * [r2840] usr/lib/mage/depwalker.sh, usr/lib/mage/mage4.sh:
57      -support deep and simple build-prerequisites, which reduces the
58      overhead as they only respect the sdepend of the target
59      mage/smagefile and not from all deps
60    
61    2014-10-22  Niels Rogalla <niro@magellan-linux.de>
62    
63     * [r2838] usr/lib/mage/depwalker.sh:
64      -load mage-features to support them with the smagesource()
65      function
66    
67    2014-09-19  Niels Rogalla <niro@magellan-linux.de>
68    
69     * [r2834] ChangeLog:
70      -updated ChangeLog
71     * [r2833] VERSION:
72      -version 0.4.107
73     * [r2831] usr/lib/mage/depwalker.sh,
74      usr/lib/mage/smage2.functions.sh:
75      -evaluate march[s|]depend() right if depwalker calls the
76      smagefile directly
77    
78    2014-09-17  Niels Rogalla <niro@magellan-linux.de>
79    
80     * [r2827] usr/lib/mage/depwalker.sh:
81      -spelling
82     * [r2826] usr/lib/mage/depwalker.sh:
83      -revert commit r2735 - deps of highest_depfile must be checked
84      before adding it to the ALL_DEPS var, so that they get installed
85      before highest_depfile and not after it
86    
87    2014-09-09  Niels Rogalla <niro@magellan-linux.de>
88    
89     * [r2824] usr/lib/mage/autodepend.sh:
90      -whitespaces
91     * [r2823] usr/lib/mage/autodepend.sh:
92      -print sonames which where not found
93    
94    2014-09-02  Niels Rogalla <niro@magellan-linux.de>
95    
96     * [r2805] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh:
97      -make smage log directory configurable
98     * [r2803] usr/lib/mage/autodepend.sh:
99      -fixed broken use-move honor logic
100    
101    2014-08-14  Niels Rogalla <niro@magellan-linux.de>
102    
103     * [r2755] ChangeLog:
104      -updated ChangeLog
105     * [r2754] VERSION:
106      -version 0.4.106
107     * [r2752] usr/lib/mage/mage4.functions.sh:
108      -fixed broken count_installed_pkgs() function
109     * [r2751] usr/lib/mage/museradd:
110      -ignore -l switch when running usermod
111    
112    2014-08-13  Niels Rogalla <niro@magellan-linux.de>
113    
114     * [r2744] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
115      -renamed src_setup() function to the more appropriate name
116      pkg_setup()
117    
118    2014-08-12  Niels Rogalla <niro@magellan-linux.de>
119    
120     * [r2742] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
121      -introduce src_setup function
122     * [r2740] ChangeLog:
123      -updated ChangeLog
124     * [r2739] VERSION:
125      -version 0.4.105
126     * [r2738] usr/lib/mage/depwalker.sh:
127      -fixed spelling
128     * [r2735] usr/lib/mage/depwalker.sh:
129      -fixed a logic error/race-condition in depwalker, where the
130      highest_magefile was added too late to ALLDEPS
131    
132    2014-07-22  Niels Rogalla <niro@magellan-linux.de>
133    
134     * [r2724] usr/lib/mage/mage4.functions.sh:
135      -fixed a typo MAGE_FEATURE_CURRENT -> MAGE_FEATURES_CURRENT
136     * [r2723] usr/lib/mage/museradd:
137      -museradd: busybox does not support -l switch
138    
139    2014-03-27  Niels Rogalla <niro@magellan-linux.de>
140    
141     * [r2636] usr/lib/mage/etc-update:
142      -be busybox friendly
143     * [r2633] ChangeLog:
144      -updated ChangeLog
145     * [r2632] VERSION:
146      -version 0.4.104
147    
148    2014-02-14  Niels Rogalla <niro@magellan-linux.de>
149    
150     * [r2589] usr/lib/mage/smage2.sh:
151      -regen mage files *after* successful build
152    
153    2014-01-29  Niels Rogalla <niro@magellan-linux.de>
154    
155     * [r2522] usr/lib/mage/search_soname.sh:
156      -scanelf 0.7 has a bug, it ignores the first element in the path
157    
158    2014-01-06  Niels Rogalla <niro@magellan-linux.de>
159    
160     * [r2378] ChangeLog:
161      -updated ChangeLog
162     * [r2377] VERSION:
163      -version 0.4.103
164     * [r2376] usr/lib/mage/depwalker.sh:
165      -fixed a typo and whitespaces
166     * [r2374] ChangeLog:
167      -updated ChangeLog
168     * [r2373] VERSION:
169      -version 0.4.102
170     * [r2372] usr/lib/mage/mage4.functions.sh:
171      -fixed a logic issue
172     * [r2371] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh:
173      -introduce rerun_pkgfunctions() and let the user re-run
174      preinstall|postinstall parts of an installed package
175     * [r2369] ChangeLog:
176      -updated ChangeLog
177     * [r2368] VERSION:
178      -version 0.4.101
179     * [r2367] usr/lib/mage/meta-generator.sh:
180      -split meta data and content data to seperate files into a dir
181      named PKGMETADIR
182     * [r2366] usr/lib/mage/meta-generator.sh:
183      -renamed variable METAFILE to PKGMETAFILE
184     * [r2365] usr/lib/mage/generate_meta_data.sh,
185      usr/lib/mage/mage4.functions.sh,
186      usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
187      -drop obsolete MAGE_TARGETS support
188     * [r2364] usr/lib/mage/mage4.functions.sh:
189      sminclude(): honor SILENT=1
190     * [r2363] usr/lib/mage/smage2.functions.sh:
191      sminclude(): honor SILENT=1
192     * [r2362] usr/lib/mage/smage2.functions.sh:
193      -marchdepend(), marchsdepend(), marchsrcdir(): make the used
194      variable variable
195     * [r2361] usr/lib/mage/smage2.functions.sh:
196      -fixed whitespaces
197     * [r2360] usr/lib/mage/depwalker.sh:
198      -added --smage switch to support depwalking of smage2 files
199     * [r2359] usr/lib/mage/depwalker.sh:
200      -fixed wrong methods in usage()
201     * [r2358] usr/lib/mage/mage4.sh:
202      -fixed usage description of install/pretend-build-prerequisites
203    
204    2013-12-06  Niels Rogalla <niro@magellan-linux.de>
205    
206     * [r2296] usr/lib/mage/meta-generator.sh:
207      -load mage-features
208     * [r2295] usr/lib/mage/meta-generator.sh:
209      -fixed race-condition
210     * [r2294] usr/lib/mage/meta-generator.sh:
211      -distrotag() -> print_distrotag()
212     * [r2293] usr/lib/mage/meta-generator.sh:
213      -enabled inherits and SPLIT_PACKAGE_BASE information
214     * [r2292] usr/lib/mage/meta-generator.sh:
215      -fixed PCATEGORIE->PCAT
216     * [r2291] usr/lib/mage/meta-generator.sh:
217      -honor distrotag everywhere
218     * [r2290] usr/lib/mage/meta-generator.sh:
219      -pull in smage2 functions
220     * [r2289] usr/lib/mage/meta-generator.sh:
221      -use smagesource() to honor distrotags
222     * [r2288] usr/lib/mage/meta-generator.sh:
223      -some sanity checks
224     * [r2287] usr/lib/mage/meta-generator.sh[ADD]:
225      -initial release
226    
227    2013-12-02  Niels Rogalla <niro@magellan-linux.de>
228    
229     * [r2286] usr/lib/mage/depwalker.sh:
230      -fixed broken pretend/install-build-prerequisites commands
231     * [r2285] usr/lib/mage/depwalker.sh:
232      -introduced decho() and replaced all debug messages with this
233      function
234    
235    2013-11-20  Niels Rogalla <niro@magellan-linux.de>
236    
237     * [r2283] ChangeLog:
238      -updated ChangeLog
239     * [r2282] VERSION:
240      -version 0.4.100
241     * [r2281] usr/lib/mage/depwalker.sh:
242      -provide enhanced debug information
243     * [r2280] usr/lib/mage/depwalker.sh:
244      -fixed broken upgrade methods with commit r2195 and r2210
245    
246  2013-10-25  Niels Rogalla <niro@magellan-linux.de>  2013-10-25  Niels Rogalla <niro@magellan-linux.de>
247    
248     * [r2278] ChangeLog:
249      -updated ChangeLog
250   * [r2277] VERSION:   * [r2277] VERSION:
251    -version 0.4.99    -version 0.4.99
252   * [r2276] usr/lib/mage/depwalker.sh:   * [r2276] usr/lib/mage/depwalker.sh:

Legend:
Removed from v.2278  
changed lines
  Added in v.3043