Magellan Linux

Annotation of /alx-src/branches/alxconf-060/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2376 - (hide annotations) (download)
Tue Jun 14 11:18:47 2011 UTC (12 years, 11 months ago) by niro
File size: 9261 byte(s)
-updated ChangeLog
1 niro 2376 2011-06-14 Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r2375] VERSION:
4     -version 0.6.0_rc2
5     * [r2374] skel/fluxbox/init:
6     -merged against upstream config to fix an issue that x11 windows
7     cannot be moved
8     * [r2372] bin/update-alx.sh, conf/config.rc:
9     -variable diskspace
10     * [r2371] functions/config_sessions.sh:
11     -sleep one second to wait until busybox is fully initialized and the screen is really centered
12    
13 niro 2169 2011-05-18 Niels Rogalla <niro@magellan-linux.de>
14    
15 niro 2376 * [r2174] make-tarball.sh:
16     -fixed make-tarball script again
17     * [r2171] make-tarball.sh:
18     -fixed make-tarball script
19     * [r2169] ChangeLog[ADD]:
20     -added ChangeLog
21 niro 2169 * [r2168] VERSION[ADD]:
22     -version 0.6.0_rc1
23     * [r2167] skel/net/net.eth0:
24     -set default to timeout after 10 seconds, not to send 10 packets
25     * [r2166] functions/config_sessions.sh:
26     -fixed some typos
27     * [r2165] functions/config_x11.sh:
28     -fixed a typo
29     * [r2164] functions/config_printers.sh:
30     -name -> printer_name
31     * [r2163] conf/config.rc:
32     -set default to timeout after 10 seconds, not to send 10 packets
33     * [r2162] functions/config_ssh_auth.sh:
34     -all filename variables should be escaped to support whitespaces
35     * [r2161] functions/config_sessions.sh:
36     -fixed handling to support whitespaces in names and added params
37     for execs
38     * [r2160] functions/config_printers.sh:
39     -all filename variables should be escaped to support whitespaces
40     -fixed a typo
41     * [r2159] functions/config_network.sh:
42     -all filename variables should be escaped to support whitespaces
43     -check for null and zero values!
44     * [r2158] functions/common.sh:
45     -better escaping to support whitespaces
46     * [r2157] functions/common.sh:
47     -added updateconfig() function
48    
49     2011-05-17 Niels Rogalla <niro@magellan-linux.de>
50    
51     * [r2156] init.d/alxsettings:
52     -variable dhcp client trough config.rc
53     * [r2155] functions/config_network.sh:
54     -variable dhcp client trough config.rc
55     * [r2154] conf/config.rc:
56     -variable dhcp client trough config.rc
57     * [r2153] init.d/alxsettings:
58     -fixed one missed rc_mecho
59     * [r2152] functions/mysqlfunctions:
60     -eval already exports the variable - no need to do it twice, wich
61     produces escaping issues
62     * [r2151] functions/config_modules.sh:
63     -fixed a typo
64     * [r2150] install.sh[DEL]:
65     -install.sh not needed anymore, we got a Makefile
66     * [r2149] functions/config_sessions.sh:
67     -get database data via evaluate_table() function and use the
68     advantages of xml (no problems with empty values anymore)
69     -generate session items and menuitems more variable and not at
70     once
71     * [r2148] functions/config_x11.sh:
72     -get database data via evaluate_table() function and use the
73     advantages of xml (no problems with empty values anymore)
74     * [r2147] functions/config_printers.sh:
75     -get database data via evaluate_table() function and use the
76     advantages of xml (no problems with empty values anymore)
77     * [r2146] functions/config_modules.sh:
78     -get database data via evaluate_table() function and use the
79     advantages of xml (no problems with empty values anymore)
80     -get rid of the old argfile handling and add module arguments
81     directly
82     * [r2145] functions/config_network.sh:
83     -get database data via evaluate_table() function and use the
84     advantages of xml (no problems with empty values anymore)
85     * [r2144] functions/config_auth.sh:
86     -get database data via evaluate_table() function and use the
87     advantages of xml (no problems with empty values anymore)
88     * [r2143] functions/mysqlfunctions:
89     -added evaluate_table() and evaluate_statement() functions with
90     xml support
91     * [r2142] functions/common.sh:
92     -added rc_mecho() function
93     * [r2141] init.d/alxsetstate, init.d/alxsettings:
94     -use rc_print, rc_echo and rc_mecho functions to print init
95     messages
96    
97     2011-05-16 Niels Rogalla <niro@magellan-linux.de>
98    
99     * [r2127] functions/config_auth.sh:
100     -suppress passwd messages
101     * [r2126] functions/config_printers.sh:
102     -fixed ports
103     * [r2123] init.d/alxsetstate:
104     -be more informative in the status messages
105     * [r2122] init.d/alxsettings:
106     -renamed modules.d -> modprobe.d and added .conf suffix
107     -clear printing-settings properly and remove services
108     * [r2121] functions/config_modules.sh:
109     -clear argfile in create argfile function
110     * [r2120] functions/config_network.sh:
111     -renamed modules.d -> modprobe.d and added .conf suffix
112    
113     2011-05-11 Niels Rogalla <niro@magellan-linux.de>
114    
115     * [r2039] init.d/alxsettings:
116     -added common.sh
117     -dropped commented cruft
118     -only support 2.6 kernels - install modprobe.conf related stuff
119     only and be compat with newer modutils
120     -coding style updates
121     -use pidof instead of quering ps -A
122     * [r2038] Makefile:
123     -install common.sh
124     * [r2037] functions/config_x11.sh:
125     -drop MOUSE_RESOLTION support atm to be compat with alx-0.5.7
126     database
127     -GLOGIN not needed anymore, we are using slim directly not with
128     the magellan standard xdm init script
129     -clearconfig() and addconfig() moved to common.sh
130     -use lower chars for local variables
131     -do not create the full xorg.conf anymore, make use of the
132     xorg.conf.d feature of xorg-server-1.10 and only use snippets
133     * [r2036] functions/config_ssh_auth.sh:
134     -make use of the new addconfig() && clearconfig() functions
135     * [r2035] functions/config_sessions.sh:
136     -make use of the new addconfig() && clearconfig() functions
137     * [r2034] functions/config_printers.sh:
138     -make use of the new addconfig() && clearconfig() functions
139     * [r2033] functions/config_network.sh:
140     -make use of the new addconfig() && clearconfig() functions
141     * [r2032] functions/common.sh[ADD]:
142     -added common.sh with global addconfig() and clearconfig()
143     functions
144     * [r2031] skel/fluxbox/menu.footer:
145     -use seperator instead of nop
146     * [r2030] skel/fluxbox/keys:
147     -adjust buttons settings to work with newer fluxbox, right click
148     must be allowed
149     * [r2029] bin/update-alx.sh:
150     - do not display any colors and update mage only, if a newer
151     version exist
152    
153     2011-05-10 Niels Rogalla <niro@magellan-linux.de>
154    
155     * [r2023] functions/config_auth.sh:
156     -busybox compat
157    
158     2011-05-09 Niels Rogalla <niro@magellan-linux.de>
159    
160     * [r2016] functions/config_network.sh:
161     -removed old samba cruft
162     * [r2015] functions/config_network.sh:
163     -be more busybox compat, use udhcpc as standard dhcp client
164     * [r2014] init.d/alxsettings:
165     -reverted modules-update changes which are not applied upstream
166     too
167     -fixe one more dhcpcd -> udhcpc instance
168     * [r2013] functions/config_modules.sh:
169     -no splitted modules.autoload files anymore
170     * [r2011] init.d/alxsettings:
171     -be more busybox compat, use udhcpc as standard dhcp client
172     * [r2010] init.d/alxsettings:
173     -be more busybox compat, use udhcpc as standard dhcp client
174     * [r2009] init.d/alxsettings:
175     -simply call hwsetup and renamed all hwdetect references to
176     hwsetup
177     * [r2008] init.d/alxsettings:
178     -use conf.d instead of the deprecated sysconfig
179     * [r2007] init.d/alxsetstate, init.d/alxsettings:
180     -busybox-initscripts compat
181     * [r2005] Makefile:
182     -fixed Makefile
183     * [r2004] functions/config_x11.sh:
184     -fixed header
185     -added clearconfig and addconfig functions and use them
186     -clean up old cruft, we do not support old configurations anymore
187     * [r2003] functions/mysqlfunctions:
188     -fixed header
189     -fixed coding style
190     * [r2002] skel/fluxbox/apps, skel/fluxbox/keys:
191     -fixed header
192     * [r2001] functions/config_network.sh,
193     functions/config_sessions.sh:
194     -fixed header
195     * [r2000] conf/config.rc:
196     -fixed header
197     * [r1999] bin/user_shutdown.sh:
198     -fixed header
199     -do not use full pathes, rely on PATH environment
200     * [r1998] bin/user_reboot.sh:
201     -do not use full pathes, rely on PATH environment
202     * [r1997] bin/update-alx.sh:
203     -fixed header
204     -MAGE_TARGET -alx was dropped
205     -be mage-0.4 compat
206     * [r1996] bin/txt2html.sh:
207     -fixed header
208    
209     2011-05-07 Niels Rogalla <niro@magellan-linux.de>
210    
211     * [r1980] Makefile[ADD]:
212     -added Makefile for easier builds
213     * [r1979] skel/slim/slim.conf:
214     -fixed slim.conf to support busybox/rxvt and to match our patched
215     version of slim
216     -removed any comments and non needed settings
217     * [r1978] skel/net/net.eth0:
218     -fixed header
219     -use udhcpc as standard dhcp util
220     * [r1977] skel/idesk[DEL]:
221     -dropped idesk support
222     * [r1976] init.d/alxsettings:
223     -fixed header
224     -use /etc/conf.d and not the old sysconfig anymore
225     -removed unneeded checks and variables
226     -do not use fullpath for programes, rely on PATH environment
227     * [r1975] init.d/alxsetstate:
228     -fixed header
229     -use /etc/conf.d and not the old sysconfig anymore
230     -removed unneeded checks and variables
231     * [r1974] functions/config_versions.sh:
232     -the -alx target names for packages are not used anymore, using
233     real split_packkages
234     * [r1973] functions/config_ssh_auth.sh:
235     -support dropbear and dropped openssh
236     * [r1972] functions/config_printers.sh:
237     -fixed header
238     -support lprng and dropped samba/cups support
239     * [r1971] functions/config_modules.sh:
240     -fixed header and variable names
241     * [r1970] skel/samba[DEL]:
242     -dropped samba support
243     * [r1969] functions/config_auth.sh:
244     -dropped samba support
245    
246     2011-04-14 Niels Rogalla <niro@magellan-linux.de>
247    
248     * [r1800] .[CPY], functions/config_x11.sh, init.d/alxsettings:
249     created 0.6.x branch
250