Magellan Linux

Diff of /tags/mage-0_4_101/ChangeLog

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

revision 1587 by niro, Wed Dec 28 14:55:55 2011 UTC revision 2047 by niro, Fri Feb 1 10:32:55 2013 UTC
# Line 1  Line 1 
1    2013-02-01  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r2046] VERSION:
4      -version 0.4.93
5     * [r2045] usr/lib/mage/mage.rc.global.in:
6      -fixed whitespaces
7     * [r2044] usr/lib/mage/mage.rc.global.in:
8      -fixed buildpkg -> pkgbuild in description
9     * [r2043] usr/lib/mage/smage2.sh:
10      -honor PKGTYPE=virtual in all split_package cases
11     * [r2042] usr/lib/mage/smage2.sh:
12      -improved split_package handling and honor split_info for all
13      cases
14     * [r2041] usr/lib/mage/smage2.functions.sh:
15      -fixed whitespaces
16     * [r2040] usr/lib/mage/smage2.functions.sh:
17      -do not save/restore PKGTYPE twice for split_packages
18     * [r2039] usr/lib/mage/autodepend.sh:
19      -really honor prefix
20    
21    2012-11-19  Niels Rogalla <niro@magellan-linux.de>
22    
23     * [r1993] ChangeLog:
24      -updated ChangeLog
25     * [r1992] VERSION:
26      -version 0.4.92
27    
28    2012-10-26  Niels Rogalla <niro@magellan-linux.de>
29    
30     * [r1963] usr/lib/mage/mage4.functions.sh:
31      -fixed a cmd typo: xarg -> xargs
32    
33    2012-10-25  Niels Rogalla <niro@magellan-linux.de>
34    
35     * [r1962] usr/lib/mage/mage4.functions.sh:
36      -enhanced protected files counter with bash internal base
37      functions
38     * [r1961] usr/lib/mage/mage4.functions.sh:
39      -print cosmetic
40    
41    2012-10-12  Niels Rogalla <niro@magellan-linux.de>
42    
43     * [r1955] usr/lib/mage/pkg_all_sources.sh:
44      -fixed whitespaces
45     * [r1954] usr/lib/mage/autodepend.sh:
46      -honor usr-move and resolve full soname pathes to improved the
47      file search in the package database
48     * [r1953] usr/lib/mage/search_soname.sh:
49      -improved soname detection
50     * [r1952] usr/lib/mage/mage4.functions.sh:
51      -fixed need_busybox_support() function to honor USR-move
52     * [r1951] usr/lib/mage/mgroupadd, usr/lib/mage/museradd:
53      -users created by packagemanagement should be system users
54    
55    2012-04-11  Niels Rogalla <niro@magellan-linux.de>
56    
57     * [r1798] ChangeLog:
58      -updated ChangeLog
59     * [r1797] VERSION:
60      version 0.4.91
61     * [r1796] usr/lib/mage/smage2.functions.sh:
62      -marchsrcfile: add $1 to make different variable names possible
63     * [r1795] usr/lib/mage/smage2.functions.sh:
64      -show full path to file which gets unpacked
65    
66    2012-03-12  Niels Rogalla <niro@magellan-linux.de>
67    
68     * [r1786] ChangeLog:
69      -updated ChangeLog
70     * [r1785] VERSION:
71      -version 0.4.90
72     * [r1784] usr/lib/mage/smage2.sh:
73      -honor !pkgbuild with split_packages and respect variables set in
74      split_info too
75     * [r1783] usr/lib/mage/magequery.sh:
76      -always export C locale to fix utf-8 issues
77     * [r1782] usr/lib/mage/ldd-fix.sh:
78      -honor multiple argvs
79     * [r1781] usr/lib/mage/mage4.functions.sh:
80      -added some nice colors for mprintfeatures()
81     * [r1780] usr/lib/mage/mage4.sh:
82      -added option 'print-features'
83     * [r1779] usr/lib/mage/env-rebuild.sh:
84      -handle XDG dirs right and fix glib gio/schema errors
85    
86    2012-02-18  Niels Rogalla <niro@magellan-linux.de>
87    
88     * [r1764] ChangeLog:
89      -updated ChangeLog
90     * [r1763] VERSION:
91      -version 0.4.89
92     * [r1762] usr/lib/mage/mage4.functions.sh:
93      -fixed a typo
94     * [r1760] ChangeLog:
95      -updated ChangeLog
96     * [r1759] VERSION:
97      -version 0.4.88
98     * [r1758] usr/lib/mage/mage4.functions.sh:
99      -improved count_protected_files() function to fix several issues
100    
101    2012-02-16  Niels Rogalla <niro@magellan-linux.de>
102    
103     * [r1690] usr/lib/mage/mage4.functions.sh:
104      -fixed broken mtime handling of symlinks
105     * [r1689] usr/lib/mage/smage2.functions.sh:
106      -added march(), marchsrfile(), marchsrcdir(), marchdepend(),
107      marchsdepend() functions
108    
109    2012-02-06  Niels Rogalla <niro@magellan-linux.de>
110    
111     * [r1687] ChangeLog:
112      -updated ChangeLog
113     * [r1686] VERSION:
114      -version 0.4.87
115     * [r1685] usr/lib/mage/mage.rc.global.in:
116      -let the makefile set the right CHOST and CFLAGS for the current
117      arch
118     * [r1684] usr/lib/mage/smage2.functions.sh:
119      -always honor state set in distribution file, but prefer local
120      states from smage2 file
121     * [r1683] etc/mage.rc.example:
122      -removed description of pkgbuild feature, which is internal only
123      and should not changed by normal user
124     * [r1682] etc/mage.rc.example:
125      -fixed spelling
126     * [r1681] etc/mage.rc.example:
127      -removed MAGE_FEATURES comment
128     * [r1680] usr/lib/mage/smage2.functions.sh:
129      -do not add --enable-shared for waf configure scripts, which
130      support --disable-* options only
131     * [r1679] usr/lib/mage/smage2.functions.sh:
132      -pretty print, add a new line
133     * [r1678] Makefile:
134      -let the makefile set the right CHOST and CFLAGS for the current
135      arch
136     * [r1677] usr/lib/mage/mage.rc.global.in:
137      -fixed spelling
138     * [r1676] usr/lib/mage/mage.rc.global.in:
139      -added garr, dfn and global-auto sourceforge mirrors
140     * [r1675] usr/lib/mage/mage4.functions.sh:
141      -update_tarball: only exclude distribution from uri if it matches
142      stable|testing|unstable
143    
144    2012-01-14  Niels Rogalla <niro@magellan-linux.de>
145    
146     * [r1661] ChangeLog:
147      -updated ChangeLog
148     * [r1660] VERSION:
149      -version 0.4.86
150     * [r1659] usr/lib/mage/smage2.sh:
151      -more PCATEGORIE->PCAT fixes for split-packages
152     * [r1658] usr/lib/mage/mage4.functions.sh:
153      -verbose mchecksum
154    
155    2012-01-13  Niels Rogalla <niro@magellan-linux.de>
156    
157     * [r1656] ChangeLog:
158      -updated ChangeLog
159     * [r1655] VERSION:
160      -version 0.4.85
161     * [r1654] usr/lib/mage/mage4.functions.sh:
162      -honor mounted or empty $MAGEDIR in syncmage_tarball()
163     * [r1653] usr/lib/mage/mage4.functions.sh:
164      -introduce mcheckemptydir()
165     * [r1652] usr/lib/mage/mage4.functions.sh:
166      -use mchecksum everywhere
167     * [r1651] usr/lib/mage/smage2.functions.sh:
168      -fixed split_package PCATEGORIE -> PCAT issue and always unset
169      PCATEGORIE
170     * [r1650] usr/lib/mage/mage4.functions.sh:
171      -disabled unused choppkgname function
172     * [r1649] usr/lib/mage/mage.rc.global.in,
173      usr/lib/mage/mage4.functions.sh,
174      usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
175      -added mage-feature pkgdistrotag to support DISTROTAG in package
176      tarballs
177     * [r1648] usr/lib/mage/mage4.functions.sh,
178      usr/lib/mage/smage2.functions.sh:
179      -honor license information
180     * [r1646] ChangeLog:
181      -updates ChangeLog
182     * [r1645] VERSION:
183      -version 0.4.84
184     * [r1644] usr/lib/mage/autodepend.sh,
185      usr/lib/mage/search_soname.sh:
186      -added some simple sanity checks
187     * [r1643] Makefile, usr/lib/mage/autodepend.sh[ADD],
188      usr/lib/mage/search_soname.sh[ADD]:
189      -install more scripts (pkg_all_sources, autodepend and
190      search_soname)
191     * [r1642] usr/lib/mage/convert_databases.sh,
192      usr/lib/mage/convert_databases_meta.sh,
193      usr/lib/mage/convert_databases_smage.sh,
194      usr/lib/mage/generate_meta_data.sh,
195      usr/lib/mage/pkg_all_sources.sh:
196      -honor the PCATEGORIE deprecation and make the scripts work with
197      the latest changes to smage/mage
198     * [r1641] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
199      -deprecate PCATEGORIE in favor of PCAT and warn the packages
200      about it
201     * [r1640] Makefile, usr/lib/mage/smage2.functions.sh[ADD],
202      usr/lib/mage/smage2.sh:
203      -split of smage2-functions into an extra include
204     * [r1639] usr/lib/mage/smage2.sh:
205      -fixed spelling
206     * [r1638] etc/mage.rc.example:
207      -fixed alphabetical order and added missing static feature
208     * [r1637] usr/share/doc/mage/template.mage,
209      usr/share/doc/mage/template.smage2:
210      -updated templates
211     * [r1636] usr/lib/mage/smage2.sh:
212      -pre-fixed all stamps after src_install with post-
213     * [r1635] usr/lib/mage/smage2.sh:
214      -fixed wrong feature name srcpkg -> srcpkgbuild
215     * [r1634] usr/lib/mage/smage2.sh:
216      -fixed broken mstriplibtoolarchive and never run file on other
217      mstrip* when nothing was found
218     * [r1633] usr/lib/mage/smage2.sh:
219      -minstalldocs(): fixed uncompressed docs installation
220     * [r1632] usr/lib/mage/smage2.sh:
221      -fixed broken commit
222     * [r1631] usr/lib/mage/smage2.sh:
223      -let mage-features decide to build static libs and always enable
224      shared libs
225     * [r1630] usr/lib/mage/smage2.sh:
226      -always use verbose mode for source downloads
227     * [r1629] usr/lib/mage/mage.rc.global.in:
228      -added missing known mage-features and moved stepbystep to the
229      right place of the alphabetical order
230     * [r1628] usr/lib/mage/mage4.functions.sh:
231      -highlight unkown mage-features
232     * [r1627] usr/lib/mage/mage4.functions.sh:
233      -added missing known mage-features and moved stepbystep to the
234      right place of the alphabetical order
235     * [r1626] usr/lib/mage/mage4.functions.sh:
236      -mdownload(): append wget_opts, do not overwrite
237     * [r1625] usr/lib/mage/mage4.functions.sh:
238      -fixed spelling
239    
240    2012-01-10  Niels Rogalla <niro@magellan-linux.de>
241    
242     * [r1623] ChangeLog:
243      -updated ChangeLog
244     * [r1622] VERSION:
245      -version 0.4.83
246     * [r1621] usr/lib/mage/smage2.sh:
247      -introduce .stamps dir for build time stamps and remove this dir
248      on new builds if it exists
249     * [r1620] usr/lib/mage/mage4.functions.sh:
250      -added --resume support for smage
251     * [r1619] usr/lib/mage/mage.rc.global.in:
252      -prefer mesh as sourceforge mirror
253    
254    2012-01-09  Niels Rogalla <niro@magellan-linux.de>
255    
256     * [r1618] usr/lib/mage/smage2.sh:
257      -fixed a typo
258     * [r1617] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh:
259      -added --resume support for smage
260     * [r1616] usr/lib/mage/smage2.sh:
261      -export mage.rc LDFLAGS and fixed CXXFLAGS handling, that
262      CXXFLAGS set in mage.rc are honored
263     * [r1615] usr/lib/mage/smage2.sh:
264      -minstalldocs(): fixed compressed docs installation
265     * [r1614] usr/lib/mage/smage2.sh:
266      -split_restore_variables(): no verbose clutter while restoring
267      mage-features
268     * [r1613] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh:
269      -support CTARGET crosscompile host settings
270     * [r1612] usr/lib/mage/mage.rc.global.in:
271      -added dir.gz to purge targets
272     * [r1611] etc/mage.rc.example:
273      -do not tell something about internal features
274    
275    2012-01-03  Niels Rogalla <niro@magellan-linux.de>
276    
277     * [r1609] ChangeLog:
278      -updated ChangeLog
279     * [r1608] VERSION:
280      -version 0.4.82
281     * [r1607] etc/mage.rc.example:
282      -fixed header, clean up and tell something about mage-features
283     * [r1606] Makefile:
284      -generate arch specific stuff at build time
285     * [r1605] usr/lib/mage/mage.rc.global[DEL],
286      usr/lib/mage/mage.rc.global.in[CPY]:
287      -renamed mage.rc.global > mage.rc.global.in
288     * [r1604] usr/lib/mage/smage2.sh:
289      -allow unpack of jar files
290     * [r1603] usr/lib/mage/mage4.functions.sh:
291      -finally be silent when loading initial setup of mage-features
292     * [r1602] usr/lib/mage/env-rebuild.sh:
293      -fixed broken " and \' substition
294    
295    2012-01-02  Niels Rogalla <niro@magellan-linux.de>
296    
297     * [r1601] usr/lib/mage/smage2.sh:
298      - reverted accidently applied mstriplibtool change
299     * [r1600] usr/lib/mage/smage2.sh:
300      - do not die if mdownload has not error code 0; some mirrors may
301      not work and we want try all defined SRC_URIs. mchecksum catches
302      any download instead
303    
304    2011-12-30  Niels Rogalla <niro@magellan-linux.de>
305    
306     * [r1599] usr/lib/mage/mage4.functions.sh:
307      -fixed some missing COLDEFAULTS
308    
309    2011-12-29  Niels Rogalla <niro@magellan-linux.de>
310    
311     * [r1597] ChangeLog:
312      -updated ChangeLog
313     * [r1596] VERSION:
314      -version 0.4.81
315     * [r1595] usr/lib/mage/smage2.sh:
316      -respect feature flag !pkgbuild with several build/stripping
317      functions
318     * [r1594] usr/lib/mage/smage2.sh:
319      -never unset PKGTYPE on regen for sake of build check
320     * [r1593] usr/lib/mage/smage2.sh:
321      -if PKGTYPE=virtual don't build anything
322     * [r1592] usr/lib/mage/smage2.sh:
323      -fixed a typo
324     * [r1591] usr/lib/mage/smage2.sh:
325      -more informative messages in default src_* functions
326     * [r1590] usr/lib/mage/mage4.functions.sh:
327      -colored mage-feature messages
328    
329  2011-12-28  Niels Rogalla <niro@magellan-linux.de>  2011-12-28  Niels Rogalla <niro@magellan-linux.de>
330    
331     * [r1589] usr/lib/mage/smage2.sh:
332      -fixed a race condition with MLIBDIR
333     * [r1587] ChangeLog:
334      -updated ChangeLog
335   * [r1586] VERSION:   * [r1586] VERSION:
336    -version 0.4.80    -version 0.4.80
337   * [r1585] usr/lib/mage/compressdoc:   * [r1585] usr/lib/mage/compressdoc:

Legend:
Removed from v.1587  
changed lines
  Added in v.2047