Magellan Linux

Diff of /tags/mage-0_4_111/ChangeLog

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

revision 2161 by niro, Wed Aug 14 09:29:54 2013 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>  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:   * [r2160] VERSION:
237    -version 0.4.95    -version 0.4.95
238   * [r2159] etc/mage.rc.example, usr/lib/mage/mage.rc.global.in,   * [r2159] etc/mage.rc.example, usr/lib/mage/mage.rc.global.in,

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