Magellan Linux

Diff of /tags/mage-0_4_111/ChangeLog

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

revision 1661 by niro, Sat Jan 14 00:09:44 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>  2012-01-14  Niels Rogalla <niro@magellan-linux.de>
160    
161     * [r1661] ChangeLog:
162      -updated ChangeLog
163   * [r1660] VERSION:   * [r1660] VERSION:
164    -version 0.4.86    -version 0.4.86
165   * [r1659] usr/lib/mage/smage2.sh:   * [r1659] usr/lib/mage/smage2.sh:

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