Magellan Linux

Diff of /tags/mage-0_4_111/ChangeLog

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

revision 2230 by niro, Wed Oct 16 07:56:00 2013 UTC revision 2755 by niro, Thu Aug 14 14:32:12 2014 UTC
# Line 1  Line 1 
1    2014-08-14  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r2754] VERSION:
4      -version 0.4.106
5     * [r2752] usr/lib/mage/mage4.functions.sh:
6      -fixed broken count_installed_pkgs() function
7     * [r2751] usr/lib/mage/museradd:
8      -ignore -l switch when running usermod
9    
10    2014-08-13  Niels Rogalla <niro@magellan-linux.de>
11    
12     * [r2744] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
13      -renamed src_setup() function to the more appropriate name
14      pkg_setup()
15    
16    2014-08-12  Niels Rogalla <niro@magellan-linux.de>
17    
18     * [r2742] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
19      -introduce src_setup function
20     * [r2740] ChangeLog:
21      -updated ChangeLog
22     * [r2739] VERSION:
23      -version 0.4.105
24     * [r2738] usr/lib/mage/depwalker.sh:
25      -fixed spelling
26     * [r2735] usr/lib/mage/depwalker.sh:
27      -fixed a logic error/race-condition in depwalker, where the
28      highest_magefile was added too late to ALLDEPS
29    
30    2014-07-22  Niels Rogalla <niro@magellan-linux.de>
31    
32     * [r2724] usr/lib/mage/mage4.functions.sh:
33      -fixed a typo MAGE_FEATURE_CURRENT -> MAGE_FEATURES_CURRENT
34     * [r2723] usr/lib/mage/museradd:
35      -museradd: busybox does not support -l switch
36    
37    2014-03-27  Niels Rogalla <niro@magellan-linux.de>
38    
39     * [r2636] usr/lib/mage/etc-update:
40      -be busybox friendly
41     * [r2633] ChangeLog:
42      -updated ChangeLog
43     * [r2632] VERSION:
44      -version 0.4.104
45    
46    2014-02-14  Niels Rogalla <niro@magellan-linux.de>
47    
48     * [r2589] usr/lib/mage/smage2.sh:
49      -regen mage files *after* successful build
50    
51    2014-01-29  Niels Rogalla <niro@magellan-linux.de>
52    
53     * [r2522] usr/lib/mage/search_soname.sh:
54      -scanelf 0.7 has a bug, it ignores the first element in the path
55    
56    2014-01-06  Niels Rogalla <niro@magellan-linux.de>
57    
58     * [r2378] ChangeLog:
59      -updated ChangeLog
60     * [r2377] VERSION:
61      -version 0.4.103
62     * [r2376] usr/lib/mage/depwalker.sh:
63      -fixed a typo and whitespaces
64     * [r2374] ChangeLog:
65      -updated ChangeLog
66     * [r2373] VERSION:
67      -version 0.4.102
68     * [r2372] usr/lib/mage/mage4.functions.sh:
69      -fixed a logic issue
70     * [r2371] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh:
71      -introduce rerun_pkgfunctions() and let the user re-run
72      preinstall|postinstall parts of an installed package
73     * [r2369] ChangeLog:
74      -updated ChangeLog
75     * [r2368] VERSION:
76      -version 0.4.101
77     * [r2367] usr/lib/mage/meta-generator.sh:
78      -split meta data and content data to seperate files into a dir
79      named PKGMETADIR
80     * [r2366] usr/lib/mage/meta-generator.sh:
81      -renamed variable METAFILE to PKGMETAFILE
82     * [r2365] usr/lib/mage/generate_meta_data.sh,
83      usr/lib/mage/mage4.functions.sh,
84      usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
85      -drop obsolete MAGE_TARGETS support
86     * [r2364] usr/lib/mage/mage4.functions.sh:
87      sminclude(): honor SILENT=1
88     * [r2363] usr/lib/mage/smage2.functions.sh:
89      sminclude(): honor SILENT=1
90     * [r2362] usr/lib/mage/smage2.functions.sh:
91      -marchdepend(), marchsdepend(), marchsrcdir(): make the used
92      variable variable
93     * [r2361] usr/lib/mage/smage2.functions.sh:
94      -fixed whitespaces
95     * [r2360] usr/lib/mage/depwalker.sh:
96      -added --smage switch to support depwalking of smage2 files
97     * [r2359] usr/lib/mage/depwalker.sh:
98      -fixed wrong methods in usage()
99     * [r2358] usr/lib/mage/mage4.sh:
100      -fixed usage description of install/pretend-build-prerequisites
101    
102    2013-12-06  Niels Rogalla <niro@magellan-linux.de>
103    
104     * [r2296] usr/lib/mage/meta-generator.sh:
105      -load mage-features
106     * [r2295] usr/lib/mage/meta-generator.sh:
107      -fixed race-condition
108     * [r2294] usr/lib/mage/meta-generator.sh:
109      -distrotag() -> print_distrotag()
110     * [r2293] usr/lib/mage/meta-generator.sh:
111      -enabled inherits and SPLIT_PACKAGE_BASE information
112     * [r2292] usr/lib/mage/meta-generator.sh:
113      -fixed PCATEGORIE->PCAT
114     * [r2291] usr/lib/mage/meta-generator.sh:
115      -honor distrotag everywhere
116     * [r2290] usr/lib/mage/meta-generator.sh:
117      -pull in smage2 functions
118     * [r2289] usr/lib/mage/meta-generator.sh:
119      -use smagesource() to honor distrotags
120     * [r2288] usr/lib/mage/meta-generator.sh:
121      -some sanity checks
122     * [r2287] usr/lib/mage/meta-generator.sh[ADD]:
123      -initial release
124    
125    2013-12-02  Niels Rogalla <niro@magellan-linux.de>
126    
127     * [r2286] usr/lib/mage/depwalker.sh:
128      -fixed broken pretend/install-build-prerequisites commands
129     * [r2285] usr/lib/mage/depwalker.sh:
130      -introduced decho() and replaced all debug messages with this
131      function
132    
133    2013-11-20  Niels Rogalla <niro@magellan-linux.de>
134    
135     * [r2283] ChangeLog:
136      -updated ChangeLog
137     * [r2282] VERSION:
138      -version 0.4.100
139     * [r2281] usr/lib/mage/depwalker.sh:
140      -provide enhanced debug information
141     * [r2280] usr/lib/mage/depwalker.sh:
142      -fixed broken upgrade methods with commit r2195 and r2210
143    
144    2013-10-25  Niels Rogalla <niro@magellan-linux.de>
145    
146     * [r2278] ChangeLog:
147      -updated ChangeLog
148     * [r2277] VERSION:
149      -version 0.4.99
150     * [r2276] usr/lib/mage/depwalker.sh:
151      -mention that pcat is mandatory
152     * [r2275] usr/lib/mage/depwalker.sh:
153      -fixed spelling
154     * [r2274] usr/lib/mage/depwalker.sh:
155      -fixed line-wrap
156     * [r2273] usr/lib/mage/mage.rc.global.in, usr/lib/mage/mage4.sh:
157      -make the default update method for the package database
158      selectable
159     * [r2272] usr/lib/mage/mage4.functions.sh:
160      -try to resume downloads via checksum like we do in smage2 -
161      fixme: this will check checksums twice
162     * [r2271] usr/lib/mage/mage4.functions.sh:
163      -simplify pkgname/pkgfile usage
164     * [r2270] usr/lib/mage/mage4.functions.sh:
165      -fixed whitespaces
166     * [r2269] usr/lib/mage/depwalker.sh:
167      -fixed usage
168     * [r2268] usr/lib/mage/autodepend.sh,
169      usr/lib/mage/create_desktop_app.sh,
170      usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh,
171      usr/lib/mage/mgroupadd, usr/lib/mage/mgroupdel,
172      usr/lib/mage/mkinfodir, usr/lib/mage/museradd,
173      usr/lib/mage/muserdel, usr/lib/mage/pkg_all_sources.sh,
174      usr/lib/mage/search_soname.sh:
175      -fixed header
176    
177  2013-10-16  Niels Rogalla <niro@magellan-linux.de>  2013-10-16  Niels Rogalla <niro@magellan-linux.de>
178    
179     * [r2233] usr/lib/mage/mage4.sh:
180      -download and srcdownload require root privileges
181     * [r2232] usr/lib/mage/mage4.functions.sh:
182      -mchecksum(): only print errors while running the file-size check
183      to not clutter any output
184     * [r2230] ChangeLog:
185      -updated ChangeLog
186   * [r2229] VERSION:   * [r2229] VERSION:
187    -version 0.4.98    -version 0.4.98
188   * [r2228] Makefile:   * [r2228] Makefile:

Legend:
Removed from v.2230  
changed lines
  Added in v.2755