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 1623 by niro, Tue Jan 10 15:51:08 2012 UTC
# Line 1  Line 1 
1    2012-01-10  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r1622] VERSION:
4      -version 0.4.83
5     * [r1621] usr/lib/mage/smage2.sh:
6      -introduce .stamps dir for build time stamps and remove this dir
7      on new builds if it exists
8     * [r1620] usr/lib/mage/mage4.functions.sh:
9      -added --resume support for smage
10     * [r1619] usr/lib/mage/mage.rc.global.in:
11      -prefer mesh as sourceforge mirror
12    
13    2012-01-09  Niels Rogalla <niro@magellan-linux.de>
14    
15     * [r1618] usr/lib/mage/smage2.sh:
16      -fixed a typo
17     * [r1617] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh:
18      -added --resume support for smage
19     * [r1616] usr/lib/mage/smage2.sh:
20      -export mage.rc LDFLAGS and fixed CXXFLAGS handling, that
21      CXXFLAGS set in mage.rc are honored
22     * [r1615] usr/lib/mage/smage2.sh:
23      -minstalldocs(): fixed compressed docs installation
24     * [r1614] usr/lib/mage/smage2.sh:
25      -split_restore_variables(): no verbose clutter while restoring
26      mage-features
27     * [r1613] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh:
28      -support CTARGET crosscompile host settings
29     * [r1612] usr/lib/mage/mage.rc.global.in:
30      -added dir.gz to purge targets
31     * [r1611] etc/mage.rc.example:
32      -do not tell something about internal features
33    
34    2012-01-03  Niels Rogalla <niro@magellan-linux.de>
35    
36     * [r1609] ChangeLog:
37      -updated ChangeLog
38     * [r1608] VERSION:
39      -version 0.4.82
40     * [r1607] etc/mage.rc.example:
41      -fixed header, clean up and tell something about mage-features
42     * [r1606] Makefile:
43      -generate arch specific stuff at build time
44     * [r1605] usr/lib/mage/mage.rc.global[DEL],
45      usr/lib/mage/mage.rc.global.in[CPY]:
46      -renamed mage.rc.global > mage.rc.global.in
47     * [r1604] usr/lib/mage/smage2.sh:
48      -allow unpack of jar files
49     * [r1603] usr/lib/mage/mage4.functions.sh:
50      -finally be silent when loading initial setup of mage-features
51     * [r1602] usr/lib/mage/env-rebuild.sh:
52      -fixed broken " and \' substition
53    
54    2012-01-02  Niels Rogalla <niro@magellan-linux.de>
55    
56     * [r1601] usr/lib/mage/smage2.sh:
57      - reverted accidently applied mstriplibtool change
58     * [r1600] usr/lib/mage/smage2.sh:
59      - do not die if mdownload has not error code 0; some mirrors may
60      not work and we want try all defined SRC_URIs. mchecksum catches
61      any download instead
62    
63    2011-12-30  Niels Rogalla <niro@magellan-linux.de>
64    
65     * [r1599] usr/lib/mage/mage4.functions.sh:
66      -fixed some missing COLDEFAULTS
67    
68    2011-12-29  Niels Rogalla <niro@magellan-linux.de>
69    
70     * [r1597] ChangeLog:
71      -updated ChangeLog
72     * [r1596] VERSION:
73      -version 0.4.81
74     * [r1595] usr/lib/mage/smage2.sh:
75      -respect feature flag !pkgbuild with several build/stripping
76      functions
77     * [r1594] usr/lib/mage/smage2.sh:
78      -never unset PKGTYPE on regen for sake of build check
79     * [r1593] usr/lib/mage/smage2.sh:
80      -if PKGTYPE=virtual don't build anything
81     * [r1592] usr/lib/mage/smage2.sh:
82      -fixed a typo
83     * [r1591] usr/lib/mage/smage2.sh:
84      -more informative messages in default src_* functions
85     * [r1590] usr/lib/mage/mage4.functions.sh:
86      -colored mage-feature messages
87    
88    2011-12-28  Niels Rogalla <niro@magellan-linux.de>
89    
90     * [r1589] usr/lib/mage/smage2.sh:
91      -fixed a race condition with MLIBDIR
92     * [r1587] ChangeLog:
93      -updated ChangeLog
94     * [r1586] VERSION:
95      -version 0.4.80
96     * [r1585] usr/lib/mage/compressdoc:
97      -included several upstream fixes and prepare for man-db support
98     * [r1584] usr/lib/mage/mage.rc.global,
99      usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh,
100      usr/lib/mage/smage2.sh:
101      -added MAGE_FEATURE functionality and dropped all old variables
102      and use it in all refernces
103     * [r1583] usr/lib/mage/mage.rc.global:
104      -added PURGE_TARGET defaults
105     * [r1582] usr/lib/mage/smage2.sh:
106      -save PKGTYPE variable too when calling split_packages
107     * [r1581] usr/lib/mage/smage2.sh:
108      -sanitized variable names in minstalldocs and compress docs only
109      if requested
110     * [r1580] usr/lib/mage/smage2.sh:
111      -added mpurgetargets and mstriplibtoolarchive
112     * [r1579] usr/lib/mage/smage2.sh:
113      -fixed spelling
114     * [r1578] usr/lib/mage/smage2.sh:
115      -sanitized strip functions;we don't run accidently a full strip
116      on libs
117     * [r1577] usr/lib/mage/smage2.sh:
118      -src_check after src_compile
119     * [r1576] usr/lib/mage/smage2.sh:
120      -removed cruft
121     * [r1575] usr/lib/mage/smage2.sh:
122      -added src_check facility
123     * [r1574] usr/lib/mage/smage2.sh:
124      -removed all sleeps to reduce the delay
125     * [r1573] usr/lib/mage/smage2.sh:
126      -fixed spelling
127     * [r1572] usr/lib/mage/smage2.sh:
128      -get all global variables from includes
129     * [r1571] usr/lib/mage/smage2.sh:
130      -fixed header
131     * [r1570] usr/lib/mage/env-rebuild.sh:
132      -sanitized variable names and do not substitude everytime from
133      new
134     * [r1569] usr/lib/mage/env-rebuild.sh:
135      -fixed spelling
136     * [r1568] usr/lib/mage/env-rebuild.sh:
137      -use MROOT directly instead of P alias
138     * [r1567] usr/lib/mage/env-rebuild.sh:
139      -make SPECIALVARS more readable
140     * [r1566] usr/lib/mage/env-rebuild.sh:
141      -removed cruft
142     * [r1565] usr/lib/mage/env-rebuild.sh:
143      -fixed header
144     * [r1564] usr/lib/mage/depwalker.sh:
145      -fixed speling
146     * [r1563] usr/lib/mage/depwalker.sh:
147      -renamed function rumwanders() -> depwalking() and all its
148      references too
149     * [r1562] usr/lib/mage/depwalker.sh:
150      -fixed spelling
151     * [r1561] usr/lib/mage/depwalker.sh:
152      -removed old cruft
153     * [r1560] usr/lib/mage/depwalker.sh:
154      -get colors and MLIBDIR from includes
155     * [r1559] usr/lib/mage/depwalker.sh:
156      -fixed header
157    
158    2011-12-27  Niels Rogalla <niro@magellan-linux.de>
159    
160     * [r1558] usr/lib/mage/mage.rc.global:
161      -added as-needed LDFLAGS
162     * [r1557] usr/lib/mage/mage.rc.global:
163      -moved MAGE_TREE_DEST under default options
164     * [r1556] usr/lib/mage/mage.rc.global:
165      -moved all download options near default mirrors
166     * [r1555] usr/lib/mage/mage.rc.global:
167      -moved ARCH to arch options and added all extension defaults to
168      mage.rc.global
169     * [r1554] usr/lib/mage/mage.rc.global:
170      -moved distribution settings up
171     * [r1553] usr/lib/mage/mage.rc.global:
172      -better descriptions for some options
173     * [r1552] usr/lib/mage/mage.rc.global:
174      -fixed header
175     * [r1551] usr/lib/mage/mage4.sh:
176      -fixed spelling
177     * [r1550] usr/lib/mage/mage4.sh:
178      -dropped local color defines and get them from mage4.functions
179     * [r1549] usr/lib/mage/mage4.functions.sh:
180      -introduce mchecksum(), convertmirrors(), mdownload() functions
181      to consolidate several splitted functions in mage/smage and use
182      them
183     * [r1548] usr/lib/mage/mage4.functions.sh:
184      -fixed spelling and whitespaces
185      -removed old commented cruft
186     * [r1547] usr/lib/mage/mage4.functions.sh:
187      -moved color defines into global mage4.functions.sh include
188     * [r1546] usr/lib/mage/magequery.sh:
189      -no hardcoded mage.rc pathes
190     * [r1545] usr/lib/mage/pkgbuild_dir.sh:
191      -fixed header
192      -removed all locallay defined varibales/functions which have
193      proper includes
194      -use variable names not arguments
195      -removed deprecated build_rmtimestamp function
196     * [r1544] usr/lib/mage/etc-update:
197      -fixed header
198    
199    2011-12-20  Niels Rogalla <niro@magellan-linux.de>
200    
201     * [r1543] usr/lib/mage/mage.rc.global, usr/lib/mage/smage2.sh:
202      -configurable strip options for every facility and added support
203      to strip static libraries too
204     * [r1542] usr/lib/mage/mage.rc.global:
205      - spelling
206     * [r1541] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh:
207      -check for and require root privileges when needed by mage
208     * [r1540] usr/lib/mage/magequery.sh:
209      - fix [ character on regex searches
210    
211    2011-08-30  Niels Rogalla <niro@magellan-linux.de>
212    
213     * [r1509] usr/lib/mage/magequery.sh:
214      - fix + character on regex searches
215     * [r1507] usr/lib/mage/magequery.sh:
216      utf8 fix
217     * [r1505] ChangeLog:
218      -updated ChangeLog
219     * [r1504] VERSION:
220      -version 0.4.29
221     * [r1503] usr/lib/mage/magequery.sh:
222      -support exact filename searching
223     * [r1502] usr/lib/mage/mage4.functions.sh:
224      -fixed svn detection
225     * [r1501] usr/lib/mage/muserdel:
226      -support chrooted userdels
227     * [r1500] usr/lib/mage/museradd:
228      -support chrooted groupadds
229     * [r1499] usr/lib/mage/mgroupdel:
230      -support chrooted groupdels
231     * [r1498] usr/lib/mage/mgroupadd:
232      -support chrooted groupadds
233    
234  2011-07-25  Niels Rogalla <niro@magellan-linux.de>  2011-07-25  Niels Rogalla <niro@magellan-linux.de>
235    
236     * [r1444] ChangeLog:
237      -updated ChangeLog
238     * [r1443] VERSION:
239      -version 0.4.28
240     * [r1442] ChangeLog[ADD], Makefile:
241      -added ChangeLog and install it to the docdir
242     * [r1441] Makefile:
243      -handle renamed src-doc dir
244      -install doc data to versionized datadir
245     * [r1440] usr/share/doc/mage[CPY], usr/share/doc/mage-0.3[DEL]:
246      -renamed to mage
247   * [r1439] Makefile, VERSION[ADD]:   * [r1439] Makefile, VERSION[ADD]:
248    -added global version file and update it via Makefile    -added global version file and update it via Makefile
249   * [r1438] usr/lib/mage/mage4.functions.sh:   * [r1438] usr/lib/mage/mage4.functions.sh:

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