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 2144 by niro, Mon Jul 15 08:17:32 2013 UTC
# Line 1  Line 1 
1    2013-07-15  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r2143] VERSION:
4      -version 0.4.94
5     * [r2142] usr/lib/mage/museradd:
6      -add support for -M/-H of useradd/adduser to suppress homedir
7      creation. usermod does not support this switch, it must be
8      ignored
9     * [r2141] usr/lib/mage/depwalker.sh:
10      -print invalid apps and do not print errors
11     * [r2140] usr/lib/mage/smage2.functions.sh:
12      -remove excessive tabbing and duplicate entries from dependencies
13    
14    2013-02-01  Niels Rogalla <niro@magellan-linux.de>
15    
16     * [r2047] ChangeLog:
17      -updated ChangeLog
18     * [r2046] VERSION:
19      -version 0.4.93
20     * [r2045] usr/lib/mage/mage.rc.global.in:
21      -fixed whitespaces
22     * [r2044] usr/lib/mage/mage.rc.global.in:
23      -fixed buildpkg -> pkgbuild in description
24     * [r2043] usr/lib/mage/smage2.sh:
25      -honor PKGTYPE=virtual in all split_package cases
26     * [r2042] usr/lib/mage/smage2.sh:
27      -improved split_package handling and honor split_info for all
28      cases
29     * [r2041] usr/lib/mage/smage2.functions.sh:
30      -fixed whitespaces
31     * [r2040] usr/lib/mage/smage2.functions.sh:
32      -do not save/restore PKGTYPE twice for split_packages
33     * [r2039] usr/lib/mage/autodepend.sh:
34      -really honor prefix
35    
36    2012-11-19  Niels Rogalla <niro@magellan-linux.de>
37    
38     * [r1993] ChangeLog:
39      -updated ChangeLog
40     * [r1992] VERSION:
41      -version 0.4.92
42    
43    2012-10-26  Niels Rogalla <niro@magellan-linux.de>
44    
45     * [r1963] usr/lib/mage/mage4.functions.sh:
46      -fixed a cmd typo: xarg -> xargs
47    
48    2012-10-25  Niels Rogalla <niro@magellan-linux.de>
49    
50     * [r1962] usr/lib/mage/mage4.functions.sh:
51      -enhanced protected files counter with bash internal base
52      functions
53     * [r1961] usr/lib/mage/mage4.functions.sh:
54      -print cosmetic
55    
56    2012-10-12  Niels Rogalla <niro@magellan-linux.de>
57    
58     * [r1955] usr/lib/mage/pkg_all_sources.sh:
59      -fixed whitespaces
60     * [r1954] usr/lib/mage/autodepend.sh:
61      -honor usr-move and resolve full soname pathes to improved the
62      file search in the package database
63     * [r1953] usr/lib/mage/search_soname.sh:
64      -improved soname detection
65     * [r1952] usr/lib/mage/mage4.functions.sh:
66      -fixed need_busybox_support() function to honor USR-move
67     * [r1951] usr/lib/mage/mgroupadd, usr/lib/mage/museradd:
68      -users created by packagemanagement should be system users
69    
70    2012-04-11  Niels Rogalla <niro@magellan-linux.de>
71    
72     * [r1798] ChangeLog:
73      -updated ChangeLog
74     * [r1797] VERSION:
75      version 0.4.91
76     * [r1796] usr/lib/mage/smage2.functions.sh:
77      -marchsrcfile: add $1 to make different variable names possible
78     * [r1795] usr/lib/mage/smage2.functions.sh:
79      -show full path to file which gets unpacked
80    
81    2012-03-12  Niels Rogalla <niro@magellan-linux.de>
82    
83     * [r1786] ChangeLog:
84      -updated ChangeLog
85     * [r1785] VERSION:
86      -version 0.4.90
87     * [r1784] usr/lib/mage/smage2.sh:
88      -honor !pkgbuild with split_packages and respect variables set in
89      split_info too
90     * [r1783] usr/lib/mage/magequery.sh:
91      -always export C locale to fix utf-8 issues
92     * [r1782] usr/lib/mage/ldd-fix.sh:
93      -honor multiple argvs
94     * [r1781] usr/lib/mage/mage4.functions.sh:
95      -added some nice colors for mprintfeatures()
96     * [r1780] usr/lib/mage/mage4.sh:
97      -added option 'print-features'
98     * [r1779] usr/lib/mage/env-rebuild.sh:
99      -handle XDG dirs right and fix glib gio/schema errors
100    
101    2012-02-18  Niels Rogalla <niro@magellan-linux.de>
102    
103     * [r1764] ChangeLog:
104      -updated ChangeLog
105     * [r1763] VERSION:
106      -version 0.4.89
107     * [r1762] usr/lib/mage/mage4.functions.sh:
108      -fixed a typo
109     * [r1760] ChangeLog:
110      -updated ChangeLog
111     * [r1759] VERSION:
112      -version 0.4.88
113     * [r1758] usr/lib/mage/mage4.functions.sh:
114      -improved count_protected_files() function to fix several issues
115    
116    2012-02-16  Niels Rogalla <niro@magellan-linux.de>
117    
118     * [r1690] usr/lib/mage/mage4.functions.sh:
119      -fixed broken mtime handling of symlinks
120     * [r1689] usr/lib/mage/smage2.functions.sh:
121      -added march(), marchsrfile(), marchsrcdir(), marchdepend(),
122      marchsdepend() functions
123    
124    2012-02-06  Niels Rogalla <niro@magellan-linux.de>
125    
126     * [r1687] ChangeLog:
127      -updated ChangeLog
128     * [r1686] VERSION:
129      -version 0.4.87
130     * [r1685] usr/lib/mage/mage.rc.global.in:
131      -let the makefile set the right CHOST and CFLAGS for the current
132      arch
133     * [r1684] usr/lib/mage/smage2.functions.sh:
134      -always honor state set in distribution file, but prefer local
135      states from smage2 file
136     * [r1683] etc/mage.rc.example:
137      -removed description of pkgbuild feature, which is internal only
138      and should not changed by normal user
139     * [r1682] etc/mage.rc.example:
140      -fixed spelling
141     * [r1681] etc/mage.rc.example:
142      -removed MAGE_FEATURES comment
143     * [r1680] usr/lib/mage/smage2.functions.sh:
144      -do not add --enable-shared for waf configure scripts, which
145      support --disable-* options only
146     * [r1679] usr/lib/mage/smage2.functions.sh:
147      -pretty print, add a new line
148     * [r1678] Makefile:
149      -let the makefile set the right CHOST and CFLAGS for the current
150      arch
151     * [r1677] usr/lib/mage/mage.rc.global.in:
152      -fixed spelling
153     * [r1676] usr/lib/mage/mage.rc.global.in:
154      -added garr, dfn and global-auto sourceforge mirrors
155     * [r1675] usr/lib/mage/mage4.functions.sh:
156      -update_tarball: only exclude distribution from uri if it matches
157      stable|testing|unstable
158    
159    2012-01-14  Niels Rogalla <niro@magellan-linux.de>
160    
161     * [r1661] ChangeLog:
162      -updated ChangeLog
163     * [r1660] VERSION:
164      -version 0.4.86
165     * [r1659] usr/lib/mage/smage2.sh:
166      -more PCATEGORIE->PCAT fixes for split-packages
167     * [r1658] usr/lib/mage/mage4.functions.sh:
168      -verbose mchecksum
169    
170    2012-01-13  Niels Rogalla <niro@magellan-linux.de>
171    
172     * [r1656] ChangeLog:
173      -updated ChangeLog
174     * [r1655] VERSION:
175      -version 0.4.85
176     * [r1654] usr/lib/mage/mage4.functions.sh:
177      -honor mounted or empty $MAGEDIR in syncmage_tarball()
178     * [r1653] usr/lib/mage/mage4.functions.sh:
179      -introduce mcheckemptydir()
180     * [r1652] usr/lib/mage/mage4.functions.sh:
181      -use mchecksum everywhere
182     * [r1651] usr/lib/mage/smage2.functions.sh:
183      -fixed split_package PCATEGORIE -> PCAT issue and always unset
184      PCATEGORIE
185     * [r1650] usr/lib/mage/mage4.functions.sh:
186      -disabled unused choppkgname function
187     * [r1649] usr/lib/mage/mage.rc.global.in,
188      usr/lib/mage/mage4.functions.sh,
189      usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
190      -added mage-feature pkgdistrotag to support DISTROTAG in package
191      tarballs
192     * [r1648] usr/lib/mage/mage4.functions.sh,
193      usr/lib/mage/smage2.functions.sh:
194      -honor license information
195     * [r1646] ChangeLog:
196      -updates ChangeLog
197     * [r1645] VERSION:
198      -version 0.4.84
199     * [r1644] usr/lib/mage/autodepend.sh,
200      usr/lib/mage/search_soname.sh:
201      -added some simple sanity checks
202     * [r1643] Makefile, usr/lib/mage/autodepend.sh[ADD],
203      usr/lib/mage/search_soname.sh[ADD]:
204      -install more scripts (pkg_all_sources, autodepend and
205      search_soname)
206     * [r1642] usr/lib/mage/convert_databases.sh,
207      usr/lib/mage/convert_databases_meta.sh,
208      usr/lib/mage/convert_databases_smage.sh,
209      usr/lib/mage/generate_meta_data.sh,
210      usr/lib/mage/pkg_all_sources.sh:
211      -honor the PCATEGORIE deprecation and make the scripts work with
212      the latest changes to smage/mage
213     * [r1641] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
214      -deprecate PCATEGORIE in favor of PCAT and warn the packages
215      about it
216     * [r1640] Makefile, usr/lib/mage/smage2.functions.sh[ADD],
217      usr/lib/mage/smage2.sh:
218      -split of smage2-functions into an extra include
219     * [r1639] usr/lib/mage/smage2.sh:
220      -fixed spelling
221     * [r1638] etc/mage.rc.example:
222      -fixed alphabetical order and added missing static feature
223     * [r1637] usr/share/doc/mage/template.mage,
224      usr/share/doc/mage/template.smage2:
225      -updated templates
226     * [r1636] usr/lib/mage/smage2.sh:
227      -pre-fixed all stamps after src_install with post-
228     * [r1635] usr/lib/mage/smage2.sh:
229      -fixed wrong feature name srcpkg -> srcpkgbuild
230     * [r1634] usr/lib/mage/smage2.sh:
231      -fixed broken mstriplibtoolarchive and never run file on other
232      mstrip* when nothing was found
233     * [r1633] usr/lib/mage/smage2.sh:
234      -minstalldocs(): fixed uncompressed docs installation
235     * [r1632] usr/lib/mage/smage2.sh:
236      -fixed broken commit
237     * [r1631] usr/lib/mage/smage2.sh:
238      -let mage-features decide to build static libs and always enable
239      shared libs
240     * [r1630] usr/lib/mage/smage2.sh:
241      -always use verbose mode for source downloads
242     * [r1629] usr/lib/mage/mage.rc.global.in:
243      -added missing known mage-features and moved stepbystep to the
244      right place of the alphabetical order
245     * [r1628] usr/lib/mage/mage4.functions.sh:
246      -highlight unkown mage-features
247     * [r1627] usr/lib/mage/mage4.functions.sh:
248      -added missing known mage-features and moved stepbystep to the
249      right place of the alphabetical order
250     * [r1626] usr/lib/mage/mage4.functions.sh:
251      -mdownload(): append wget_opts, do not overwrite
252     * [r1625] usr/lib/mage/mage4.functions.sh:
253      -fixed spelling
254    
255    2012-01-10  Niels Rogalla <niro@magellan-linux.de>
256    
257     * [r1623] ChangeLog:
258      -updated ChangeLog
259     * [r1622] VERSION:
260      -version 0.4.83
261     * [r1621] usr/lib/mage/smage2.sh:
262      -introduce .stamps dir for build time stamps and remove this dir
263      on new builds if it exists
264     * [r1620] usr/lib/mage/mage4.functions.sh:
265      -added --resume support for smage
266     * [r1619] usr/lib/mage/mage.rc.global.in:
267      -prefer mesh as sourceforge mirror
268    
269    2012-01-09  Niels Rogalla <niro@magellan-linux.de>
270    
271     * [r1618] usr/lib/mage/smage2.sh:
272      -fixed a typo
273     * [r1617] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh:
274      -added --resume support for smage
275     * [r1616] usr/lib/mage/smage2.sh:
276      -export mage.rc LDFLAGS and fixed CXXFLAGS handling, that
277      CXXFLAGS set in mage.rc are honored
278     * [r1615] usr/lib/mage/smage2.sh:
279      -minstalldocs(): fixed compressed docs installation
280     * [r1614] usr/lib/mage/smage2.sh:
281      -split_restore_variables(): no verbose clutter while restoring
282      mage-features
283     * [r1613] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh:
284      -support CTARGET crosscompile host settings
285     * [r1612] usr/lib/mage/mage.rc.global.in:
286      -added dir.gz to purge targets
287     * [r1611] etc/mage.rc.example:
288      -do not tell something about internal features
289    
290    2012-01-03  Niels Rogalla <niro@magellan-linux.de>
291    
292     * [r1609] ChangeLog:
293      -updated ChangeLog
294     * [r1608] VERSION:
295      -version 0.4.82
296     * [r1607] etc/mage.rc.example:
297      -fixed header, clean up and tell something about mage-features
298     * [r1606] Makefile:
299      -generate arch specific stuff at build time
300     * [r1605] usr/lib/mage/mage.rc.global[DEL],
301      usr/lib/mage/mage.rc.global.in[CPY]:
302      -renamed mage.rc.global > mage.rc.global.in
303     * [r1604] usr/lib/mage/smage2.sh:
304      -allow unpack of jar files
305     * [r1603] usr/lib/mage/mage4.functions.sh:
306      -finally be silent when loading initial setup of mage-features
307     * [r1602] usr/lib/mage/env-rebuild.sh:
308      -fixed broken " and \' substition
309    
310    2012-01-02  Niels Rogalla <niro@magellan-linux.de>
311    
312     * [r1601] usr/lib/mage/smage2.sh:
313      - reverted accidently applied mstriplibtool change
314     * [r1600] usr/lib/mage/smage2.sh:
315      - do not die if mdownload has not error code 0; some mirrors may
316      not work and we want try all defined SRC_URIs. mchecksum catches
317      any download instead
318    
319    2011-12-30  Niels Rogalla <niro@magellan-linux.de>
320    
321     * [r1599] usr/lib/mage/mage4.functions.sh:
322      -fixed some missing COLDEFAULTS
323    
324    2011-12-29  Niels Rogalla <niro@magellan-linux.de>
325    
326     * [r1597] ChangeLog:
327      -updated ChangeLog
328     * [r1596] VERSION:
329      -version 0.4.81
330     * [r1595] usr/lib/mage/smage2.sh:
331      -respect feature flag !pkgbuild with several build/stripping
332      functions
333     * [r1594] usr/lib/mage/smage2.sh:
334      -never unset PKGTYPE on regen for sake of build check
335     * [r1593] usr/lib/mage/smage2.sh:
336      -if PKGTYPE=virtual don't build anything
337     * [r1592] usr/lib/mage/smage2.sh:
338      -fixed a typo
339     * [r1591] usr/lib/mage/smage2.sh:
340      -more informative messages in default src_* functions
341     * [r1590] usr/lib/mage/mage4.functions.sh:
342      -colored mage-feature messages
343    
344    2011-12-28  Niels Rogalla <niro@magellan-linux.de>
345    
346     * [r1589] usr/lib/mage/smage2.sh:
347      -fixed a race condition with MLIBDIR
348     * [r1587] ChangeLog:
349      -updated ChangeLog
350     * [r1586] VERSION:
351      -version 0.4.80
352     * [r1585] usr/lib/mage/compressdoc:
353      -included several upstream fixes and prepare for man-db support
354     * [r1584] usr/lib/mage/mage.rc.global,
355      usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh,
356      usr/lib/mage/smage2.sh:
357      -added MAGE_FEATURE functionality and dropped all old variables
358      and use it in all refernces
359     * [r1583] usr/lib/mage/mage.rc.global:
360      -added PURGE_TARGET defaults
361     * [r1582] usr/lib/mage/smage2.sh:
362      -save PKGTYPE variable too when calling split_packages
363     * [r1581] usr/lib/mage/smage2.sh:
364      -sanitized variable names in minstalldocs and compress docs only
365      if requested
366     * [r1580] usr/lib/mage/smage2.sh:
367      -added mpurgetargets and mstriplibtoolarchive
368     * [r1579] usr/lib/mage/smage2.sh:
369      -fixed spelling
370     * [r1578] usr/lib/mage/smage2.sh:
371      -sanitized strip functions;we don't run accidently a full strip
372      on libs
373     * [r1577] usr/lib/mage/smage2.sh:
374      -src_check after src_compile
375     * [r1576] usr/lib/mage/smage2.sh:
376      -removed cruft
377     * [r1575] usr/lib/mage/smage2.sh:
378      -added src_check facility
379     * [r1574] usr/lib/mage/smage2.sh:
380      -removed all sleeps to reduce the delay
381     * [r1573] usr/lib/mage/smage2.sh:
382      -fixed spelling
383     * [r1572] usr/lib/mage/smage2.sh:
384      -get all global variables from includes
385     * [r1571] usr/lib/mage/smage2.sh:
386      -fixed header
387     * [r1570] usr/lib/mage/env-rebuild.sh:
388      -sanitized variable names and do not substitude everytime from
389      new
390     * [r1569] usr/lib/mage/env-rebuild.sh:
391      -fixed spelling
392     * [r1568] usr/lib/mage/env-rebuild.sh:
393      -use MROOT directly instead of P alias
394     * [r1567] usr/lib/mage/env-rebuild.sh:
395      -make SPECIALVARS more readable
396     * [r1566] usr/lib/mage/env-rebuild.sh:
397      -removed cruft
398     * [r1565] usr/lib/mage/env-rebuild.sh:
399      -fixed header
400     * [r1564] usr/lib/mage/depwalker.sh:
401      -fixed speling
402     * [r1563] usr/lib/mage/depwalker.sh:
403      -renamed function rumwanders() -> depwalking() and all its
404      references too
405     * [r1562] usr/lib/mage/depwalker.sh:
406      -fixed spelling
407     * [r1561] usr/lib/mage/depwalker.sh:
408      -removed old cruft
409     * [r1560] usr/lib/mage/depwalker.sh:
410      -get colors and MLIBDIR from includes
411     * [r1559] usr/lib/mage/depwalker.sh:
412      -fixed header
413    
414    2011-12-27  Niels Rogalla <niro@magellan-linux.de>
415    
416     * [r1558] usr/lib/mage/mage.rc.global:
417      -added as-needed LDFLAGS
418     * [r1557] usr/lib/mage/mage.rc.global:
419      -moved MAGE_TREE_DEST under default options
420     * [r1556] usr/lib/mage/mage.rc.global:
421      -moved all download options near default mirrors
422     * [r1555] usr/lib/mage/mage.rc.global:
423      -moved ARCH to arch options and added all extension defaults to
424      mage.rc.global
425     * [r1554] usr/lib/mage/mage.rc.global:
426      -moved distribution settings up
427     * [r1553] usr/lib/mage/mage.rc.global:
428      -better descriptions for some options
429     * [r1552] usr/lib/mage/mage.rc.global:
430      -fixed header
431     * [r1551] usr/lib/mage/mage4.sh:
432      -fixed spelling
433     * [r1550] usr/lib/mage/mage4.sh:
434      -dropped local color defines and get them from mage4.functions
435     * [r1549] usr/lib/mage/mage4.functions.sh:
436      -introduce mchecksum(), convertmirrors(), mdownload() functions
437      to consolidate several splitted functions in mage/smage and use
438      them
439     * [r1548] usr/lib/mage/mage4.functions.sh:
440      -fixed spelling and whitespaces
441      -removed old commented cruft
442     * [r1547] usr/lib/mage/mage4.functions.sh:
443      -moved color defines into global mage4.functions.sh include
444     * [r1546] usr/lib/mage/magequery.sh:
445      -no hardcoded mage.rc pathes
446     * [r1545] usr/lib/mage/pkgbuild_dir.sh:
447      -fixed header
448      -removed all locallay defined varibales/functions which have
449      proper includes
450      -use variable names not arguments
451      -removed deprecated build_rmtimestamp function
452     * [r1544] usr/lib/mage/etc-update:
453      -fixed header
454    
455    2011-12-20  Niels Rogalla <niro@magellan-linux.de>
456    
457     * [r1543] usr/lib/mage/mage.rc.global, usr/lib/mage/smage2.sh:
458      -configurable strip options for every facility and added support
459      to strip static libraries too
460     * [r1542] usr/lib/mage/mage.rc.global:
461      - spelling
462     * [r1541] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh:
463      -check for and require root privileges when needed by mage
464     * [r1540] usr/lib/mage/magequery.sh:
465      - fix [ character on regex searches
466    
467    2011-08-30  Niels Rogalla <niro@magellan-linux.de>
468    
469     * [r1509] usr/lib/mage/magequery.sh:
470      - fix + character on regex searches
471     * [r1507] usr/lib/mage/magequery.sh:
472      utf8 fix
473     * [r1505] ChangeLog:
474      -updated ChangeLog
475     * [r1504] VERSION:
476      -version 0.4.29
477     * [r1503] usr/lib/mage/magequery.sh:
478      -support exact filename searching
479     * [r1502] usr/lib/mage/mage4.functions.sh:
480      -fixed svn detection
481     * [r1501] usr/lib/mage/muserdel:
482      -support chrooted userdels
483     * [r1500] usr/lib/mage/museradd:
484      -support chrooted groupadds
485     * [r1499] usr/lib/mage/mgroupdel:
486      -support chrooted groupdels
487     * [r1498] usr/lib/mage/mgroupadd:
488      -support chrooted groupadds
489    
490  2011-07-25  Niels Rogalla <niro@magellan-linux.de>  2011-07-25  Niels Rogalla <niro@magellan-linux.de>
491    
492     * [r1444] ChangeLog:
493      -updated ChangeLog
494     * [r1443] VERSION:
495      -version 0.4.28
496     * [r1442] ChangeLog[ADD], Makefile:
497      -added ChangeLog and install it to the docdir
498     * [r1441] Makefile:
499      -handle renamed src-doc dir
500      -install doc data to versionized datadir
501     * [r1440] usr/share/doc/mage[CPY], usr/share/doc/mage-0.3[DEL]:
502      -renamed to mage
503   * [r1439] Makefile, VERSION[ADD]:   * [r1439] Makefile, VERSION[ADD]:
504    -added global version file and update it via Makefile    -added global version file and update it via Makefile
505   * [r1438] usr/lib/mage/mage4.functions.sh:   * [r1438] usr/lib/mage/mage4.functions.sh:

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