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

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