Magellan Linux

Diff of /tags/mage-0_4_111/ChangeLog

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

trunk/mage/ChangeLog revision 1687 by niro, Mon Feb 6 10:28:21 2012 UTC tags/mage-0_4_111/ChangeLog revision 3051 by niro, Tue Aug 1 12:30:10 2017 UTC
# Line 1  Line 1 
1    2017-08-01  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r3049] VERSION:
4      -version 0.4.111
5     * [r3048] Makefile:
6      -use arch command instead of uname -m
7    
8    2017-06-30  Niels Rogalla <niro@magellan-linux.de>
9    
10     * [r3043] ChangeLog:
11      -updated ChangeLog
12     * [r3042] VERSION:
13      -version 0.4.110
14     * [r3040] usr/lib/mage/mage4.functions.sh:
15      -mchecksum(): added sanity check for missing checksum files
16     * [r3039] VERSION:
17      -version 0.4.109
18     * [r3037] usr/lib/mage/smage2.functions.sh:
19      -added marchvariable() function and make use of it
20     * [r3034] Makefile, usr/lib/mage/mage.rc.global.in,
21      usr/lib/mage/smage2.sh:
22      -updated and hardened default compiler flags, not using -mtune=
23      but always 'generic
24    
25    2015-12-08  Niels Rogalla <niro@magellan-linux.de>
26    
27     * [r2919] usr/lib/mage/autodepend.sh:
28      -fixed a small prefix issue
29    
30    2015-11-30  Niels Rogalla <niro@magellan-linux.de>
31    
32     * [r2917] usr/lib/mage/mkinfodir:
33      -coding style update
34     * [r2915] usr/lib/mage/mkinfodir:
35      -added some sanity checks
36    
37    2015-03-20  Niels Rogalla <niro@magellan-linux.de>
38    
39     * [r2869] usr/lib/mage/smage2.functions.sh:
40      -build mpks for virtual as well to support build-server builds
41    
42    2015-03-19  Niels Rogalla <niro@magellan-linux.de>
43    
44     * [r2867] usr/lib/mage/mage4.functions.sh:
45      mdownload(): support file:// uris to support file injections
46      which the alx branch use with src-tarballs
47    
48    2015-02-13  Niels Rogalla <niro@magellan-linux.de>
49    
50     * [r2863] usr/lib/mage/smage2.sh:
51      -smage build log: log sterr too
52    
53    2014-10-31  Niels Rogalla <niro@magellan-linux.de>
54    
55     * [r2845] ChangeLog:
56      -updated ChangeLog
57     * [r2844] VERSION:
58      -version 0.4.108
59     * [r2842] usr/lib/mage/smage2.functions.sh:
60      -always create a mpks even if no SRC_URI was defined, only ignore
61      the mpks-build on virtual packages
62    
63    2014-10-24  Niels Rogalla <niro@magellan-linux.de>
64    
65     * [r2840] usr/lib/mage/depwalker.sh, usr/lib/mage/mage4.sh:
66      -support deep and simple build-prerequisites, which reduces the
67      overhead as they only respect the sdepend of the target
68      mage/smagefile and not from all deps
69    
70    2014-10-22  Niels Rogalla <niro@magellan-linux.de>
71    
72     * [r2838] usr/lib/mage/depwalker.sh:
73      -load mage-features to support them with the smagesource()
74      function
75    
76    2014-09-19  Niels Rogalla <niro@magellan-linux.de>
77    
78     * [r2834] ChangeLog:
79      -updated ChangeLog
80     * [r2833] VERSION:
81      -version 0.4.107
82     * [r2831] usr/lib/mage/depwalker.sh,
83      usr/lib/mage/smage2.functions.sh:
84      -evaluate march[s|]depend() right if depwalker calls the
85      smagefile directly
86    
87    2014-09-17  Niels Rogalla <niro@magellan-linux.de>
88    
89     * [r2827] usr/lib/mage/depwalker.sh:
90      -spelling
91     * [r2826] usr/lib/mage/depwalker.sh:
92      -revert commit r2735 - deps of highest_depfile must be checked
93      before adding it to the ALL_DEPS var, so that they get installed
94      before highest_depfile and not after it
95    
96    2014-09-09  Niels Rogalla <niro@magellan-linux.de>
97    
98     * [r2824] usr/lib/mage/autodepend.sh:
99      -whitespaces
100     * [r2823] usr/lib/mage/autodepend.sh:
101      -print sonames which where not found
102    
103    2014-09-02  Niels Rogalla <niro@magellan-linux.de>
104    
105     * [r2805] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh:
106      -make smage log directory configurable
107     * [r2803] usr/lib/mage/autodepend.sh:
108      -fixed broken use-move honor logic
109    
110    2014-08-14  Niels Rogalla <niro@magellan-linux.de>
111    
112     * [r2755] ChangeLog:
113      -updated ChangeLog
114     * [r2754] VERSION:
115      -version 0.4.106
116     * [r2752] usr/lib/mage/mage4.functions.sh:
117      -fixed broken count_installed_pkgs() function
118     * [r2751] usr/lib/mage/museradd:
119      -ignore -l switch when running usermod
120    
121    2014-08-13  Niels Rogalla <niro@magellan-linux.de>
122    
123     * [r2744] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
124      -renamed src_setup() function to the more appropriate name
125      pkg_setup()
126    
127    2014-08-12  Niels Rogalla <niro@magellan-linux.de>
128    
129     * [r2742] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
130      -introduce src_setup function
131     * [r2740] ChangeLog:
132      -updated ChangeLog
133     * [r2739] VERSION:
134      -version 0.4.105
135     * [r2738] usr/lib/mage/depwalker.sh:
136      -fixed spelling
137     * [r2735] usr/lib/mage/depwalker.sh:
138      -fixed a logic error/race-condition in depwalker, where the
139      highest_magefile was added too late to ALLDEPS
140    
141    2014-07-22  Niels Rogalla <niro@magellan-linux.de>
142    
143     * [r2724] usr/lib/mage/mage4.functions.sh:
144      -fixed a typo MAGE_FEATURE_CURRENT -> MAGE_FEATURES_CURRENT
145     * [r2723] usr/lib/mage/museradd:
146      -museradd: busybox does not support -l switch
147    
148    2014-03-27  Niels Rogalla <niro@magellan-linux.de>
149    
150     * [r2636] usr/lib/mage/etc-update:
151      -be busybox friendly
152     * [r2633] ChangeLog:
153      -updated ChangeLog
154     * [r2632] VERSION:
155      -version 0.4.104
156    
157    2014-02-14  Niels Rogalla <niro@magellan-linux.de>
158    
159     * [r2589] usr/lib/mage/smage2.sh:
160      -regen mage files *after* successful build
161    
162    2014-01-29  Niels Rogalla <niro@magellan-linux.de>
163    
164     * [r2522] usr/lib/mage/search_soname.sh:
165      -scanelf 0.7 has a bug, it ignores the first element in the path
166    
167    2014-01-06  Niels Rogalla <niro@magellan-linux.de>
168    
169     * [r2378] ChangeLog:
170      -updated ChangeLog
171     * [r2377] VERSION:
172      -version 0.4.103
173     * [r2376] usr/lib/mage/depwalker.sh:
174      -fixed a typo and whitespaces
175     * [r2374] ChangeLog:
176      -updated ChangeLog
177     * [r2373] VERSION:
178      -version 0.4.102
179     * [r2372] usr/lib/mage/mage4.functions.sh:
180      -fixed a logic issue
181     * [r2371] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh:
182      -introduce rerun_pkgfunctions() and let the user re-run
183      preinstall|postinstall parts of an installed package
184     * [r2369] ChangeLog:
185      -updated ChangeLog
186     * [r2368] VERSION:
187      -version 0.4.101
188     * [r2367] usr/lib/mage/meta-generator.sh:
189      -split meta data and content data to seperate files into a dir
190      named PKGMETADIR
191     * [r2366] usr/lib/mage/meta-generator.sh:
192      -renamed variable METAFILE to PKGMETAFILE
193     * [r2365] usr/lib/mage/generate_meta_data.sh,
194      usr/lib/mage/mage4.functions.sh,
195      usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
196      -drop obsolete MAGE_TARGETS support
197     * [r2364] usr/lib/mage/mage4.functions.sh:
198      sminclude(): honor SILENT=1
199     * [r2363] usr/lib/mage/smage2.functions.sh:
200      sminclude(): honor SILENT=1
201     * [r2362] usr/lib/mage/smage2.functions.sh:
202      -marchdepend(), marchsdepend(), marchsrcdir(): make the used
203      variable variable
204     * [r2361] usr/lib/mage/smage2.functions.sh:
205      -fixed whitespaces
206     * [r2360] usr/lib/mage/depwalker.sh:
207      -added --smage switch to support depwalking of smage2 files
208     * [r2359] usr/lib/mage/depwalker.sh:
209      -fixed wrong methods in usage()
210     * [r2358] usr/lib/mage/mage4.sh:
211      -fixed usage description of install/pretend-build-prerequisites
212    
213    2013-12-06  Niels Rogalla <niro@magellan-linux.de>
214    
215     * [r2296] usr/lib/mage/meta-generator.sh:
216      -load mage-features
217     * [r2295] usr/lib/mage/meta-generator.sh:
218      -fixed race-condition
219     * [r2294] usr/lib/mage/meta-generator.sh:
220      -distrotag() -> print_distrotag()
221     * [r2293] usr/lib/mage/meta-generator.sh:
222      -enabled inherits and SPLIT_PACKAGE_BASE information
223     * [r2292] usr/lib/mage/meta-generator.sh:
224      -fixed PCATEGORIE->PCAT
225     * [r2291] usr/lib/mage/meta-generator.sh:
226      -honor distrotag everywhere
227     * [r2290] usr/lib/mage/meta-generator.sh:
228      -pull in smage2 functions
229     * [r2289] usr/lib/mage/meta-generator.sh:
230      -use smagesource() to honor distrotags
231     * [r2288] usr/lib/mage/meta-generator.sh:
232      -some sanity checks
233     * [r2287] usr/lib/mage/meta-generator.sh[ADD]:
234      -initial release
235    
236    2013-12-02  Niels Rogalla <niro@magellan-linux.de>
237    
238     * [r2286] usr/lib/mage/depwalker.sh:
239      -fixed broken pretend/install-build-prerequisites commands
240     * [r2285] usr/lib/mage/depwalker.sh:
241      -introduced decho() and replaced all debug messages with this
242      function
243    
244    2013-11-20  Niels Rogalla <niro@magellan-linux.de>
245    
246     * [r2283] ChangeLog:
247      -updated ChangeLog
248     * [r2282] VERSION:
249      -version 0.4.100
250     * [r2281] usr/lib/mage/depwalker.sh:
251      -provide enhanced debug information
252     * [r2280] usr/lib/mage/depwalker.sh:
253      -fixed broken upgrade methods with commit r2195 and r2210
254    
255    2013-10-25  Niels Rogalla <niro@magellan-linux.de>
256    
257     * [r2278] ChangeLog:
258      -updated ChangeLog
259     * [r2277] VERSION:
260      -version 0.4.99
261     * [r2276] usr/lib/mage/depwalker.sh:
262      -mention that pcat is mandatory
263     * [r2275] usr/lib/mage/depwalker.sh:
264      -fixed spelling
265     * [r2274] usr/lib/mage/depwalker.sh:
266      -fixed line-wrap
267     * [r2273] usr/lib/mage/mage.rc.global.in, usr/lib/mage/mage4.sh:
268      -make the default update method for the package database
269      selectable
270     * [r2272] usr/lib/mage/mage4.functions.sh:
271      -try to resume downloads via checksum like we do in smage2 -
272      fixme: this will check checksums twice
273     * [r2271] usr/lib/mage/mage4.functions.sh:
274      -simplify pkgname/pkgfile usage
275     * [r2270] usr/lib/mage/mage4.functions.sh:
276      -fixed whitespaces
277     * [r2269] usr/lib/mage/depwalker.sh:
278      -fixed usage
279     * [r2268] usr/lib/mage/autodepend.sh,
280      usr/lib/mage/create_desktop_app.sh,
281      usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh,
282      usr/lib/mage/mgroupadd, usr/lib/mage/mgroupdel,
283      usr/lib/mage/mkinfodir, usr/lib/mage/museradd,
284      usr/lib/mage/muserdel, usr/lib/mage/pkg_all_sources.sh,
285      usr/lib/mage/search_soname.sh:
286      -fixed header
287    
288    2013-10-16  Niels Rogalla <niro@magellan-linux.de>
289    
290     * [r2233] usr/lib/mage/mage4.sh:
291      -download and srcdownload require root privileges
292     * [r2232] usr/lib/mage/mage4.functions.sh:
293      -mchecksum(): only print errors while running the file-size check
294      to not clutter any output
295     * [r2230] ChangeLog:
296      -updated ChangeLog
297     * [r2229] VERSION:
298      -version 0.4.98
299     * [r2228] Makefile:
300      -fixed header
301     * [r2227] Makefile:
302      -removed non-sense DESTDIR definition
303     * [r2226] Makefile:
304      -fixed whitespaces
305     * [r2225] usr/lib/mage/mage4.functions.sh:
306      -mchecksum(): check for zero file-size, which is not allowed
307     * [r2224] usr/lib/mage/mage4.functions.sh:
308      get_highest_magefile(): print debug messages to stderr to not
309      break the return values
310     * [r2223] usr/lib/mage/mage4.functions.sh:
311      -removed which dependency
312     * [r2222] usr/lib/mage/mage4.sh:
313      die(): only print debug infos on request and always clean the
314      xtitles
315     * [r2221] usr/lib/mage/depwalker.sh, usr/lib/mage/mage4.sh:
316      -allow debug mode for depwalker
317     * [r2220] usr/lib/mage/depwalker.sh:
318      -fixed whitespaces
319    
320    2013-10-14  Niels Rogalla <niro@magellan-linux.de>
321    
322     * [r2210] usr/lib/mage/depwalker.sh, usr/lib/mage/mage4.sh:
323      -add support for build-prerequisites
324     * [r2209] usr/lib/mage/smage2.sh:
325      -add MLIBDIR to default path
326    
327    2013-10-10  Niels Rogalla <niro@magellan-linux.de>
328    
329     * [r2195] usr/lib/mage/depwalker.sh:
330      -depwalker: do not add loop dependencies to the install list
331      twice
332    
333    2013-09-02  Niels Rogalla <niro@magellan-linux.de>
334    
335     * [r2176] ChangeLog:
336      -updated ChangeLog
337     * [r2175] VERSION:
338      -version 0.4.97
339    
340    2013-08-17  Niels Rogalla <niro@magellan-linux.de>
341    
342     * [r2174] usr/lib/mage/museradd:
343      -fix_usermod_opts(): fixed broken -M handling, go trough *all*
344      opts
345    
346    2013-08-15  Niels Rogalla <niro@magellan-linux.de>
347    
348     * [r2173] usr/lib/mage/mage.rc.global.in:
349      -disable icecc by default
350     * [r2172] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
351      -fix broken icecc feature, icecream -> icecc
352    
353    2013-08-14  Niels Rogalla <niro@magellan-linux.de>
354    
355     * [r2167] usr/lib/mage/mage4.functions.sh:
356      -added icecc to known mage features
357     * [r2165] ChangeLog:
358      -updated ChangeLog
359     * [r2164] VERSION:
360      -version 0.4.96
361     * [r2163] usr/lib/mage/smage2.functions.sh:
362      -split_restore_variables(): fixed a logical error SPECIAL_VARS->
363      SPECIAL_FUNCTIONS
364     * [r2161] ChangeLog:
365      -updated ChangeLog
366     * [r2160] VERSION:
367      -version 0.4.95
368     * [r2159] etc/mage.rc.example, usr/lib/mage/mage.rc.global.in,
369      usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
370      -support icecream distributed cc (icecc)
371     * [r2158] usr/lib/mage/smage2.functions.sh:
372      -split_packages: honor and protect SPECIAL_FUNCTIONS variable
373     * [r2157] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
374      -added mqalint support and use a stub function until we provide
375      lint check tools offically
376     * [r2156] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh:
377      -introduce unpack_package() function to unpack single packages
378      and do unpack of a package while installing phase and not all
379      packages at once to save space
380     * [r2155] usr/lib/mage/ldd-fix.sh:
381      -make use of magequery
382    
383    2013-07-15  Niels Rogalla <niro@magellan-linux.de>
384    
385     * [r2144] ChangeLog:
386      -updated ChangeLog
387     * [r2143] VERSION:
388      -version 0.4.94
389     * [r2142] usr/lib/mage/museradd:
390      -add support for -M/-H of useradd/adduser to suppress homedir
391      creation. usermod does not support this switch, it must be
392      ignored
393     * [r2141] usr/lib/mage/depwalker.sh:
394      -print invalid apps and do not print errors
395     * [r2140] usr/lib/mage/smage2.functions.sh:
396      -remove excessive tabbing and duplicate entries from dependencies
397    
398    2013-02-01  Niels Rogalla <niro@magellan-linux.de>
399    
400     * [r2047] ChangeLog:
401      -updated ChangeLog
402     * [r2046] VERSION:
403      -version 0.4.93
404     * [r2045] usr/lib/mage/mage.rc.global.in:
405      -fixed whitespaces
406     * [r2044] usr/lib/mage/mage.rc.global.in:
407      -fixed buildpkg -> pkgbuild in description
408     * [r2043] usr/lib/mage/smage2.sh:
409      -honor PKGTYPE=virtual in all split_package cases
410     * [r2042] usr/lib/mage/smage2.sh:
411      -improved split_package handling and honor split_info for all
412      cases
413     * [r2041] usr/lib/mage/smage2.functions.sh:
414      -fixed whitespaces
415     * [r2040] usr/lib/mage/smage2.functions.sh:
416      -do not save/restore PKGTYPE twice for split_packages
417     * [r2039] usr/lib/mage/autodepend.sh:
418      -really honor prefix
419    
420    2012-11-19  Niels Rogalla <niro@magellan-linux.de>
421    
422     * [r1993] ChangeLog:
423      -updated ChangeLog
424     * [r1992] VERSION:
425      -version 0.4.92
426    
427    2012-10-26  Niels Rogalla <niro@magellan-linux.de>
428    
429     * [r1963] usr/lib/mage/mage4.functions.sh:
430      -fixed a cmd typo: xarg -> xargs
431    
432    2012-10-25  Niels Rogalla <niro@magellan-linux.de>
433    
434     * [r1962] usr/lib/mage/mage4.functions.sh:
435      -enhanced protected files counter with bash internal base
436      functions
437     * [r1961] usr/lib/mage/mage4.functions.sh:
438      -print cosmetic
439    
440    2012-10-12  Niels Rogalla <niro@magellan-linux.de>
441    
442     * [r1955] usr/lib/mage/pkg_all_sources.sh:
443      -fixed whitespaces
444     * [r1954] usr/lib/mage/autodepend.sh:
445      -honor usr-move and resolve full soname pathes to improved the
446      file search in the package database
447     * [r1953] usr/lib/mage/search_soname.sh:
448      -improved soname detection
449     * [r1952] usr/lib/mage/mage4.functions.sh:
450      -fixed need_busybox_support() function to honor USR-move
451     * [r1951] usr/lib/mage/mgroupadd, usr/lib/mage/museradd:
452      -users created by packagemanagement should be system users
453    
454    2012-04-11  Niels Rogalla <niro@magellan-linux.de>
455    
456     * [r1798] ChangeLog:
457      -updated ChangeLog
458     * [r1797] VERSION:
459      version 0.4.91
460     * [r1796] usr/lib/mage/smage2.functions.sh:
461      -marchsrcfile: add $1 to make different variable names possible
462     * [r1795] usr/lib/mage/smage2.functions.sh:
463      -show full path to file which gets unpacked
464    
465    2012-03-12  Niels Rogalla <niro@magellan-linux.de>
466    
467     * [r1786] ChangeLog:
468      -updated ChangeLog
469     * [r1785] VERSION:
470      -version 0.4.90
471     * [r1784] usr/lib/mage/smage2.sh:
472      -honor !pkgbuild with split_packages and respect variables set in
473      split_info too
474     * [r1783] usr/lib/mage/magequery.sh:
475      -always export C locale to fix utf-8 issues
476     * [r1782] usr/lib/mage/ldd-fix.sh:
477      -honor multiple argvs
478     * [r1781] usr/lib/mage/mage4.functions.sh:
479      -added some nice colors for mprintfeatures()
480     * [r1780] usr/lib/mage/mage4.sh:
481      -added option 'print-features'
482     * [r1779] usr/lib/mage/env-rebuild.sh:
483      -handle XDG dirs right and fix glib gio/schema errors
484    
485    2012-02-18  Niels Rogalla <niro@magellan-linux.de>
486    
487     * [r1764] ChangeLog:
488      -updated ChangeLog
489     * [r1763] VERSION:
490      -version 0.4.89
491     * [r1762] usr/lib/mage/mage4.functions.sh:
492      -fixed a typo
493     * [r1760] ChangeLog:
494      -updated ChangeLog
495     * [r1759] VERSION:
496      -version 0.4.88
497     * [r1758] usr/lib/mage/mage4.functions.sh:
498      -improved count_protected_files() function to fix several issues
499    
500    2012-02-16  Niels Rogalla <niro@magellan-linux.de>
501    
502     * [r1690] usr/lib/mage/mage4.functions.sh:
503      -fixed broken mtime handling of symlinks
504     * [r1689] usr/lib/mage/smage2.functions.sh:
505      -added march(), marchsrfile(), marchsrcdir(), marchdepend(),
506      marchsdepend() functions
507    
508  2012-02-06  Niels Rogalla <niro@magellan-linux.de>  2012-02-06  Niels Rogalla <niro@magellan-linux.de>
509    
510     * [r1687] ChangeLog:
511      -updated ChangeLog
512   * [r1686] VERSION:   * [r1686] VERSION:
513    -version 0.4.87    -version 0.4.87
514   * [r1685] usr/lib/mage/mage.rc.global.in:   * [r1685] usr/lib/mage/mage.rc.global.in:

Legend:
Removed from v.1687  
changed lines
  Added in v.3051