Magellan Linux

Diff of /tags/mage-0_4_111/ChangeLog

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

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

Legend:
Removed from v.1764  
changed lines
  Added in v.2740