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

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