Magellan Linux

Diff of /tags/mage-0_4_111/ChangeLog

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

revision 1442 by niro, Mon Jul 25 12:17:19 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>
330    
331     * [r1589] usr/lib/mage/smage2.sh:
332      -fixed a race condition with MLIBDIR
333     * [r1587] ChangeLog:
334      -updated ChangeLog
335     * [r1586] VERSION:
336      -version 0.4.80
337     * [r1585] usr/lib/mage/compressdoc:
338      -included several upstream fixes and prepare for man-db support
339     * [r1584] usr/lib/mage/mage.rc.global,
340      usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh,
341      usr/lib/mage/smage2.sh:
342      -added MAGE_FEATURE functionality and dropped all old variables
343      and use it in all refernces
344     * [r1583] usr/lib/mage/mage.rc.global:
345      -added PURGE_TARGET defaults
346     * [r1582] usr/lib/mage/smage2.sh:
347      -save PKGTYPE variable too when calling split_packages
348     * [r1581] usr/lib/mage/smage2.sh:
349      -sanitized variable names in minstalldocs and compress docs only
350      if requested
351     * [r1580] usr/lib/mage/smage2.sh:
352      -added mpurgetargets and mstriplibtoolarchive
353     * [r1579] usr/lib/mage/smage2.sh:
354      -fixed spelling
355     * [r1578] usr/lib/mage/smage2.sh:
356      -sanitized strip functions;we don't run accidently a full strip
357      on libs
358     * [r1577] usr/lib/mage/smage2.sh:
359      -src_check after src_compile
360     * [r1576] usr/lib/mage/smage2.sh:
361      -removed cruft
362     * [r1575] usr/lib/mage/smage2.sh:
363      -added src_check facility
364     * [r1574] usr/lib/mage/smage2.sh:
365      -removed all sleeps to reduce the delay
366     * [r1573] usr/lib/mage/smage2.sh:
367      -fixed spelling
368     * [r1572] usr/lib/mage/smage2.sh:
369      -get all global variables from includes
370     * [r1571] usr/lib/mage/smage2.sh:
371      -fixed header
372     * [r1570] usr/lib/mage/env-rebuild.sh:
373      -sanitized variable names and do not substitude everytime from
374      new
375     * [r1569] usr/lib/mage/env-rebuild.sh:
376      -fixed spelling
377     * [r1568] usr/lib/mage/env-rebuild.sh:
378      -use MROOT directly instead of P alias
379     * [r1567] usr/lib/mage/env-rebuild.sh:
380      -make SPECIALVARS more readable
381     * [r1566] usr/lib/mage/env-rebuild.sh:
382      -removed cruft
383     * [r1565] usr/lib/mage/env-rebuild.sh:
384      -fixed header
385     * [r1564] usr/lib/mage/depwalker.sh:
386      -fixed speling
387     * [r1563] usr/lib/mage/depwalker.sh:
388      -renamed function rumwanders() -> depwalking() and all its
389      references too
390     * [r1562] usr/lib/mage/depwalker.sh:
391      -fixed spelling
392     * [r1561] usr/lib/mage/depwalker.sh:
393      -removed old cruft
394     * [r1560] usr/lib/mage/depwalker.sh:
395      -get colors and MLIBDIR from includes
396     * [r1559] usr/lib/mage/depwalker.sh:
397      -fixed header
398    
399    2011-12-27  Niels Rogalla <niro@magellan-linux.de>
400    
401     * [r1558] usr/lib/mage/mage.rc.global:
402      -added as-needed LDFLAGS
403     * [r1557] usr/lib/mage/mage.rc.global:
404      -moved MAGE_TREE_DEST under default options
405     * [r1556] usr/lib/mage/mage.rc.global:
406      -moved all download options near default mirrors
407     * [r1555] usr/lib/mage/mage.rc.global:
408      -moved ARCH to arch options and added all extension defaults to
409      mage.rc.global
410     * [r1554] usr/lib/mage/mage.rc.global:
411      -moved distribution settings up
412     * [r1553] usr/lib/mage/mage.rc.global:
413      -better descriptions for some options
414     * [r1552] usr/lib/mage/mage.rc.global:
415      -fixed header
416     * [r1551] usr/lib/mage/mage4.sh:
417      -fixed spelling
418     * [r1550] usr/lib/mage/mage4.sh:
419      -dropped local color defines and get them from mage4.functions
420     * [r1549] usr/lib/mage/mage4.functions.sh:
421      -introduce mchecksum(), convertmirrors(), mdownload() functions
422      to consolidate several splitted functions in mage/smage and use
423      them
424     * [r1548] usr/lib/mage/mage4.functions.sh:
425      -fixed spelling and whitespaces
426      -removed old commented cruft
427     * [r1547] usr/lib/mage/mage4.functions.sh:
428      -moved color defines into global mage4.functions.sh include
429     * [r1546] usr/lib/mage/magequery.sh:
430      -no hardcoded mage.rc pathes
431     * [r1545] usr/lib/mage/pkgbuild_dir.sh:
432      -fixed header
433      -removed all locallay defined varibales/functions which have
434      proper includes
435      -use variable names not arguments
436      -removed deprecated build_rmtimestamp function
437     * [r1544] usr/lib/mage/etc-update:
438      -fixed header
439    
440    2011-12-20  Niels Rogalla <niro@magellan-linux.de>
441    
442     * [r1543] usr/lib/mage/mage.rc.global, usr/lib/mage/smage2.sh:
443      -configurable strip options for every facility and added support
444      to strip static libraries too
445     * [r1542] usr/lib/mage/mage.rc.global:
446      - spelling
447     * [r1541] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh:
448      -check for and require root privileges when needed by mage
449     * [r1540] usr/lib/mage/magequery.sh:
450      - fix [ character on regex searches
451    
452    2011-08-30  Niels Rogalla <niro@magellan-linux.de>
453    
454     * [r1509] usr/lib/mage/magequery.sh:
455      - fix + character on regex searches
456     * [r1507] usr/lib/mage/magequery.sh:
457      utf8 fix
458     * [r1505] ChangeLog:
459      -updated ChangeLog
460     * [r1504] VERSION:
461      -version 0.4.29
462     * [r1503] usr/lib/mage/magequery.sh:
463      -support exact filename searching
464     * [r1502] usr/lib/mage/mage4.functions.sh:
465      -fixed svn detection
466     * [r1501] usr/lib/mage/muserdel:
467      -support chrooted userdels
468     * [r1500] usr/lib/mage/museradd:
469      -support chrooted groupadds
470     * [r1499] usr/lib/mage/mgroupdel:
471      -support chrooted groupdels
472     * [r1498] usr/lib/mage/mgroupadd:
473      -support chrooted groupadds
474    
475  2011-07-25  Niels Rogalla <niro@magellan-linux.de>  2011-07-25  Niels Rogalla <niro@magellan-linux.de>
476    
477     * [r1444] ChangeLog:
478      -updated ChangeLog
479     * [r1443] VERSION:
480      -version 0.4.28
481     * [r1442] ChangeLog[ADD], Makefile:
482      -added ChangeLog and install it to the docdir
483     * [r1441] Makefile:
484      -handle renamed src-doc dir
485      -install doc data to versionized datadir
486     * [r1440] usr/share/doc/mage[CPY], usr/share/doc/mage-0.3[DEL]:
487      -renamed to mage
488   * [r1439] Makefile, VERSION[ADD]:   * [r1439] Makefile, VERSION[ADD]:
489    -added global version file and update it via Makefile    -added global version file and update it via Makefile
490   * [r1438] usr/lib/mage/mage4.functions.sh:   * [r1438] usr/lib/mage/mage4.functions.sh:

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