Magellan Linux

Diff of /trunk/mage/ChangeLog

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

revision 2374 by niro, Mon Jan 6 14:28:26 2014 UTC revision 3050 by niro, Tue Aug 1 12:29:45 2017 UTC
# Line 1  Line 1 
1    2017-08-01  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r3049] VERSION:
4      -version 0.4.111
5     * [r3048] Makefile:
6      -use arch command instead of uname -m
7    
8    2017-06-30  Niels Rogalla <niro@magellan-linux.de>
9    
10     * [r3043] ChangeLog:
11      -updated ChangeLog
12     * [r3042] VERSION:
13      -version 0.4.110
14     * [r3040] usr/lib/mage/mage4.functions.sh:
15      -mchecksum(): added sanity check for missing checksum files
16     * [r3039] VERSION:
17      -version 0.4.109
18     * [r3037] usr/lib/mage/smage2.functions.sh:
19      -added marchvariable() function and make use of it
20     * [r3034] Makefile, usr/lib/mage/mage.rc.global.in,
21      usr/lib/mage/smage2.sh:
22      -updated and hardened default compiler flags, not using -mtune=
23      but always 'generic
24    
25    2015-12-08  Niels Rogalla <niro@magellan-linux.de>
26    
27     * [r2919] usr/lib/mage/autodepend.sh:
28      -fixed a small prefix issue
29    
30    2015-11-30  Niels Rogalla <niro@magellan-linux.de>
31    
32     * [r2917] usr/lib/mage/mkinfodir:
33      -coding style update
34     * [r2915] usr/lib/mage/mkinfodir:
35      -added some sanity checks
36    
37    2015-03-20  Niels Rogalla <niro@magellan-linux.de>
38    
39     * [r2869] usr/lib/mage/smage2.functions.sh:
40      -build mpks for virtual as well to support build-server builds
41    
42    2015-03-19  Niels Rogalla <niro@magellan-linux.de>
43    
44     * [r2867] usr/lib/mage/mage4.functions.sh:
45      mdownload(): support file:// uris to support file injections
46      which the alx branch use with src-tarballs
47    
48    2015-02-13  Niels Rogalla <niro@magellan-linux.de>
49    
50     * [r2863] usr/lib/mage/smage2.sh:
51      -smage build log: log sterr too
52    
53    2014-10-31  Niels Rogalla <niro@magellan-linux.de>
54    
55     * [r2845] ChangeLog:
56      -updated ChangeLog
57     * [r2844] VERSION:
58      -version 0.4.108
59     * [r2842] usr/lib/mage/smage2.functions.sh:
60      -always create a mpks even if no SRC_URI was defined, only ignore
61      the mpks-build on virtual packages
62    
63    2014-10-24  Niels Rogalla <niro@magellan-linux.de>
64    
65     * [r2840] usr/lib/mage/depwalker.sh, usr/lib/mage/mage4.sh:
66      -support deep and simple build-prerequisites, which reduces the
67      overhead as they only respect the sdepend of the target
68      mage/smagefile and not from all deps
69    
70    2014-10-22  Niels Rogalla <niro@magellan-linux.de>
71    
72     * [r2838] usr/lib/mage/depwalker.sh:
73      -load mage-features to support them with the smagesource()
74      function
75    
76    2014-09-19  Niels Rogalla <niro@magellan-linux.de>
77    
78     * [r2834] ChangeLog:
79      -updated ChangeLog
80     * [r2833] VERSION:
81      -version 0.4.107
82     * [r2831] usr/lib/mage/depwalker.sh,
83      usr/lib/mage/smage2.functions.sh:
84      -evaluate march[s|]depend() right if depwalker calls the
85      smagefile directly
86    
87    2014-09-17  Niels Rogalla <niro@magellan-linux.de>
88    
89     * [r2827] usr/lib/mage/depwalker.sh:
90      -spelling
91     * [r2826] usr/lib/mage/depwalker.sh:
92      -revert commit r2735 - deps of highest_depfile must be checked
93      before adding it to the ALL_DEPS var, so that they get installed
94      before highest_depfile and not after it
95    
96    2014-09-09  Niels Rogalla <niro@magellan-linux.de>
97    
98     * [r2824] usr/lib/mage/autodepend.sh:
99      -whitespaces
100     * [r2823] usr/lib/mage/autodepend.sh:
101      -print sonames which where not found
102    
103    2014-09-02  Niels Rogalla <niro@magellan-linux.de>
104    
105     * [r2805] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh:
106      -make smage log directory configurable
107     * [r2803] usr/lib/mage/autodepend.sh:
108      -fixed broken use-move honor logic
109    
110    2014-08-14  Niels Rogalla <niro@magellan-linux.de>
111    
112     * [r2755] ChangeLog:
113      -updated ChangeLog
114     * [r2754] VERSION:
115      -version 0.4.106
116     * [r2752] usr/lib/mage/mage4.functions.sh:
117      -fixed broken count_installed_pkgs() function
118     * [r2751] usr/lib/mage/museradd:
119      -ignore -l switch when running usermod
120    
121    2014-08-13  Niels Rogalla <niro@magellan-linux.de>
122    
123     * [r2744] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
124      -renamed src_setup() function to the more appropriate name
125      pkg_setup()
126    
127    2014-08-12  Niels Rogalla <niro@magellan-linux.de>
128    
129     * [r2742] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
130      -introduce src_setup function
131     * [r2740] ChangeLog:
132      -updated ChangeLog
133     * [r2739] VERSION:
134      -version 0.4.105
135     * [r2738] usr/lib/mage/depwalker.sh:
136      -fixed spelling
137     * [r2735] usr/lib/mage/depwalker.sh:
138      -fixed a logic error/race-condition in depwalker, where the
139      highest_magefile was added too late to ALLDEPS
140    
141    2014-07-22  Niels Rogalla <niro@magellan-linux.de>
142    
143     * [r2724] usr/lib/mage/mage4.functions.sh:
144      -fixed a typo MAGE_FEATURE_CURRENT -> MAGE_FEATURES_CURRENT
145     * [r2723] usr/lib/mage/museradd:
146      -museradd: busybox does not support -l switch
147    
148    2014-03-27  Niels Rogalla <niro@magellan-linux.de>
149    
150     * [r2636] usr/lib/mage/etc-update:
151      -be busybox friendly
152     * [r2633] ChangeLog:
153      -updated ChangeLog
154     * [r2632] VERSION:
155      -version 0.4.104
156    
157    2014-02-14  Niels Rogalla <niro@magellan-linux.de>
158    
159     * [r2589] usr/lib/mage/smage2.sh:
160      -regen mage files *after* successful build
161    
162    2014-01-29  Niels Rogalla <niro@magellan-linux.de>
163    
164     * [r2522] usr/lib/mage/search_soname.sh:
165      -scanelf 0.7 has a bug, it ignores the first element in the path
166    
167  2014-01-06  Niels Rogalla <niro@magellan-linux.de>  2014-01-06  Niels Rogalla <niro@magellan-linux.de>
168    
169     * [r2378] ChangeLog:
170      -updated ChangeLog
171     * [r2377] VERSION:
172      -version 0.4.103
173     * [r2376] usr/lib/mage/depwalker.sh:
174      -fixed a typo and whitespaces
175     * [r2374] ChangeLog:
176      -updated ChangeLog
177   * [r2373] VERSION:   * [r2373] VERSION:
178    -version 0.4.102    -version 0.4.102
179   * [r2372] usr/lib/mage/mage4.functions.sh:   * [r2372] usr/lib/mage/mage4.functions.sh:

Legend:
Removed from v.2374  
changed lines
  Added in v.3050