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 2047 by niro, Fri Feb 1 10:32:55 2013 UTC
# Line 1  Line 1 
1    2013-02-01  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r2046] VERSION:
4      -version 0.4.93
5     * [r2045] usr/lib/mage/mage.rc.global.in:
6      -fixed whitespaces
7     * [r2044] usr/lib/mage/mage.rc.global.in:
8      -fixed buildpkg -> pkgbuild in description
9     * [r2043] usr/lib/mage/smage2.sh:
10      -honor PKGTYPE=virtual in all split_package cases
11     * [r2042] usr/lib/mage/smage2.sh:
12      -improved split_package handling and honor split_info for all
13      cases
14     * [r2041] usr/lib/mage/smage2.functions.sh:
15      -fixed whitespaces
16     * [r2040] usr/lib/mage/smage2.functions.sh:
17      -do not save/restore PKGTYPE twice for split_packages
18     * [r2039] usr/lib/mage/autodepend.sh:
19      -really honor prefix
20    
21    2012-11-19  Niels Rogalla <niro@magellan-linux.de>
22    
23     * [r1993] ChangeLog:
24      -updated ChangeLog
25     * [r1992] VERSION:
26      -version 0.4.92
27    
28    2012-10-26  Niels Rogalla <niro@magellan-linux.de>
29    
30     * [r1963] usr/lib/mage/mage4.functions.sh:
31      -fixed a cmd typo: xarg -> xargs
32    
33    2012-10-25  Niels Rogalla <niro@magellan-linux.de>
34    
35     * [r1962] usr/lib/mage/mage4.functions.sh:
36      -enhanced protected files counter with bash internal base
37      functions
38     * [r1961] usr/lib/mage/mage4.functions.sh:
39      -print cosmetic
40    
41    2012-10-12  Niels Rogalla <niro@magellan-linux.de>
42    
43     * [r1955] usr/lib/mage/pkg_all_sources.sh:
44      -fixed whitespaces
45     * [r1954] usr/lib/mage/autodepend.sh:
46      -honor usr-move and resolve full soname pathes to improved the
47      file search in the package database
48     * [r1953] usr/lib/mage/search_soname.sh:
49      -improved soname detection
50     * [r1952] usr/lib/mage/mage4.functions.sh:
51      -fixed need_busybox_support() function to honor USR-move
52     * [r1951] usr/lib/mage/mgroupadd, usr/lib/mage/museradd:
53      -users created by packagemanagement should be system users
54    
55    2012-04-11  Niels Rogalla <niro@magellan-linux.de>
56    
57     * [r1798] ChangeLog:
58      -updated ChangeLog
59     * [r1797] VERSION:
60      version 0.4.91
61     * [r1796] usr/lib/mage/smage2.functions.sh:
62      -marchsrcfile: add $1 to make different variable names possible
63     * [r1795] usr/lib/mage/smage2.functions.sh:
64      -show full path to file which gets unpacked
65    
66    2012-03-12  Niels Rogalla <niro@magellan-linux.de>
67    
68     * [r1786] ChangeLog:
69      -updated ChangeLog
70     * [r1785] VERSION:
71      -version 0.4.90
72     * [r1784] usr/lib/mage/smage2.sh:
73      -honor !pkgbuild with split_packages and respect variables set in
74      split_info too
75     * [r1783] usr/lib/mage/magequery.sh:
76      -always export C locale to fix utf-8 issues
77     * [r1782] usr/lib/mage/ldd-fix.sh:
78      -honor multiple argvs
79     * [r1781] usr/lib/mage/mage4.functions.sh:
80      -added some nice colors for mprintfeatures()
81     * [r1780] usr/lib/mage/mage4.sh:
82      -added option 'print-features'
83     * [r1779] usr/lib/mage/env-rebuild.sh:
84      -handle XDG dirs right and fix glib gio/schema errors
85    
86    2012-02-18  Niels Rogalla <niro@magellan-linux.de>
87    
88     * [r1764] ChangeLog:
89      -updated ChangeLog
90     * [r1763] VERSION:
91      -version 0.4.89
92     * [r1762] usr/lib/mage/mage4.functions.sh:
93      -fixed a typo
94     * [r1760] ChangeLog:
95      -updated ChangeLog
96     * [r1759] VERSION:
97      -version 0.4.88
98     * [r1758] usr/lib/mage/mage4.functions.sh:
99      -improved count_protected_files() function to fix several issues
100    
101    2012-02-16  Niels Rogalla <niro@magellan-linux.de>
102    
103     * [r1690] usr/lib/mage/mage4.functions.sh:
104      -fixed broken mtime handling of symlinks
105     * [r1689] usr/lib/mage/smage2.functions.sh:
106      -added march(), marchsrfile(), marchsrcdir(), marchdepend(),
107      marchsdepend() functions
108    
109    2012-02-06  Niels Rogalla <niro@magellan-linux.de>
110    
111     * [r1687] ChangeLog:
112      -updated ChangeLog
113     * [r1686] VERSION:
114      -version 0.4.87
115     * [r1685] usr/lib/mage/mage.rc.global.in:
116      -let the makefile set the right CHOST and CFLAGS for the current
117      arch
118     * [r1684] usr/lib/mage/smage2.functions.sh:
119      -always honor state set in distribution file, but prefer local
120      states from smage2 file
121     * [r1683] etc/mage.rc.example:
122      -removed description of pkgbuild feature, which is internal only
123      and should not changed by normal user
124     * [r1682] etc/mage.rc.example:
125      -fixed spelling
126     * [r1681] etc/mage.rc.example:
127      -removed MAGE_FEATURES comment
128     * [r1680] usr/lib/mage/smage2.functions.sh:
129      -do not add --enable-shared for waf configure scripts, which
130      support --disable-* options only
131     * [r1679] usr/lib/mage/smage2.functions.sh:
132      -pretty print, add a new line
133     * [r1678] Makefile:
134      -let the makefile set the right CHOST and CFLAGS for the current
135      arch
136     * [r1677] usr/lib/mage/mage.rc.global.in:
137      -fixed spelling
138     * [r1676] usr/lib/mage/mage.rc.global.in:
139      -added garr, dfn and global-auto sourceforge mirrors
140     * [r1675] usr/lib/mage/mage4.functions.sh:
141      -update_tarball: only exclude distribution from uri if it matches
142      stable|testing|unstable
143    
144  2012-01-14  Niels Rogalla <niro@magellan-linux.de>  2012-01-14  Niels Rogalla <niro@magellan-linux.de>
145    
146     * [r1661] ChangeLog:
147      -updated ChangeLog
148   * [r1660] VERSION:   * [r1660] VERSION:
149    -version 0.4.86    -version 0.4.86
150   * [r1659] usr/lib/mage/smage2.sh:   * [r1659] usr/lib/mage/smage2.sh:

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