Magellan Linux

Diff of /tags/mage-0_4_104/ChangeLog

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

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

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