Magellan Linux

Diff of /trunk/mage/ChangeLog

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

revision 1505 by niro, Tue Aug 30 12:22:26 2011 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>
263    
264     * [r2278] ChangeLog:
265      -updated ChangeLog
266     * [r2277] VERSION:
267      -version 0.4.99
268     * [r2276] usr/lib/mage/depwalker.sh:
269      -mention that pcat is mandatory
270     * [r2275] usr/lib/mage/depwalker.sh:
271      -fixed spelling
272     * [r2274] usr/lib/mage/depwalker.sh:
273      -fixed line-wrap
274     * [r2273] usr/lib/mage/mage.rc.global.in, usr/lib/mage/mage4.sh:
275      -make the default update method for the package database
276      selectable
277     * [r2272] usr/lib/mage/mage4.functions.sh:
278      -try to resume downloads via checksum like we do in smage2 -
279      fixme: this will check checksums twice
280     * [r2271] usr/lib/mage/mage4.functions.sh:
281      -simplify pkgname/pkgfile usage
282     * [r2270] usr/lib/mage/mage4.functions.sh:
283      -fixed whitespaces
284     * [r2269] usr/lib/mage/depwalker.sh:
285      -fixed usage
286     * [r2268] usr/lib/mage/autodepend.sh,
287      usr/lib/mage/create_desktop_app.sh,
288      usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh,
289      usr/lib/mage/mgroupadd, usr/lib/mage/mgroupdel,
290      usr/lib/mage/mkinfodir, usr/lib/mage/museradd,
291      usr/lib/mage/muserdel, usr/lib/mage/pkg_all_sources.sh,
292      usr/lib/mage/search_soname.sh:
293      -fixed header
294    
295    2013-10-16  Niels Rogalla <niro@magellan-linux.de>
296    
297     * [r2233] usr/lib/mage/mage4.sh:
298      -download and srcdownload require root privileges
299     * [r2232] usr/lib/mage/mage4.functions.sh:
300      -mchecksum(): only print errors while running the file-size check
301      to not clutter any output
302     * [r2230] ChangeLog:
303      -updated ChangeLog
304     * [r2229] VERSION:
305      -version 0.4.98
306     * [r2228] Makefile:
307      -fixed header
308     * [r2227] Makefile:
309      -removed non-sense DESTDIR definition
310     * [r2226] Makefile:
311      -fixed whitespaces
312     * [r2225] usr/lib/mage/mage4.functions.sh:
313      -mchecksum(): check for zero file-size, which is not allowed
314     * [r2224] usr/lib/mage/mage4.functions.sh:
315      get_highest_magefile(): print debug messages to stderr to not
316      break the return values
317     * [r2223] usr/lib/mage/mage4.functions.sh:
318      -removed which dependency
319     * [r2222] usr/lib/mage/mage4.sh:
320      die(): only print debug infos on request and always clean the
321      xtitles
322     * [r2221] usr/lib/mage/depwalker.sh, usr/lib/mage/mage4.sh:
323      -allow debug mode for depwalker
324     * [r2220] usr/lib/mage/depwalker.sh:
325      -fixed whitespaces
326    
327    2013-10-14  Niels Rogalla <niro@magellan-linux.de>
328    
329     * [r2210] usr/lib/mage/depwalker.sh, usr/lib/mage/mage4.sh:
330      -add support for build-prerequisites
331     * [r2209] usr/lib/mage/smage2.sh:
332      -add MLIBDIR to default path
333    
334    2013-10-10  Niels Rogalla <niro@magellan-linux.de>
335    
336     * [r2195] usr/lib/mage/depwalker.sh:
337      -depwalker: do not add loop dependencies to the install list
338      twice
339    
340    2013-09-02  Niels Rogalla <niro@magellan-linux.de>
341    
342     * [r2176] ChangeLog:
343      -updated ChangeLog
344     * [r2175] VERSION:
345      -version 0.4.97
346    
347    2013-08-17  Niels Rogalla <niro@magellan-linux.de>
348    
349     * [r2174] usr/lib/mage/museradd:
350      -fix_usermod_opts(): fixed broken -M handling, go trough *all*
351      opts
352    
353    2013-08-15  Niels Rogalla <niro@magellan-linux.de>
354    
355     * [r2173] usr/lib/mage/mage.rc.global.in:
356      -disable icecc by default
357     * [r2172] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
358      -fix broken icecc feature, icecream -> icecc
359    
360    2013-08-14  Niels Rogalla <niro@magellan-linux.de>
361    
362     * [r2167] usr/lib/mage/mage4.functions.sh:
363      -added icecc to known mage features
364     * [r2165] ChangeLog:
365      -updated ChangeLog
366     * [r2164] VERSION:
367      -version 0.4.96
368     * [r2163] usr/lib/mage/smage2.functions.sh:
369      -split_restore_variables(): fixed a logical error SPECIAL_VARS->
370      SPECIAL_FUNCTIONS
371     * [r2161] ChangeLog:
372      -updated ChangeLog
373     * [r2160] VERSION:
374      -version 0.4.95
375     * [r2159] etc/mage.rc.example, usr/lib/mage/mage.rc.global.in,
376      usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
377      -support icecream distributed cc (icecc)
378     * [r2158] usr/lib/mage/smage2.functions.sh:
379      -split_packages: honor and protect SPECIAL_FUNCTIONS variable
380     * [r2157] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
381      -added mqalint support and use a stub function until we provide
382      lint check tools offically
383     * [r2156] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh:
384      -introduce unpack_package() function to unpack single packages
385      and do unpack of a package while installing phase and not all
386      packages at once to save space
387     * [r2155] usr/lib/mage/ldd-fix.sh:
388      -make use of magequery
389    
390    2013-07-15  Niels Rogalla <niro@magellan-linux.de>
391    
392     * [r2144] ChangeLog:
393      -updated ChangeLog
394     * [r2143] VERSION:
395      -version 0.4.94
396     * [r2142] usr/lib/mage/museradd:
397      -add support for -M/-H of useradd/adduser to suppress homedir
398      creation. usermod does not support this switch, it must be
399      ignored
400     * [r2141] usr/lib/mage/depwalker.sh:
401      -print invalid apps and do not print errors
402     * [r2140] usr/lib/mage/smage2.functions.sh:
403      -remove excessive tabbing and duplicate entries from dependencies
404    
405    2013-02-01  Niels Rogalla <niro@magellan-linux.de>
406    
407     * [r2047] ChangeLog:
408      -updated ChangeLog
409     * [r2046] VERSION:
410      -version 0.4.93
411     * [r2045] usr/lib/mage/mage.rc.global.in:
412      -fixed whitespaces
413     * [r2044] usr/lib/mage/mage.rc.global.in:
414      -fixed buildpkg -> pkgbuild in description
415     * [r2043] usr/lib/mage/smage2.sh:
416      -honor PKGTYPE=virtual in all split_package cases
417     * [r2042] usr/lib/mage/smage2.sh:
418      -improved split_package handling and honor split_info for all
419      cases
420     * [r2041] usr/lib/mage/smage2.functions.sh:
421      -fixed whitespaces
422     * [r2040] usr/lib/mage/smage2.functions.sh:
423      -do not save/restore PKGTYPE twice for split_packages
424     * [r2039] usr/lib/mage/autodepend.sh:
425      -really honor prefix
426    
427    2012-11-19  Niels Rogalla <niro@magellan-linux.de>
428    
429     * [r1993] ChangeLog:
430      -updated ChangeLog
431     * [r1992] VERSION:
432      -version 0.4.92
433    
434    2012-10-26  Niels Rogalla <niro@magellan-linux.de>
435    
436     * [r1963] usr/lib/mage/mage4.functions.sh:
437      -fixed a cmd typo: xarg -> xargs
438    
439    2012-10-25  Niels Rogalla <niro@magellan-linux.de>
440    
441     * [r1962] usr/lib/mage/mage4.functions.sh:
442      -enhanced protected files counter with bash internal base
443      functions
444     * [r1961] usr/lib/mage/mage4.functions.sh:
445      -print cosmetic
446    
447    2012-10-12  Niels Rogalla <niro@magellan-linux.de>
448    
449     * [r1955] usr/lib/mage/pkg_all_sources.sh:
450      -fixed whitespaces
451     * [r1954] usr/lib/mage/autodepend.sh:
452      -honor usr-move and resolve full soname pathes to improved the
453      file search in the package database
454     * [r1953] usr/lib/mage/search_soname.sh:
455      -improved soname detection
456     * [r1952] usr/lib/mage/mage4.functions.sh:
457      -fixed need_busybox_support() function to honor USR-move
458     * [r1951] usr/lib/mage/mgroupadd, usr/lib/mage/museradd:
459      -users created by packagemanagement should be system users
460    
461    2012-04-11  Niels Rogalla <niro@magellan-linux.de>
462    
463     * [r1798] ChangeLog:
464      -updated ChangeLog
465     * [r1797] VERSION:
466      version 0.4.91
467     * [r1796] usr/lib/mage/smage2.functions.sh:
468      -marchsrcfile: add $1 to make different variable names possible
469     * [r1795] usr/lib/mage/smage2.functions.sh:
470      -show full path to file which gets unpacked
471    
472    2012-03-12  Niels Rogalla <niro@magellan-linux.de>
473    
474     * [r1786] ChangeLog:
475      -updated ChangeLog
476     * [r1785] VERSION:
477      -version 0.4.90
478     * [r1784] usr/lib/mage/smage2.sh:
479      -honor !pkgbuild with split_packages and respect variables set in
480      split_info too
481     * [r1783] usr/lib/mage/magequery.sh:
482      -always export C locale to fix utf-8 issues
483     * [r1782] usr/lib/mage/ldd-fix.sh:
484      -honor multiple argvs
485     * [r1781] usr/lib/mage/mage4.functions.sh:
486      -added some nice colors for mprintfeatures()
487     * [r1780] usr/lib/mage/mage4.sh:
488      -added option 'print-features'
489     * [r1779] usr/lib/mage/env-rebuild.sh:
490      -handle XDG dirs right and fix glib gio/schema errors
491    
492    2012-02-18  Niels Rogalla <niro@magellan-linux.de>
493    
494     * [r1764] ChangeLog:
495      -updated ChangeLog
496     * [r1763] VERSION:
497      -version 0.4.89
498     * [r1762] usr/lib/mage/mage4.functions.sh:
499      -fixed a typo
500     * [r1760] ChangeLog:
501      -updated ChangeLog
502     * [r1759] VERSION:
503      -version 0.4.88
504     * [r1758] usr/lib/mage/mage4.functions.sh:
505      -improved count_protected_files() function to fix several issues
506    
507    2012-02-16  Niels Rogalla <niro@magellan-linux.de>
508    
509     * [r1690] usr/lib/mage/mage4.functions.sh:
510      -fixed broken mtime handling of symlinks
511     * [r1689] usr/lib/mage/smage2.functions.sh:
512      -added march(), marchsrfile(), marchsrcdir(), marchdepend(),
513      marchsdepend() functions
514    
515    2012-02-06  Niels Rogalla <niro@magellan-linux.de>
516    
517     * [r1687] ChangeLog:
518      -updated ChangeLog
519     * [r1686] VERSION:
520      -version 0.4.87
521     * [r1685] usr/lib/mage/mage.rc.global.in:
522      -let the makefile set the right CHOST and CFLAGS for the current
523      arch
524     * [r1684] usr/lib/mage/smage2.functions.sh:
525      -always honor state set in distribution file, but prefer local
526      states from smage2 file
527     * [r1683] etc/mage.rc.example:
528      -removed description of pkgbuild feature, which is internal only
529      and should not changed by normal user
530     * [r1682] etc/mage.rc.example:
531      -fixed spelling
532     * [r1681] etc/mage.rc.example:
533      -removed MAGE_FEATURES comment
534     * [r1680] usr/lib/mage/smage2.functions.sh:
535      -do not add --enable-shared for waf configure scripts, which
536      support --disable-* options only
537     * [r1679] usr/lib/mage/smage2.functions.sh:
538      -pretty print, add a new line
539     * [r1678] Makefile:
540      -let the makefile set the right CHOST and CFLAGS for the current
541      arch
542     * [r1677] usr/lib/mage/mage.rc.global.in:
543      -fixed spelling
544     * [r1676] usr/lib/mage/mage.rc.global.in:
545      -added garr, dfn and global-auto sourceforge mirrors
546     * [r1675] usr/lib/mage/mage4.functions.sh:
547      -update_tarball: only exclude distribution from uri if it matches
548      stable|testing|unstable
549    
550    2012-01-14  Niels Rogalla <niro@magellan-linux.de>
551    
552     * [r1661] ChangeLog:
553      -updated ChangeLog
554     * [r1660] VERSION:
555      -version 0.4.86
556     * [r1659] usr/lib/mage/smage2.sh:
557      -more PCATEGORIE->PCAT fixes for split-packages
558     * [r1658] usr/lib/mage/mage4.functions.sh:
559      -verbose mchecksum
560    
561    2012-01-13  Niels Rogalla <niro@magellan-linux.de>
562    
563     * [r1656] ChangeLog:
564      -updated ChangeLog
565     * [r1655] VERSION:
566      -version 0.4.85
567     * [r1654] usr/lib/mage/mage4.functions.sh:
568      -honor mounted or empty $MAGEDIR in syncmage_tarball()
569     * [r1653] usr/lib/mage/mage4.functions.sh:
570      -introduce mcheckemptydir()
571     * [r1652] usr/lib/mage/mage4.functions.sh:
572      -use mchecksum everywhere
573     * [r1651] usr/lib/mage/smage2.functions.sh:
574      -fixed split_package PCATEGORIE -> PCAT issue and always unset
575      PCATEGORIE
576     * [r1650] usr/lib/mage/mage4.functions.sh:
577      -disabled unused choppkgname function
578     * [r1649] usr/lib/mage/mage.rc.global.in,
579      usr/lib/mage/mage4.functions.sh,
580      usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
581      -added mage-feature pkgdistrotag to support DISTROTAG in package
582      tarballs
583     * [r1648] usr/lib/mage/mage4.functions.sh,
584      usr/lib/mage/smage2.functions.sh:
585      -honor license information
586     * [r1646] ChangeLog:
587      -updates ChangeLog
588     * [r1645] VERSION:
589      -version 0.4.84
590     * [r1644] usr/lib/mage/autodepend.sh,
591      usr/lib/mage/search_soname.sh:
592      -added some simple sanity checks
593     * [r1643] Makefile, usr/lib/mage/autodepend.sh[ADD],
594      usr/lib/mage/search_soname.sh[ADD]:
595      -install more scripts (pkg_all_sources, autodepend and
596      search_soname)
597     * [r1642] usr/lib/mage/convert_databases.sh,
598      usr/lib/mage/convert_databases_meta.sh,
599      usr/lib/mage/convert_databases_smage.sh,
600      usr/lib/mage/generate_meta_data.sh,
601      usr/lib/mage/pkg_all_sources.sh:
602      -honor the PCATEGORIE deprecation and make the scripts work with
603      the latest changes to smage/mage
604     * [r1641] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
605      -deprecate PCATEGORIE in favor of PCAT and warn the packages
606      about it
607     * [r1640] Makefile, usr/lib/mage/smage2.functions.sh[ADD],
608      usr/lib/mage/smage2.sh:
609      -split of smage2-functions into an extra include
610     * [r1639] usr/lib/mage/smage2.sh:
611      -fixed spelling
612     * [r1638] etc/mage.rc.example:
613      -fixed alphabetical order and added missing static feature
614     * [r1637] usr/share/doc/mage/template.mage,
615      usr/share/doc/mage/template.smage2:
616      -updated templates
617     * [r1636] usr/lib/mage/smage2.sh:
618      -pre-fixed all stamps after src_install with post-
619     * [r1635] usr/lib/mage/smage2.sh:
620      -fixed wrong feature name srcpkg -> srcpkgbuild
621     * [r1634] usr/lib/mage/smage2.sh:
622      -fixed broken mstriplibtoolarchive and never run file on other
623      mstrip* when nothing was found
624     * [r1633] usr/lib/mage/smage2.sh:
625      -minstalldocs(): fixed uncompressed docs installation
626     * [r1632] usr/lib/mage/smage2.sh:
627      -fixed broken commit
628     * [r1631] usr/lib/mage/smage2.sh:
629      -let mage-features decide to build static libs and always enable
630      shared libs
631     * [r1630] usr/lib/mage/smage2.sh:
632      -always use verbose mode for source downloads
633     * [r1629] usr/lib/mage/mage.rc.global.in:
634      -added missing known mage-features and moved stepbystep to the
635      right place of the alphabetical order
636     * [r1628] usr/lib/mage/mage4.functions.sh:
637      -highlight unkown mage-features
638     * [r1627] usr/lib/mage/mage4.functions.sh:
639      -added missing known mage-features and moved stepbystep to the
640      right place of the alphabetical order
641     * [r1626] usr/lib/mage/mage4.functions.sh:
642      -mdownload(): append wget_opts, do not overwrite
643     * [r1625] usr/lib/mage/mage4.functions.sh:
644      -fixed spelling
645    
646    2012-01-10  Niels Rogalla <niro@magellan-linux.de>
647    
648     * [r1623] ChangeLog:
649      -updated ChangeLog
650     * [r1622] VERSION:
651      -version 0.4.83
652     * [r1621] usr/lib/mage/smage2.sh:
653      -introduce .stamps dir for build time stamps and remove this dir
654      on new builds if it exists
655     * [r1620] usr/lib/mage/mage4.functions.sh:
656      -added --resume support for smage
657     * [r1619] usr/lib/mage/mage.rc.global.in:
658      -prefer mesh as sourceforge mirror
659    
660    2012-01-09  Niels Rogalla <niro@magellan-linux.de>
661    
662     * [r1618] usr/lib/mage/smage2.sh:
663      -fixed a typo
664     * [r1617] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh:
665      -added --resume support for smage
666     * [r1616] usr/lib/mage/smage2.sh:
667      -export mage.rc LDFLAGS and fixed CXXFLAGS handling, that
668      CXXFLAGS set in mage.rc are honored
669     * [r1615] usr/lib/mage/smage2.sh:
670      -minstalldocs(): fixed compressed docs installation
671     * [r1614] usr/lib/mage/smage2.sh:
672      -split_restore_variables(): no verbose clutter while restoring
673      mage-features
674     * [r1613] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh:
675      -support CTARGET crosscompile host settings
676     * [r1612] usr/lib/mage/mage.rc.global.in:
677      -added dir.gz to purge targets
678     * [r1611] etc/mage.rc.example:
679      -do not tell something about internal features
680    
681    2012-01-03  Niels Rogalla <niro@magellan-linux.de>
682    
683     * [r1609] ChangeLog:
684      -updated ChangeLog
685     * [r1608] VERSION:
686      -version 0.4.82
687     * [r1607] etc/mage.rc.example:
688      -fixed header, clean up and tell something about mage-features
689     * [r1606] Makefile:
690      -generate arch specific stuff at build time
691     * [r1605] usr/lib/mage/mage.rc.global[DEL],
692      usr/lib/mage/mage.rc.global.in[CPY]:
693      -renamed mage.rc.global > mage.rc.global.in
694     * [r1604] usr/lib/mage/smage2.sh:
695      -allow unpack of jar files
696     * [r1603] usr/lib/mage/mage4.functions.sh:
697      -finally be silent when loading initial setup of mage-features
698     * [r1602] usr/lib/mage/env-rebuild.sh:
699      -fixed broken " and \' substition
700    
701    2012-01-02  Niels Rogalla <niro@magellan-linux.de>
702    
703     * [r1601] usr/lib/mage/smage2.sh:
704      - reverted accidently applied mstriplibtool change
705     * [r1600] usr/lib/mage/smage2.sh:
706      - do not die if mdownload has not error code 0; some mirrors may
707      not work and we want try all defined SRC_URIs. mchecksum catches
708      any download instead
709    
710    2011-12-30  Niels Rogalla <niro@magellan-linux.de>
711    
712     * [r1599] usr/lib/mage/mage4.functions.sh:
713      -fixed some missing COLDEFAULTS
714    
715    2011-12-29  Niels Rogalla <niro@magellan-linux.de>
716    
717     * [r1597] ChangeLog:
718      -updated ChangeLog
719     * [r1596] VERSION:
720      -version 0.4.81
721     * [r1595] usr/lib/mage/smage2.sh:
722      -respect feature flag !pkgbuild with several build/stripping
723      functions
724     * [r1594] usr/lib/mage/smage2.sh:
725      -never unset PKGTYPE on regen for sake of build check
726     * [r1593] usr/lib/mage/smage2.sh:
727      -if PKGTYPE=virtual don't build anything
728     * [r1592] usr/lib/mage/smage2.sh:
729      -fixed a typo
730     * [r1591] usr/lib/mage/smage2.sh:
731      -more informative messages in default src_* functions
732     * [r1590] usr/lib/mage/mage4.functions.sh:
733      -colored mage-feature messages
734    
735    2011-12-28  Niels Rogalla <niro@magellan-linux.de>
736    
737     * [r1589] usr/lib/mage/smage2.sh:
738      -fixed a race condition with MLIBDIR
739     * [r1587] ChangeLog:
740      -updated ChangeLog
741     * [r1586] VERSION:
742      -version 0.4.80
743     * [r1585] usr/lib/mage/compressdoc:
744      -included several upstream fixes and prepare for man-db support
745     * [r1584] usr/lib/mage/mage.rc.global,
746      usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh,
747      usr/lib/mage/smage2.sh:
748      -added MAGE_FEATURE functionality and dropped all old variables
749      and use it in all refernces
750     * [r1583] usr/lib/mage/mage.rc.global:
751      -added PURGE_TARGET defaults
752     * [r1582] usr/lib/mage/smage2.sh:
753      -save PKGTYPE variable too when calling split_packages
754     * [r1581] usr/lib/mage/smage2.sh:
755      -sanitized variable names in minstalldocs and compress docs only
756      if requested
757     * [r1580] usr/lib/mage/smage2.sh:
758      -added mpurgetargets and mstriplibtoolarchive
759     * [r1579] usr/lib/mage/smage2.sh:
760      -fixed spelling
761     * [r1578] usr/lib/mage/smage2.sh:
762      -sanitized strip functions;we don't run accidently a full strip
763      on libs
764     * [r1577] usr/lib/mage/smage2.sh:
765      -src_check after src_compile
766     * [r1576] usr/lib/mage/smage2.sh:
767      -removed cruft
768     * [r1575] usr/lib/mage/smage2.sh:
769      -added src_check facility
770     * [r1574] usr/lib/mage/smage2.sh:
771      -removed all sleeps to reduce the delay
772     * [r1573] usr/lib/mage/smage2.sh:
773      -fixed spelling
774     * [r1572] usr/lib/mage/smage2.sh:
775      -get all global variables from includes
776     * [r1571] usr/lib/mage/smage2.sh:
777      -fixed header
778     * [r1570] usr/lib/mage/env-rebuild.sh:
779      -sanitized variable names and do not substitude everytime from
780      new
781     * [r1569] usr/lib/mage/env-rebuild.sh:
782      -fixed spelling
783     * [r1568] usr/lib/mage/env-rebuild.sh:
784      -use MROOT directly instead of P alias
785     * [r1567] usr/lib/mage/env-rebuild.sh:
786      -make SPECIALVARS more readable
787     * [r1566] usr/lib/mage/env-rebuild.sh:
788      -removed cruft
789     * [r1565] usr/lib/mage/env-rebuild.sh:
790      -fixed header
791     * [r1564] usr/lib/mage/depwalker.sh:
792      -fixed speling
793     * [r1563] usr/lib/mage/depwalker.sh:
794      -renamed function rumwanders() -> depwalking() and all its
795      references too
796     * [r1562] usr/lib/mage/depwalker.sh:
797      -fixed spelling
798     * [r1561] usr/lib/mage/depwalker.sh:
799      -removed old cruft
800     * [r1560] usr/lib/mage/depwalker.sh:
801      -get colors and MLIBDIR from includes
802     * [r1559] usr/lib/mage/depwalker.sh:
803      -fixed header
804    
805    2011-12-27  Niels Rogalla <niro@magellan-linux.de>
806    
807     * [r1558] usr/lib/mage/mage.rc.global:
808      -added as-needed LDFLAGS
809     * [r1557] usr/lib/mage/mage.rc.global:
810      -moved MAGE_TREE_DEST under default options
811     * [r1556] usr/lib/mage/mage.rc.global:
812      -moved all download options near default mirrors
813     * [r1555] usr/lib/mage/mage.rc.global:
814      -moved ARCH to arch options and added all extension defaults to
815      mage.rc.global
816     * [r1554] usr/lib/mage/mage.rc.global:
817      -moved distribution settings up
818     * [r1553] usr/lib/mage/mage.rc.global:
819      -better descriptions for some options
820     * [r1552] usr/lib/mage/mage.rc.global:
821      -fixed header
822     * [r1551] usr/lib/mage/mage4.sh:
823      -fixed spelling
824     * [r1550] usr/lib/mage/mage4.sh:
825      -dropped local color defines and get them from mage4.functions
826     * [r1549] usr/lib/mage/mage4.functions.sh:
827      -introduce mchecksum(), convertmirrors(), mdownload() functions
828      to consolidate several splitted functions in mage/smage and use
829      them
830     * [r1548] usr/lib/mage/mage4.functions.sh:
831      -fixed spelling and whitespaces
832      -removed old commented cruft
833     * [r1547] usr/lib/mage/mage4.functions.sh:
834      -moved color defines into global mage4.functions.sh include
835     * [r1546] usr/lib/mage/magequery.sh:
836      -no hardcoded mage.rc pathes
837     * [r1545] usr/lib/mage/pkgbuild_dir.sh:
838      -fixed header
839      -removed all locallay defined varibales/functions which have
840      proper includes
841      -use variable names not arguments
842      -removed deprecated build_rmtimestamp function
843     * [r1544] usr/lib/mage/etc-update:
844      -fixed header
845    
846    2011-12-20  Niels Rogalla <niro@magellan-linux.de>
847    
848     * [r1543] usr/lib/mage/mage.rc.global, usr/lib/mage/smage2.sh:
849      -configurable strip options for every facility and added support
850      to strip static libraries too
851     * [r1542] usr/lib/mage/mage.rc.global:
852      - spelling
853     * [r1541] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh:
854      -check for and require root privileges when needed by mage
855     * [r1540] usr/lib/mage/magequery.sh:
856      - fix [ character on regex searches
857    
858  2011-08-30  Niels Rogalla <niro@magellan-linux.de>  2011-08-30  Niels Rogalla <niro@magellan-linux.de>
859    
860     * [r1509] usr/lib/mage/magequery.sh:
861      - fix + character on regex searches
862     * [r1507] usr/lib/mage/magequery.sh:
863      utf8 fix
864     * [r1505] ChangeLog:
865      -updated ChangeLog
866   * [r1504] VERSION:   * [r1504] VERSION:
867    -version 0.4.29    -version 0.4.29
868   * [r1503] usr/lib/mage/magequery.sh:   * [r1503] usr/lib/mage/magequery.sh:

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