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

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