Magellan Linux

Diff of /tags/mage-0_4_111/ChangeLog

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

revision 1505 by niro, Tue Aug 30 12:22:26 2011 UTC revision 1764 by niro, Sat Feb 18 13:56:58 2012 UTC
# Line 1  Line 1 
1    2012-02-18  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r1763] VERSION:
4      -version 0.4.89
5     * [r1762] usr/lib/mage/mage4.functions.sh:
6      -fixed a typo
7     * [r1760] ChangeLog:
8      -updated ChangeLog
9     * [r1759] VERSION:
10      -version 0.4.88
11     * [r1758] usr/lib/mage/mage4.functions.sh:
12      -improved count_protected_files() function to fix several issues
13    
14    2012-02-16  Niels Rogalla <niro@magellan-linux.de>
15    
16     * [r1690] usr/lib/mage/mage4.functions.sh:
17      -fixed broken mtime handling of symlinks
18     * [r1689] usr/lib/mage/smage2.functions.sh:
19      -added march(), marchsrfile(), marchsrcdir(), marchdepend(),
20      marchsdepend() functions
21    
22    2012-02-06  Niels Rogalla <niro@magellan-linux.de>
23    
24     * [r1687] ChangeLog:
25      -updated ChangeLog
26     * [r1686] VERSION:
27      -version 0.4.87
28     * [r1685] usr/lib/mage/mage.rc.global.in:
29      -let the makefile set the right CHOST and CFLAGS for the current
30      arch
31     * [r1684] usr/lib/mage/smage2.functions.sh:
32      -always honor state set in distribution file, but prefer local
33      states from smage2 file
34     * [r1683] etc/mage.rc.example:
35      -removed description of pkgbuild feature, which is internal only
36      and should not changed by normal user
37     * [r1682] etc/mage.rc.example:
38      -fixed spelling
39     * [r1681] etc/mage.rc.example:
40      -removed MAGE_FEATURES comment
41     * [r1680] usr/lib/mage/smage2.functions.sh:
42      -do not add --enable-shared for waf configure scripts, which
43      support --disable-* options only
44     * [r1679] usr/lib/mage/smage2.functions.sh:
45      -pretty print, add a new line
46     * [r1678] Makefile:
47      -let the makefile set the right CHOST and CFLAGS for the current
48      arch
49     * [r1677] usr/lib/mage/mage.rc.global.in:
50      -fixed spelling
51     * [r1676] usr/lib/mage/mage.rc.global.in:
52      -added garr, dfn and global-auto sourceforge mirrors
53     * [r1675] usr/lib/mage/mage4.functions.sh:
54      -update_tarball: only exclude distribution from uri if it matches
55      stable|testing|unstable
56    
57    2012-01-14  Niels Rogalla <niro@magellan-linux.de>
58    
59     * [r1661] ChangeLog:
60      -updated ChangeLog
61     * [r1660] VERSION:
62      -version 0.4.86
63     * [r1659] usr/lib/mage/smage2.sh:
64      -more PCATEGORIE->PCAT fixes for split-packages
65     * [r1658] usr/lib/mage/mage4.functions.sh:
66      -verbose mchecksum
67    
68    2012-01-13  Niels Rogalla <niro@magellan-linux.de>
69    
70     * [r1656] ChangeLog:
71      -updated ChangeLog
72     * [r1655] VERSION:
73      -version 0.4.85
74     * [r1654] usr/lib/mage/mage4.functions.sh:
75      -honor mounted or empty $MAGEDIR in syncmage_tarball()
76     * [r1653] usr/lib/mage/mage4.functions.sh:
77      -introduce mcheckemptydir()
78     * [r1652] usr/lib/mage/mage4.functions.sh:
79      -use mchecksum everywhere
80     * [r1651] usr/lib/mage/smage2.functions.sh:
81      -fixed split_package PCATEGORIE -> PCAT issue and always unset
82      PCATEGORIE
83     * [r1650] usr/lib/mage/mage4.functions.sh:
84      -disabled unused choppkgname function
85     * [r1649] usr/lib/mage/mage.rc.global.in,
86      usr/lib/mage/mage4.functions.sh,
87      usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
88      -added mage-feature pkgdistrotag to support DISTROTAG in package
89      tarballs
90     * [r1648] usr/lib/mage/mage4.functions.sh,
91      usr/lib/mage/smage2.functions.sh:
92      -honor license information
93     * [r1646] ChangeLog:
94      -updates ChangeLog
95     * [r1645] VERSION:
96      -version 0.4.84
97     * [r1644] usr/lib/mage/autodepend.sh,
98      usr/lib/mage/search_soname.sh:
99      -added some simple sanity checks
100     * [r1643] Makefile, usr/lib/mage/autodepend.sh[ADD],
101      usr/lib/mage/search_soname.sh[ADD]:
102      -install more scripts (pkg_all_sources, autodepend and
103      search_soname)
104     * [r1642] usr/lib/mage/convert_databases.sh,
105      usr/lib/mage/convert_databases_meta.sh,
106      usr/lib/mage/convert_databases_smage.sh,
107      usr/lib/mage/generate_meta_data.sh,
108      usr/lib/mage/pkg_all_sources.sh:
109      -honor the PCATEGORIE deprecation and make the scripts work with
110      the latest changes to smage/mage
111     * [r1641] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
112      -deprecate PCATEGORIE in favor of PCAT and warn the packages
113      about it
114     * [r1640] Makefile, usr/lib/mage/smage2.functions.sh[ADD],
115      usr/lib/mage/smage2.sh:
116      -split of smage2-functions into an extra include
117     * [r1639] usr/lib/mage/smage2.sh:
118      -fixed spelling
119     * [r1638] etc/mage.rc.example:
120      -fixed alphabetical order and added missing static feature
121     * [r1637] usr/share/doc/mage/template.mage,
122      usr/share/doc/mage/template.smage2:
123      -updated templates
124     * [r1636] usr/lib/mage/smage2.sh:
125      -pre-fixed all stamps after src_install with post-
126     * [r1635] usr/lib/mage/smage2.sh:
127      -fixed wrong feature name srcpkg -> srcpkgbuild
128     * [r1634] usr/lib/mage/smage2.sh:
129      -fixed broken mstriplibtoolarchive and never run file on other
130      mstrip* when nothing was found
131     * [r1633] usr/lib/mage/smage2.sh:
132      -minstalldocs(): fixed uncompressed docs installation
133     * [r1632] usr/lib/mage/smage2.sh:
134      -fixed broken commit
135     * [r1631] usr/lib/mage/smage2.sh:
136      -let mage-features decide to build static libs and always enable
137      shared libs
138     * [r1630] usr/lib/mage/smage2.sh:
139      -always use verbose mode for source downloads
140     * [r1629] usr/lib/mage/mage.rc.global.in:
141      -added missing known mage-features and moved stepbystep to the
142      right place of the alphabetical order
143     * [r1628] usr/lib/mage/mage4.functions.sh:
144      -highlight unkown mage-features
145     * [r1627] usr/lib/mage/mage4.functions.sh:
146      -added missing known mage-features and moved stepbystep to the
147      right place of the alphabetical order
148     * [r1626] usr/lib/mage/mage4.functions.sh:
149      -mdownload(): append wget_opts, do not overwrite
150     * [r1625] usr/lib/mage/mage4.functions.sh:
151      -fixed spelling
152    
153    2012-01-10  Niels Rogalla <niro@magellan-linux.de>
154    
155     * [r1623] ChangeLog:
156      -updated ChangeLog
157     * [r1622] VERSION:
158      -version 0.4.83
159     * [r1621] usr/lib/mage/smage2.sh:
160      -introduce .stamps dir for build time stamps and remove this dir
161      on new builds if it exists
162     * [r1620] usr/lib/mage/mage4.functions.sh:
163      -added --resume support for smage
164     * [r1619] usr/lib/mage/mage.rc.global.in:
165      -prefer mesh as sourceforge mirror
166    
167    2012-01-09  Niels Rogalla <niro@magellan-linux.de>
168    
169     * [r1618] usr/lib/mage/smage2.sh:
170      -fixed a typo
171     * [r1617] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh:
172      -added --resume support for smage
173     * [r1616] usr/lib/mage/smage2.sh:
174      -export mage.rc LDFLAGS and fixed CXXFLAGS handling, that
175      CXXFLAGS set in mage.rc are honored
176     * [r1615] usr/lib/mage/smage2.sh:
177      -minstalldocs(): fixed compressed docs installation
178     * [r1614] usr/lib/mage/smage2.sh:
179      -split_restore_variables(): no verbose clutter while restoring
180      mage-features
181     * [r1613] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh:
182      -support CTARGET crosscompile host settings
183     * [r1612] usr/lib/mage/mage.rc.global.in:
184      -added dir.gz to purge targets
185     * [r1611] etc/mage.rc.example:
186      -do not tell something about internal features
187    
188    2012-01-03  Niels Rogalla <niro@magellan-linux.de>
189    
190     * [r1609] ChangeLog:
191      -updated ChangeLog
192     * [r1608] VERSION:
193      -version 0.4.82
194     * [r1607] etc/mage.rc.example:
195      -fixed header, clean up and tell something about mage-features
196     * [r1606] Makefile:
197      -generate arch specific stuff at build time
198     * [r1605] usr/lib/mage/mage.rc.global[DEL],
199      usr/lib/mage/mage.rc.global.in[CPY]:
200      -renamed mage.rc.global > mage.rc.global.in
201     * [r1604] usr/lib/mage/smage2.sh:
202      -allow unpack of jar files
203     * [r1603] usr/lib/mage/mage4.functions.sh:
204      -finally be silent when loading initial setup of mage-features
205     * [r1602] usr/lib/mage/env-rebuild.sh:
206      -fixed broken " and \' substition
207    
208    2012-01-02  Niels Rogalla <niro@magellan-linux.de>
209    
210     * [r1601] usr/lib/mage/smage2.sh:
211      - reverted accidently applied mstriplibtool change
212     * [r1600] usr/lib/mage/smage2.sh:
213      - do not die if mdownload has not error code 0; some mirrors may
214      not work and we want try all defined SRC_URIs. mchecksum catches
215      any download instead
216    
217    2011-12-30  Niels Rogalla <niro@magellan-linux.de>
218    
219     * [r1599] usr/lib/mage/mage4.functions.sh:
220      -fixed some missing COLDEFAULTS
221    
222    2011-12-29  Niels Rogalla <niro@magellan-linux.de>
223    
224     * [r1597] ChangeLog:
225      -updated ChangeLog
226     * [r1596] VERSION:
227      -version 0.4.81
228     * [r1595] usr/lib/mage/smage2.sh:
229      -respect feature flag !pkgbuild with several build/stripping
230      functions
231     * [r1594] usr/lib/mage/smage2.sh:
232      -never unset PKGTYPE on regen for sake of build check
233     * [r1593] usr/lib/mage/smage2.sh:
234      -if PKGTYPE=virtual don't build anything
235     * [r1592] usr/lib/mage/smage2.sh:
236      -fixed a typo
237     * [r1591] usr/lib/mage/smage2.sh:
238      -more informative messages in default src_* functions
239     * [r1590] usr/lib/mage/mage4.functions.sh:
240      -colored mage-feature messages
241    
242    2011-12-28  Niels Rogalla <niro@magellan-linux.de>
243    
244     * [r1589] usr/lib/mage/smage2.sh:
245      -fixed a race condition with MLIBDIR
246     * [r1587] ChangeLog:
247      -updated ChangeLog
248     * [r1586] VERSION:
249      -version 0.4.80
250     * [r1585] usr/lib/mage/compressdoc:
251      -included several upstream fixes and prepare for man-db support
252     * [r1584] usr/lib/mage/mage.rc.global,
253      usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh,
254      usr/lib/mage/smage2.sh:
255      -added MAGE_FEATURE functionality and dropped all old variables
256      and use it in all refernces
257     * [r1583] usr/lib/mage/mage.rc.global:
258      -added PURGE_TARGET defaults
259     * [r1582] usr/lib/mage/smage2.sh:
260      -save PKGTYPE variable too when calling split_packages
261     * [r1581] usr/lib/mage/smage2.sh:
262      -sanitized variable names in minstalldocs and compress docs only
263      if requested
264     * [r1580] usr/lib/mage/smage2.sh:
265      -added mpurgetargets and mstriplibtoolarchive
266     * [r1579] usr/lib/mage/smage2.sh:
267      -fixed spelling
268     * [r1578] usr/lib/mage/smage2.sh:
269      -sanitized strip functions;we don't run accidently a full strip
270      on libs
271     * [r1577] usr/lib/mage/smage2.sh:
272      -src_check after src_compile
273     * [r1576] usr/lib/mage/smage2.sh:
274      -removed cruft
275     * [r1575] usr/lib/mage/smage2.sh:
276      -added src_check facility
277     * [r1574] usr/lib/mage/smage2.sh:
278      -removed all sleeps to reduce the delay
279     * [r1573] usr/lib/mage/smage2.sh:
280      -fixed spelling
281     * [r1572] usr/lib/mage/smage2.sh:
282      -get all global variables from includes
283     * [r1571] usr/lib/mage/smage2.sh:
284      -fixed header
285     * [r1570] usr/lib/mage/env-rebuild.sh:
286      -sanitized variable names and do not substitude everytime from
287      new
288     * [r1569] usr/lib/mage/env-rebuild.sh:
289      -fixed spelling
290     * [r1568] usr/lib/mage/env-rebuild.sh:
291      -use MROOT directly instead of P alias
292     * [r1567] usr/lib/mage/env-rebuild.sh:
293      -make SPECIALVARS more readable
294     * [r1566] usr/lib/mage/env-rebuild.sh:
295      -removed cruft
296     * [r1565] usr/lib/mage/env-rebuild.sh:
297      -fixed header
298     * [r1564] usr/lib/mage/depwalker.sh:
299      -fixed speling
300     * [r1563] usr/lib/mage/depwalker.sh:
301      -renamed function rumwanders() -> depwalking() and all its
302      references too
303     * [r1562] usr/lib/mage/depwalker.sh:
304      -fixed spelling
305     * [r1561] usr/lib/mage/depwalker.sh:
306      -removed old cruft
307     * [r1560] usr/lib/mage/depwalker.sh:
308      -get colors and MLIBDIR from includes
309     * [r1559] usr/lib/mage/depwalker.sh:
310      -fixed header
311    
312    2011-12-27  Niels Rogalla <niro@magellan-linux.de>
313    
314     * [r1558] usr/lib/mage/mage.rc.global:
315      -added as-needed LDFLAGS
316     * [r1557] usr/lib/mage/mage.rc.global:
317      -moved MAGE_TREE_DEST under default options
318     * [r1556] usr/lib/mage/mage.rc.global:
319      -moved all download options near default mirrors
320     * [r1555] usr/lib/mage/mage.rc.global:
321      -moved ARCH to arch options and added all extension defaults to
322      mage.rc.global
323     * [r1554] usr/lib/mage/mage.rc.global:
324      -moved distribution settings up
325     * [r1553] usr/lib/mage/mage.rc.global:
326      -better descriptions for some options
327     * [r1552] usr/lib/mage/mage.rc.global:
328      -fixed header
329     * [r1551] usr/lib/mage/mage4.sh:
330      -fixed spelling
331     * [r1550] usr/lib/mage/mage4.sh:
332      -dropped local color defines and get them from mage4.functions
333     * [r1549] usr/lib/mage/mage4.functions.sh:
334      -introduce mchecksum(), convertmirrors(), mdownload() functions
335      to consolidate several splitted functions in mage/smage and use
336      them
337     * [r1548] usr/lib/mage/mage4.functions.sh:
338      -fixed spelling and whitespaces
339      -removed old commented cruft
340     * [r1547] usr/lib/mage/mage4.functions.sh:
341      -moved color defines into global mage4.functions.sh include
342     * [r1546] usr/lib/mage/magequery.sh:
343      -no hardcoded mage.rc pathes
344     * [r1545] usr/lib/mage/pkgbuild_dir.sh:
345      -fixed header
346      -removed all locallay defined varibales/functions which have
347      proper includes
348      -use variable names not arguments
349      -removed deprecated build_rmtimestamp function
350     * [r1544] usr/lib/mage/etc-update:
351      -fixed header
352    
353    2011-12-20  Niels Rogalla <niro@magellan-linux.de>
354    
355     * [r1543] usr/lib/mage/mage.rc.global, usr/lib/mage/smage2.sh:
356      -configurable strip options for every facility and added support
357      to strip static libraries too
358     * [r1542] usr/lib/mage/mage.rc.global:
359      - spelling
360     * [r1541] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh:
361      -check for and require root privileges when needed by mage
362     * [r1540] usr/lib/mage/magequery.sh:
363      - fix [ character on regex searches
364    
365  2011-08-30  Niels Rogalla <niro@magellan-linux.de>  2011-08-30  Niels Rogalla <niro@magellan-linux.de>
366    
367     * [r1509] usr/lib/mage/magequery.sh:
368      - fix + character on regex searches
369     * [r1507] usr/lib/mage/magequery.sh:
370      utf8 fix
371     * [r1505] ChangeLog:
372      -updated ChangeLog
373   * [r1504] VERSION:   * [r1504] VERSION:
374    -version 0.4.29    -version 0.4.29
375   * [r1503] usr/lib/mage/magequery.sh:   * [r1503] usr/lib/mage/magequery.sh:

Legend:
Removed from v.1505  
changed lines
  Added in v.1764