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

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