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

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