Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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