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 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>  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:   * [r2160] VERSION:
290    -version 0.4.95    -version 0.4.95
291   * [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.2834