Magellan Linux

Diff of /tags/mage-0_4_111/ChangeLog

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

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