Magellan Linux

Diff of /tags/mage-0_4_102/ChangeLog

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

revision 1609 by niro, Tue Jan 3 20:23:57 2012 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>  2012-01-03  Niels Rogalla <niro@magellan-linux.de>
291    
292     * [r1609] ChangeLog:
293      -updated ChangeLog
294   * [r1608] VERSION:   * [r1608] VERSION:
295    -version 0.4.82    -version 0.4.82
296   * [r1607] etc/mage.rc.example:   * [r1607] etc/mage.rc.example:

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