Magellan Linux

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

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