Magellan Linux

Diff of /tags/mage-0_4_111/ChangeLog

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

revision 1442 by niro, Mon Jul 25 12:17:19 2011 UTC revision 2834 by niro, Fri Sep 19 11:24:58 2014 UTC
# Line 1  Line 1 
1    2014-09-19  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r2833] VERSION:
4      -version 0.4.107
5     * [r2831] usr/lib/mage/depwalker.sh,
6      usr/lib/mage/smage2.functions.sh:
7      -evaluate march[s|]depend() right if depwalker calls the
8      smagefile directly
9    
10    2014-09-17  Niels Rogalla <niro@magellan-linux.de>
11    
12     * [r2827] usr/lib/mage/depwalker.sh:
13      -spelling
14     * [r2826] usr/lib/mage/depwalker.sh:
15      -revert commit r2735 - deps of highest_depfile must be checked
16      before adding it to the ALL_DEPS var, so that they get installed
17      before highest_depfile and not after it
18    
19    2014-09-09  Niels Rogalla <niro@magellan-linux.de>
20    
21     * [r2824] usr/lib/mage/autodepend.sh:
22      -whitespaces
23     * [r2823] usr/lib/mage/autodepend.sh:
24      -print sonames which where not found
25    
26    2014-09-02  Niels Rogalla <niro@magellan-linux.de>
27    
28     * [r2805] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh:
29      -make smage log directory configurable
30     * [r2803] usr/lib/mage/autodepend.sh:
31      -fixed broken use-move honor logic
32    
33    2014-08-14  Niels Rogalla <niro@magellan-linux.de>
34    
35     * [r2755] ChangeLog:
36      -updated ChangeLog
37     * [r2754] VERSION:
38      -version 0.4.106
39     * [r2752] usr/lib/mage/mage4.functions.sh:
40      -fixed broken count_installed_pkgs() function
41     * [r2751] usr/lib/mage/museradd:
42      -ignore -l switch when running usermod
43    
44    2014-08-13  Niels Rogalla <niro@magellan-linux.de>
45    
46     * [r2744] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
47      -renamed src_setup() function to the more appropriate name
48      pkg_setup()
49    
50    2014-08-12  Niels Rogalla <niro@magellan-linux.de>
51    
52     * [r2742] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
53      -introduce src_setup function
54     * [r2740] ChangeLog:
55      -updated ChangeLog
56     * [r2739] VERSION:
57      -version 0.4.105
58     * [r2738] usr/lib/mage/depwalker.sh:
59      -fixed spelling
60     * [r2735] usr/lib/mage/depwalker.sh:
61      -fixed a logic error/race-condition in depwalker, where the
62      highest_magefile was added too late to ALLDEPS
63    
64    2014-07-22  Niels Rogalla <niro@magellan-linux.de>
65    
66     * [r2724] usr/lib/mage/mage4.functions.sh:
67      -fixed a typo MAGE_FEATURE_CURRENT -> MAGE_FEATURES_CURRENT
68     * [r2723] usr/lib/mage/museradd:
69      -museradd: busybox does not support -l switch
70    
71    2014-03-27  Niels Rogalla <niro@magellan-linux.de>
72    
73     * [r2636] usr/lib/mage/etc-update:
74      -be busybox friendly
75     * [r2633] ChangeLog:
76      -updated ChangeLog
77     * [r2632] VERSION:
78      -version 0.4.104
79    
80    2014-02-14  Niels Rogalla <niro@magellan-linux.de>
81    
82     * [r2589] usr/lib/mage/smage2.sh:
83      -regen mage files *after* successful build
84    
85    2014-01-29  Niels Rogalla <niro@magellan-linux.de>
86    
87     * [r2522] usr/lib/mage/search_soname.sh:
88      -scanelf 0.7 has a bug, it ignores the first element in the path
89    
90    2014-01-06  Niels Rogalla <niro@magellan-linux.de>
91    
92     * [r2378] ChangeLog:
93      -updated ChangeLog
94     * [r2377] VERSION:
95      -version 0.4.103
96     * [r2376] usr/lib/mage/depwalker.sh:
97      -fixed a typo and whitespaces
98     * [r2374] ChangeLog:
99      -updated ChangeLog
100     * [r2373] VERSION:
101      -version 0.4.102
102     * [r2372] usr/lib/mage/mage4.functions.sh:
103      -fixed a logic issue
104     * [r2371] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh:
105      -introduce rerun_pkgfunctions() and let the user re-run
106      preinstall|postinstall parts of an installed package
107     * [r2369] ChangeLog:
108      -updated ChangeLog
109     * [r2368] VERSION:
110      -version 0.4.101
111     * [r2367] usr/lib/mage/meta-generator.sh:
112      -split meta data and content data to seperate files into a dir
113      named PKGMETADIR
114     * [r2366] usr/lib/mage/meta-generator.sh:
115      -renamed variable METAFILE to PKGMETAFILE
116     * [r2365] usr/lib/mage/generate_meta_data.sh,
117      usr/lib/mage/mage4.functions.sh,
118      usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
119      -drop obsolete MAGE_TARGETS support
120     * [r2364] usr/lib/mage/mage4.functions.sh:
121      sminclude(): honor SILENT=1
122     * [r2363] usr/lib/mage/smage2.functions.sh:
123      sminclude(): honor SILENT=1
124     * [r2362] usr/lib/mage/smage2.functions.sh:
125      -marchdepend(), marchsdepend(), marchsrcdir(): make the used
126      variable variable
127     * [r2361] usr/lib/mage/smage2.functions.sh:
128      -fixed whitespaces
129     * [r2360] usr/lib/mage/depwalker.sh:
130      -added --smage switch to support depwalking of smage2 files
131     * [r2359] usr/lib/mage/depwalker.sh:
132      -fixed wrong methods in usage()
133     * [r2358] usr/lib/mage/mage4.sh:
134      -fixed usage description of install/pretend-build-prerequisites
135    
136    2013-12-06  Niels Rogalla <niro@magellan-linux.de>
137    
138     * [r2296] usr/lib/mage/meta-generator.sh:
139      -load mage-features
140     * [r2295] usr/lib/mage/meta-generator.sh:
141      -fixed race-condition
142     * [r2294] usr/lib/mage/meta-generator.sh:
143      -distrotag() -> print_distrotag()
144     * [r2293] usr/lib/mage/meta-generator.sh:
145      -enabled inherits and SPLIT_PACKAGE_BASE information
146     * [r2292] usr/lib/mage/meta-generator.sh:
147      -fixed PCATEGORIE->PCAT
148     * [r2291] usr/lib/mage/meta-generator.sh:
149      -honor distrotag everywhere
150     * [r2290] usr/lib/mage/meta-generator.sh:
151      -pull in smage2 functions
152     * [r2289] usr/lib/mage/meta-generator.sh:
153      -use smagesource() to honor distrotags
154     * [r2288] usr/lib/mage/meta-generator.sh:
155      -some sanity checks
156     * [r2287] usr/lib/mage/meta-generator.sh[ADD]:
157      -initial release
158    
159    2013-12-02  Niels Rogalla <niro@magellan-linux.de>
160    
161     * [r2286] usr/lib/mage/depwalker.sh:
162      -fixed broken pretend/install-build-prerequisites commands
163     * [r2285] usr/lib/mage/depwalker.sh:
164      -introduced decho() and replaced all debug messages with this
165      function
166    
167    2013-11-20  Niels Rogalla <niro@magellan-linux.de>
168    
169     * [r2283] ChangeLog:
170      -updated ChangeLog
171     * [r2282] VERSION:
172      -version 0.4.100
173     * [r2281] usr/lib/mage/depwalker.sh:
174      -provide enhanced debug information
175     * [r2280] usr/lib/mage/depwalker.sh:
176      -fixed broken upgrade methods with commit r2195 and r2210
177    
178    2013-10-25  Niels Rogalla <niro@magellan-linux.de>
179    
180     * [r2278] ChangeLog:
181      -updated ChangeLog
182     * [r2277] VERSION:
183      -version 0.4.99
184     * [r2276] usr/lib/mage/depwalker.sh:
185      -mention that pcat is mandatory
186     * [r2275] usr/lib/mage/depwalker.sh:
187      -fixed spelling
188     * [r2274] usr/lib/mage/depwalker.sh:
189      -fixed line-wrap
190     * [r2273] usr/lib/mage/mage.rc.global.in, usr/lib/mage/mage4.sh:
191      -make the default update method for the package database
192      selectable
193     * [r2272] usr/lib/mage/mage4.functions.sh:
194      -try to resume downloads via checksum like we do in smage2 -
195      fixme: this will check checksums twice
196     * [r2271] usr/lib/mage/mage4.functions.sh:
197      -simplify pkgname/pkgfile usage
198     * [r2270] usr/lib/mage/mage4.functions.sh:
199      -fixed whitespaces
200     * [r2269] usr/lib/mage/depwalker.sh:
201      -fixed usage
202     * [r2268] usr/lib/mage/autodepend.sh,
203      usr/lib/mage/create_desktop_app.sh,
204      usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh,
205      usr/lib/mage/mgroupadd, usr/lib/mage/mgroupdel,
206      usr/lib/mage/mkinfodir, usr/lib/mage/museradd,
207      usr/lib/mage/muserdel, usr/lib/mage/pkg_all_sources.sh,
208      usr/lib/mage/search_soname.sh:
209      -fixed header
210    
211    2013-10-16  Niels Rogalla <niro@magellan-linux.de>
212    
213     * [r2233] usr/lib/mage/mage4.sh:
214      -download and srcdownload require root privileges
215     * [r2232] usr/lib/mage/mage4.functions.sh:
216      -mchecksum(): only print errors while running the file-size check
217      to not clutter any output
218     * [r2230] ChangeLog:
219      -updated ChangeLog
220     * [r2229] VERSION:
221      -version 0.4.98
222     * [r2228] Makefile:
223      -fixed header
224     * [r2227] Makefile:
225      -removed non-sense DESTDIR definition
226     * [r2226] Makefile:
227      -fixed whitespaces
228     * [r2225] usr/lib/mage/mage4.functions.sh:
229      -mchecksum(): check for zero file-size, which is not allowed
230     * [r2224] usr/lib/mage/mage4.functions.sh:
231      get_highest_magefile(): print debug messages to stderr to not
232      break the return values
233     * [r2223] usr/lib/mage/mage4.functions.sh:
234      -removed which dependency
235     * [r2222] usr/lib/mage/mage4.sh:
236      die(): only print debug infos on request and always clean the
237      xtitles
238     * [r2221] usr/lib/mage/depwalker.sh, usr/lib/mage/mage4.sh:
239      -allow debug mode for depwalker
240     * [r2220] usr/lib/mage/depwalker.sh:
241      -fixed whitespaces
242    
243    2013-10-14  Niels Rogalla <niro@magellan-linux.de>
244    
245     * [r2210] usr/lib/mage/depwalker.sh, usr/lib/mage/mage4.sh:
246      -add support for build-prerequisites
247     * [r2209] usr/lib/mage/smage2.sh:
248      -add MLIBDIR to default path
249    
250    2013-10-10  Niels Rogalla <niro@magellan-linux.de>
251    
252     * [r2195] usr/lib/mage/depwalker.sh:
253      -depwalker: do not add loop dependencies to the install list
254      twice
255    
256    2013-09-02  Niels Rogalla <niro@magellan-linux.de>
257    
258     * [r2176] ChangeLog:
259      -updated ChangeLog
260     * [r2175] VERSION:
261      -version 0.4.97
262    
263    2013-08-17  Niels Rogalla <niro@magellan-linux.de>
264    
265     * [r2174] usr/lib/mage/museradd:
266      -fix_usermod_opts(): fixed broken -M handling, go trough *all*
267      opts
268    
269    2013-08-15  Niels Rogalla <niro@magellan-linux.de>
270    
271     * [r2173] usr/lib/mage/mage.rc.global.in:
272      -disable icecc by default
273     * [r2172] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
274      -fix broken icecc feature, icecream -> icecc
275    
276    2013-08-14  Niels Rogalla <niro@magellan-linux.de>
277    
278     * [r2167] usr/lib/mage/mage4.functions.sh:
279      -added icecc to known mage features
280     * [r2165] ChangeLog:
281      -updated ChangeLog
282     * [r2164] VERSION:
283      -version 0.4.96
284     * [r2163] usr/lib/mage/smage2.functions.sh:
285      -split_restore_variables(): fixed a logical error SPECIAL_VARS->
286      SPECIAL_FUNCTIONS
287     * [r2161] ChangeLog:
288      -updated ChangeLog
289     * [r2160] VERSION:
290      -version 0.4.95
291     * [r2159] etc/mage.rc.example, usr/lib/mage/mage.rc.global.in,
292      usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
293      -support icecream distributed cc (icecc)
294     * [r2158] usr/lib/mage/smage2.functions.sh:
295      -split_packages: honor and protect SPECIAL_FUNCTIONS variable
296     * [r2157] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
297      -added mqalint support and use a stub function until we provide
298      lint check tools offically
299     * [r2156] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh:
300      -introduce unpack_package() function to unpack single packages
301      and do unpack of a package while installing phase and not all
302      packages at once to save space
303     * [r2155] usr/lib/mage/ldd-fix.sh:
304      -make use of magequery
305    
306    2013-07-15  Niels Rogalla <niro@magellan-linux.de>
307    
308     * [r2144] ChangeLog:
309      -updated ChangeLog
310     * [r2143] VERSION:
311      -version 0.4.94
312     * [r2142] usr/lib/mage/museradd:
313      -add support for -M/-H of useradd/adduser to suppress homedir
314      creation. usermod does not support this switch, it must be
315      ignored
316     * [r2141] usr/lib/mage/depwalker.sh:
317      -print invalid apps and do not print errors
318     * [r2140] usr/lib/mage/smage2.functions.sh:
319      -remove excessive tabbing and duplicate entries from dependencies
320    
321    2013-02-01  Niels Rogalla <niro@magellan-linux.de>
322    
323     * [r2047] ChangeLog:
324      -updated ChangeLog
325     * [r2046] VERSION:
326      -version 0.4.93
327     * [r2045] usr/lib/mage/mage.rc.global.in:
328      -fixed whitespaces
329     * [r2044] usr/lib/mage/mage.rc.global.in:
330      -fixed buildpkg -> pkgbuild in description
331     * [r2043] usr/lib/mage/smage2.sh:
332      -honor PKGTYPE=virtual in all split_package cases
333     * [r2042] usr/lib/mage/smage2.sh:
334      -improved split_package handling and honor split_info for all
335      cases
336     * [r2041] usr/lib/mage/smage2.functions.sh:
337      -fixed whitespaces
338     * [r2040] usr/lib/mage/smage2.functions.sh:
339      -do not save/restore PKGTYPE twice for split_packages
340     * [r2039] usr/lib/mage/autodepend.sh:
341      -really honor prefix
342    
343    2012-11-19  Niels Rogalla <niro@magellan-linux.de>
344    
345     * [r1993] ChangeLog:
346      -updated ChangeLog
347     * [r1992] VERSION:
348      -version 0.4.92
349    
350    2012-10-26  Niels Rogalla <niro@magellan-linux.de>
351    
352     * [r1963] usr/lib/mage/mage4.functions.sh:
353      -fixed a cmd typo: xarg -> xargs
354    
355    2012-10-25  Niels Rogalla <niro@magellan-linux.de>
356    
357     * [r1962] usr/lib/mage/mage4.functions.sh:
358      -enhanced protected files counter with bash internal base
359      functions
360     * [r1961] usr/lib/mage/mage4.functions.sh:
361      -print cosmetic
362    
363    2012-10-12  Niels Rogalla <niro@magellan-linux.de>
364    
365     * [r1955] usr/lib/mage/pkg_all_sources.sh:
366      -fixed whitespaces
367     * [r1954] usr/lib/mage/autodepend.sh:
368      -honor usr-move and resolve full soname pathes to improved the
369      file search in the package database
370     * [r1953] usr/lib/mage/search_soname.sh:
371      -improved soname detection
372     * [r1952] usr/lib/mage/mage4.functions.sh:
373      -fixed need_busybox_support() function to honor USR-move
374     * [r1951] usr/lib/mage/mgroupadd, usr/lib/mage/museradd:
375      -users created by packagemanagement should be system users
376    
377    2012-04-11  Niels Rogalla <niro@magellan-linux.de>
378    
379     * [r1798] ChangeLog:
380      -updated ChangeLog
381     * [r1797] VERSION:
382      version 0.4.91
383     * [r1796] usr/lib/mage/smage2.functions.sh:
384      -marchsrcfile: add $1 to make different variable names possible
385     * [r1795] usr/lib/mage/smage2.functions.sh:
386      -show full path to file which gets unpacked
387    
388    2012-03-12  Niels Rogalla <niro@magellan-linux.de>
389    
390     * [r1786] ChangeLog:
391      -updated ChangeLog
392     * [r1785] VERSION:
393      -version 0.4.90
394     * [r1784] usr/lib/mage/smage2.sh:
395      -honor !pkgbuild with split_packages and respect variables set in
396      split_info too
397     * [r1783] usr/lib/mage/magequery.sh:
398      -always export C locale to fix utf-8 issues
399     * [r1782] usr/lib/mage/ldd-fix.sh:
400      -honor multiple argvs
401     * [r1781] usr/lib/mage/mage4.functions.sh:
402      -added some nice colors for mprintfeatures()
403     * [r1780] usr/lib/mage/mage4.sh:
404      -added option 'print-features'
405     * [r1779] usr/lib/mage/env-rebuild.sh:
406      -handle XDG dirs right and fix glib gio/schema errors
407    
408    2012-02-18  Niels Rogalla <niro@magellan-linux.de>
409    
410     * [r1764] ChangeLog:
411      -updated ChangeLog
412     * [r1763] VERSION:
413      -version 0.4.89
414     * [r1762] usr/lib/mage/mage4.functions.sh:
415      -fixed a typo
416     * [r1760] ChangeLog:
417      -updated ChangeLog
418     * [r1759] VERSION:
419      -version 0.4.88
420     * [r1758] usr/lib/mage/mage4.functions.sh:
421      -improved count_protected_files() function to fix several issues
422    
423    2012-02-16  Niels Rogalla <niro@magellan-linux.de>
424    
425     * [r1690] usr/lib/mage/mage4.functions.sh:
426      -fixed broken mtime handling of symlinks
427     * [r1689] usr/lib/mage/smage2.functions.sh:
428      -added march(), marchsrfile(), marchsrcdir(), marchdepend(),
429      marchsdepend() functions
430    
431    2012-02-06  Niels Rogalla <niro@magellan-linux.de>
432    
433     * [r1687] ChangeLog:
434      -updated ChangeLog
435     * [r1686] VERSION:
436      -version 0.4.87
437     * [r1685] usr/lib/mage/mage.rc.global.in:
438      -let the makefile set the right CHOST and CFLAGS for the current
439      arch
440     * [r1684] usr/lib/mage/smage2.functions.sh:
441      -always honor state set in distribution file, but prefer local
442      states from smage2 file
443     * [r1683] etc/mage.rc.example:
444      -removed description of pkgbuild feature, which is internal only
445      and should not changed by normal user
446     * [r1682] etc/mage.rc.example:
447      -fixed spelling
448     * [r1681] etc/mage.rc.example:
449      -removed MAGE_FEATURES comment
450     * [r1680] usr/lib/mage/smage2.functions.sh:
451      -do not add --enable-shared for waf configure scripts, which
452      support --disable-* options only
453     * [r1679] usr/lib/mage/smage2.functions.sh:
454      -pretty print, add a new line
455     * [r1678] Makefile:
456      -let the makefile set the right CHOST and CFLAGS for the current
457      arch
458     * [r1677] usr/lib/mage/mage.rc.global.in:
459      -fixed spelling
460     * [r1676] usr/lib/mage/mage.rc.global.in:
461      -added garr, dfn and global-auto sourceforge mirrors
462     * [r1675] usr/lib/mage/mage4.functions.sh:
463      -update_tarball: only exclude distribution from uri if it matches
464      stable|testing|unstable
465    
466    2012-01-14  Niels Rogalla <niro@magellan-linux.de>
467    
468     * [r1661] ChangeLog:
469      -updated ChangeLog
470     * [r1660] VERSION:
471      -version 0.4.86
472     * [r1659] usr/lib/mage/smage2.sh:
473      -more PCATEGORIE->PCAT fixes for split-packages
474     * [r1658] usr/lib/mage/mage4.functions.sh:
475      -verbose mchecksum
476    
477    2012-01-13  Niels Rogalla <niro@magellan-linux.de>
478    
479     * [r1656] ChangeLog:
480      -updated ChangeLog
481     * [r1655] VERSION:
482      -version 0.4.85
483     * [r1654] usr/lib/mage/mage4.functions.sh:
484      -honor mounted or empty $MAGEDIR in syncmage_tarball()
485     * [r1653] usr/lib/mage/mage4.functions.sh:
486      -introduce mcheckemptydir()
487     * [r1652] usr/lib/mage/mage4.functions.sh:
488      -use mchecksum everywhere
489     * [r1651] usr/lib/mage/smage2.functions.sh:
490      -fixed split_package PCATEGORIE -> PCAT issue and always unset
491      PCATEGORIE
492     * [r1650] usr/lib/mage/mage4.functions.sh:
493      -disabled unused choppkgname function
494     * [r1649] usr/lib/mage/mage.rc.global.in,
495      usr/lib/mage/mage4.functions.sh,
496      usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
497      -added mage-feature pkgdistrotag to support DISTROTAG in package
498      tarballs
499     * [r1648] usr/lib/mage/mage4.functions.sh,
500      usr/lib/mage/smage2.functions.sh:
501      -honor license information
502     * [r1646] ChangeLog:
503      -updates ChangeLog
504     * [r1645] VERSION:
505      -version 0.4.84
506     * [r1644] usr/lib/mage/autodepend.sh,
507      usr/lib/mage/search_soname.sh:
508      -added some simple sanity checks
509     * [r1643] Makefile, usr/lib/mage/autodepend.sh[ADD],
510      usr/lib/mage/search_soname.sh[ADD]:
511      -install more scripts (pkg_all_sources, autodepend and
512      search_soname)
513     * [r1642] usr/lib/mage/convert_databases.sh,
514      usr/lib/mage/convert_databases_meta.sh,
515      usr/lib/mage/convert_databases_smage.sh,
516      usr/lib/mage/generate_meta_data.sh,
517      usr/lib/mage/pkg_all_sources.sh:
518      -honor the PCATEGORIE deprecation and make the scripts work with
519      the latest changes to smage/mage
520     * [r1641] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
521      -deprecate PCATEGORIE in favor of PCAT and warn the packages
522      about it
523     * [r1640] Makefile, usr/lib/mage/smage2.functions.sh[ADD],
524      usr/lib/mage/smage2.sh:
525      -split of smage2-functions into an extra include
526     * [r1639] usr/lib/mage/smage2.sh:
527      -fixed spelling
528     * [r1638] etc/mage.rc.example:
529      -fixed alphabetical order and added missing static feature
530     * [r1637] usr/share/doc/mage/template.mage,
531      usr/share/doc/mage/template.smage2:
532      -updated templates
533     * [r1636] usr/lib/mage/smage2.sh:
534      -pre-fixed all stamps after src_install with post-
535     * [r1635] usr/lib/mage/smage2.sh:
536      -fixed wrong feature name srcpkg -> srcpkgbuild
537     * [r1634] usr/lib/mage/smage2.sh:
538      -fixed broken mstriplibtoolarchive and never run file on other
539      mstrip* when nothing was found
540     * [r1633] usr/lib/mage/smage2.sh:
541      -minstalldocs(): fixed uncompressed docs installation
542     * [r1632] usr/lib/mage/smage2.sh:
543      -fixed broken commit
544     * [r1631] usr/lib/mage/smage2.sh:
545      -let mage-features decide to build static libs and always enable
546      shared libs
547     * [r1630] usr/lib/mage/smage2.sh:
548      -always use verbose mode for source downloads
549     * [r1629] usr/lib/mage/mage.rc.global.in:
550      -added missing known mage-features and moved stepbystep to the
551      right place of the alphabetical order
552     * [r1628] usr/lib/mage/mage4.functions.sh:
553      -highlight unkown mage-features
554     * [r1627] usr/lib/mage/mage4.functions.sh:
555      -added missing known mage-features and moved stepbystep to the
556      right place of the alphabetical order
557     * [r1626] usr/lib/mage/mage4.functions.sh:
558      -mdownload(): append wget_opts, do not overwrite
559     * [r1625] usr/lib/mage/mage4.functions.sh:
560      -fixed spelling
561    
562    2012-01-10  Niels Rogalla <niro@magellan-linux.de>
563    
564     * [r1623] ChangeLog:
565      -updated ChangeLog
566     * [r1622] VERSION:
567      -version 0.4.83
568     * [r1621] usr/lib/mage/smage2.sh:
569      -introduce .stamps dir for build time stamps and remove this dir
570      on new builds if it exists
571     * [r1620] usr/lib/mage/mage4.functions.sh:
572      -added --resume support for smage
573     * [r1619] usr/lib/mage/mage.rc.global.in:
574      -prefer mesh as sourceforge mirror
575    
576    2012-01-09  Niels Rogalla <niro@magellan-linux.de>
577    
578     * [r1618] usr/lib/mage/smage2.sh:
579      -fixed a typo
580     * [r1617] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh:
581      -added --resume support for smage
582     * [r1616] usr/lib/mage/smage2.sh:
583      -export mage.rc LDFLAGS and fixed CXXFLAGS handling, that
584      CXXFLAGS set in mage.rc are honored
585     * [r1615] usr/lib/mage/smage2.sh:
586      -minstalldocs(): fixed compressed docs installation
587     * [r1614] usr/lib/mage/smage2.sh:
588      -split_restore_variables(): no verbose clutter while restoring
589      mage-features
590     * [r1613] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh:
591      -support CTARGET crosscompile host settings
592     * [r1612] usr/lib/mage/mage.rc.global.in:
593      -added dir.gz to purge targets
594     * [r1611] etc/mage.rc.example:
595      -do not tell something about internal features
596    
597    2012-01-03  Niels Rogalla <niro@magellan-linux.de>
598    
599     * [r1609] ChangeLog:
600      -updated ChangeLog
601     * [r1608] VERSION:
602      -version 0.4.82
603     * [r1607] etc/mage.rc.example:
604      -fixed header, clean up and tell something about mage-features
605     * [r1606] Makefile:
606      -generate arch specific stuff at build time
607     * [r1605] usr/lib/mage/mage.rc.global[DEL],
608      usr/lib/mage/mage.rc.global.in[CPY]:
609      -renamed mage.rc.global > mage.rc.global.in
610     * [r1604] usr/lib/mage/smage2.sh:
611      -allow unpack of jar files
612     * [r1603] usr/lib/mage/mage4.functions.sh:
613      -finally be silent when loading initial setup of mage-features
614     * [r1602] usr/lib/mage/env-rebuild.sh:
615      -fixed broken " and \' substition
616    
617    2012-01-02  Niels Rogalla <niro@magellan-linux.de>
618    
619     * [r1601] usr/lib/mage/smage2.sh:
620      - reverted accidently applied mstriplibtool change
621     * [r1600] usr/lib/mage/smage2.sh:
622      - do not die if mdownload has not error code 0; some mirrors may
623      not work and we want try all defined SRC_URIs. mchecksum catches
624      any download instead
625    
626    2011-12-30  Niels Rogalla <niro@magellan-linux.de>
627    
628     * [r1599] usr/lib/mage/mage4.functions.sh:
629      -fixed some missing COLDEFAULTS
630    
631    2011-12-29  Niels Rogalla <niro@magellan-linux.de>
632    
633     * [r1597] ChangeLog:
634      -updated ChangeLog
635     * [r1596] VERSION:
636      -version 0.4.81
637     * [r1595] usr/lib/mage/smage2.sh:
638      -respect feature flag !pkgbuild with several build/stripping
639      functions
640     * [r1594] usr/lib/mage/smage2.sh:
641      -never unset PKGTYPE on regen for sake of build check
642     * [r1593] usr/lib/mage/smage2.sh:
643      -if PKGTYPE=virtual don't build anything
644     * [r1592] usr/lib/mage/smage2.sh:
645      -fixed a typo
646     * [r1591] usr/lib/mage/smage2.sh:
647      -more informative messages in default src_* functions
648     * [r1590] usr/lib/mage/mage4.functions.sh:
649      -colored mage-feature messages
650    
651    2011-12-28  Niels Rogalla <niro@magellan-linux.de>
652    
653     * [r1589] usr/lib/mage/smage2.sh:
654      -fixed a race condition with MLIBDIR
655     * [r1587] ChangeLog:
656      -updated ChangeLog
657     * [r1586] VERSION:
658      -version 0.4.80
659     * [r1585] usr/lib/mage/compressdoc:
660      -included several upstream fixes and prepare for man-db support
661     * [r1584] usr/lib/mage/mage.rc.global,
662      usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh,
663      usr/lib/mage/smage2.sh:
664      -added MAGE_FEATURE functionality and dropped all old variables
665      and use it in all refernces
666     * [r1583] usr/lib/mage/mage.rc.global:
667      -added PURGE_TARGET defaults
668     * [r1582] usr/lib/mage/smage2.sh:
669      -save PKGTYPE variable too when calling split_packages
670     * [r1581] usr/lib/mage/smage2.sh:
671      -sanitized variable names in minstalldocs and compress docs only
672      if requested
673     * [r1580] usr/lib/mage/smage2.sh:
674      -added mpurgetargets and mstriplibtoolarchive
675     * [r1579] usr/lib/mage/smage2.sh:
676      -fixed spelling
677     * [r1578] usr/lib/mage/smage2.sh:
678      -sanitized strip functions;we don't run accidently a full strip
679      on libs
680     * [r1577] usr/lib/mage/smage2.sh:
681      -src_check after src_compile
682     * [r1576] usr/lib/mage/smage2.sh:
683      -removed cruft
684     * [r1575] usr/lib/mage/smage2.sh:
685      -added src_check facility
686     * [r1574] usr/lib/mage/smage2.sh:
687      -removed all sleeps to reduce the delay
688     * [r1573] usr/lib/mage/smage2.sh:
689      -fixed spelling
690     * [r1572] usr/lib/mage/smage2.sh:
691      -get all global variables from includes
692     * [r1571] usr/lib/mage/smage2.sh:
693      -fixed header
694     * [r1570] usr/lib/mage/env-rebuild.sh:
695      -sanitized variable names and do not substitude everytime from
696      new
697     * [r1569] usr/lib/mage/env-rebuild.sh:
698      -fixed spelling
699     * [r1568] usr/lib/mage/env-rebuild.sh:
700      -use MROOT directly instead of P alias
701     * [r1567] usr/lib/mage/env-rebuild.sh:
702      -make SPECIALVARS more readable
703     * [r1566] usr/lib/mage/env-rebuild.sh:
704      -removed cruft
705     * [r1565] usr/lib/mage/env-rebuild.sh:
706      -fixed header
707     * [r1564] usr/lib/mage/depwalker.sh:
708      -fixed speling
709     * [r1563] usr/lib/mage/depwalker.sh:
710      -renamed function rumwanders() -> depwalking() and all its
711      references too
712     * [r1562] usr/lib/mage/depwalker.sh:
713      -fixed spelling
714     * [r1561] usr/lib/mage/depwalker.sh:
715      -removed old cruft
716     * [r1560] usr/lib/mage/depwalker.sh:
717      -get colors and MLIBDIR from includes
718     * [r1559] usr/lib/mage/depwalker.sh:
719      -fixed header
720    
721    2011-12-27  Niels Rogalla <niro@magellan-linux.de>
722    
723     * [r1558] usr/lib/mage/mage.rc.global:
724      -added as-needed LDFLAGS
725     * [r1557] usr/lib/mage/mage.rc.global:
726      -moved MAGE_TREE_DEST under default options
727     * [r1556] usr/lib/mage/mage.rc.global:
728      -moved all download options near default mirrors
729     * [r1555] usr/lib/mage/mage.rc.global:
730      -moved ARCH to arch options and added all extension defaults to
731      mage.rc.global
732     * [r1554] usr/lib/mage/mage.rc.global:
733      -moved distribution settings up
734     * [r1553] usr/lib/mage/mage.rc.global:
735      -better descriptions for some options
736     * [r1552] usr/lib/mage/mage.rc.global:
737      -fixed header
738     * [r1551] usr/lib/mage/mage4.sh:
739      -fixed spelling
740     * [r1550] usr/lib/mage/mage4.sh:
741      -dropped local color defines and get them from mage4.functions
742     * [r1549] usr/lib/mage/mage4.functions.sh:
743      -introduce mchecksum(), convertmirrors(), mdownload() functions
744      to consolidate several splitted functions in mage/smage and use
745      them
746     * [r1548] usr/lib/mage/mage4.functions.sh:
747      -fixed spelling and whitespaces
748      -removed old commented cruft
749     * [r1547] usr/lib/mage/mage4.functions.sh:
750      -moved color defines into global mage4.functions.sh include
751     * [r1546] usr/lib/mage/magequery.sh:
752      -no hardcoded mage.rc pathes
753     * [r1545] usr/lib/mage/pkgbuild_dir.sh:
754      -fixed header
755      -removed all locallay defined varibales/functions which have
756      proper includes
757      -use variable names not arguments
758      -removed deprecated build_rmtimestamp function
759     * [r1544] usr/lib/mage/etc-update:
760      -fixed header
761    
762    2011-12-20  Niels Rogalla <niro@magellan-linux.de>
763    
764     * [r1543] usr/lib/mage/mage.rc.global, usr/lib/mage/smage2.sh:
765      -configurable strip options for every facility and added support
766      to strip static libraries too
767     * [r1542] usr/lib/mage/mage.rc.global:
768      - spelling
769     * [r1541] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh:
770      -check for and require root privileges when needed by mage
771     * [r1540] usr/lib/mage/magequery.sh:
772      - fix [ character on regex searches
773    
774    2011-08-30  Niels Rogalla <niro@magellan-linux.de>
775    
776     * [r1509] usr/lib/mage/magequery.sh:
777      - fix + character on regex searches
778     * [r1507] usr/lib/mage/magequery.sh:
779      utf8 fix
780     * [r1505] ChangeLog:
781      -updated ChangeLog
782     * [r1504] VERSION:
783      -version 0.4.29
784     * [r1503] usr/lib/mage/magequery.sh:
785      -support exact filename searching
786     * [r1502] usr/lib/mage/mage4.functions.sh:
787      -fixed svn detection
788     * [r1501] usr/lib/mage/muserdel:
789      -support chrooted userdels
790     * [r1500] usr/lib/mage/museradd:
791      -support chrooted groupadds
792     * [r1499] usr/lib/mage/mgroupdel:
793      -support chrooted groupdels
794     * [r1498] usr/lib/mage/mgroupadd:
795      -support chrooted groupadds
796    
797  2011-07-25  Niels Rogalla <niro@magellan-linux.de>  2011-07-25  Niels Rogalla <niro@magellan-linux.de>
798    
799     * [r1444] ChangeLog:
800      -updated ChangeLog
801     * [r1443] VERSION:
802      -version 0.4.28
803     * [r1442] ChangeLog[ADD], Makefile:
804      -added ChangeLog and install it to the docdir
805     * [r1441] Makefile:
806      -handle renamed src-doc dir
807      -install doc data to versionized datadir
808     * [r1440] usr/share/doc/mage[CPY], usr/share/doc/mage-0.3[DEL]:
809      -renamed to mage
810   * [r1439] Makefile, VERSION[ADD]:   * [r1439] Makefile, VERSION[ADD]:
811    -added global version file and update it via Makefile    -added global version file and update it via Makefile
812   * [r1438] usr/lib/mage/mage4.functions.sh:   * [r1438] usr/lib/mage/mage4.functions.sh:

Legend:
Removed from v.1442  
changed lines
  Added in v.2834