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 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>  2012-02-06  Niels Rogalla <niro@magellan-linux.de>
358    
359     * [r1687] ChangeLog:
360      -updated ChangeLog
361   * [r1686] VERSION:   * [r1686] VERSION:
362    -version 0.4.87    -version 0.4.87
363   * [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.2633