Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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