Magellan Linux

Diff of /tags/mage-0_4_114/ChangeLog

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

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

Legend:
Removed from v.2633  
changed lines
  Added in v.3100