Magellan Linux

Diff of /trunk/initscripts/ChangeLog

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

revision 1400 by niro, Sun Jun 5 00:45:44 2011 UTC revision 3000 by niro, Thu Oct 13 15:07:56 2016 UTC
# Line 1  Line 1 
1    2016-10-13  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r2999] VERSION:
4      -version 0.8.8
5     * [r2998] common/conf.d/net.sample,
6      systemd/units/scripts/network.sh, sysvinit/rc/network:
7      -make ssid scanning auto configurable and use nl80211 instead of
8      wext as default driver
9    
10    2015-11-26  Niels Rogalla <niro@magellan-linux.de>
11    
12     * [r2913] ChangeLog:
13      -updated ChangeLog
14     * [r2912] VERSION:
15      -version 0.8.7
16     * [r2911] common/conf.d/net.sample,
17      systemd/units/scripts/network.sh, sysvinit/rc/network:
18      -added point-to-point network support
19    
20    2014-01-07  Niels Rogalla <niro@magellan-linux.de>
21    
22     * [r2387] ChangeLog:
23      -updated ChangeLog
24     * [r2386] VERSION:
25      -version 0.8.6
26     * [r2385] systemd/env.d/01systemd:
27      -CONFIG_PROTECT_IGNORE /etc/machine-id /etc/machine-info as these
28      files never change once set up
29     * [r2384] systemd/conf.d/chvt[DEL],
30      systemd/units/services/chvt.service[DEL]:
31      -removed obsolete chvt service
32     * [r2383] systemd/units/scripts/network.sh, sysvinit/rc/network:
33      -do not run $DHCP_PROG if the iface has no link
34     * [r2382] systemd/units/scripts/network.sh, sysvinit/rc/network:
35      -renamed wait_online() to iface_wait_online()
36    
37    2014-01-02  Niels Rogalla <niro@magellan-linux.de>
38    
39     * [r2314] ChangeLog:
40      -updated ChangeLog
41     * [r2313] VERSION:
42      -version 0.8.5
43     * [r2312] systemd/units/scripts/network.sh, sysvinit/rc/network:
44      -fixed a typo
45     * [r2310] ChangeLog:
46      -updated ChangeLog
47     * [r2309] VERSION:
48      -version 0.8.4
49     * [r2308] systemd/units/scripts/network.sh:
50      -more verbose messages for systemd
51     * [r2307] sysvinit/rc/network:
52      -use rc_echo()
53     * [r2306] sysvinit/rc/network:
54      -fixed spelling
55     * [r2305] systemd/units/scripts/network.sh,
56      systemd/units/services/network.service, sysvinit/rc/network:
57      -network: wait for interface to come up and removed udev-settle
58      dependency from systemd service, which is not needed anymore.
59      this speeds things up and make networking more fail-safe
60     * [r2304] busybox/rc/rc, sysvinit/rc/rc:
61      -updated copyright for 2014
62    
63    2013-12-27  Niels Rogalla <niro@magellan-linux.de>
64    
65     * [r2302] ChangeLog:
66      -updated ChangeLog
67     * [r2301] VERSION:
68      -version 0.8.3
69     * [r2300] common/conf.d/network:
70      -removed hostname from dhcpd config, newer versions honor this
71     * [r2299] systemd/Makefile:
72      -fixed broken pkgconfig cmd
73     * [r2298] Makefile.inc:
74      -added missing PKGCONFIG
75     * [r2297] busybox/conf.d/network, common/conf.d/network:
76      -always update the hostname on the dhcp-server
77    
78    2013-10-15  Niels Rogalla <niro@magellan-linux.de>
79    
80     * [r2218] ChangeLog:
81      -updated ChangeLog
82     * [r2217] VERSION:
83      -version 0.8.2
84     * [r2216] Makefile:
85      -print a message when make install was called and fail
86     * [r2215] Makefile.inc, busybox/env.d[ADD],
87      busybox/env.d/01busybox[ADD], busybox/env.d/01initscripts[ADD],
88      common/env.d[ADD], common/env.d/01initscripts[ADD],
89      systemd/env.d[ADD], systemd/env.d/01initscripts[ADD],
90      systemd/env.d/01systemd[ADD], sysvinit/env.d[ADD],
91      sysvinit/env.d/01initscripts[ADD],
92      sysvinit/env.d/01sysvinit[ADD]:
93      -provide a sane CONFIG_PROTECT environment for all initscript
94      types
95     * [r2214] systemd/etc/sysctl.conf[DEL], systemd/etc/sysctl.d[ADD],
96      systemd/etc/sysctl.d/99-sysctl.conf[ADD]:
97      -systemd ignores sysctl.conf and only uses systctl.d/ include
98      directory for system configuration
99     * [r2213] busybox/etc/issue:
100      -issue: print current terminal
101     * [r2212] systemd/Makefile:
102      -use pkg-config to determinate systemd pathes
103     * [r2211] Makefile.inc, systemd/Makefile:
104      -moved systemd path variables to systemd Makefile
105    
106    2013-04-02  Niels Rogalla <niro@magellan-linux.de>
107    
108     * [r2104] ChangeLog:
109      -updated ChangeLog
110     * [r2103] VERSION:
111      -version 0.8.1
112     * [r2102] systemd/units/services/network.service:
113      -newer systemd version install the udev-settle service as an
114      static service; so we need a Wants dep to start is properly
115     * [r2101] systemd/units/scripts/network.sh, sysvinit/rc/network:
116      -do not use hardcoded pathes to iwconfig
117    
118    2013-02-21  Niels Rogalla <niro@magellan-linux.de>
119    
120     * [r2063] systemd/units/scripts/network.sh, sysvinit/rc/network:
121      -do not use harcoded pathes to track wpa_supplicant
122    
123    2013-02-20  Niels Rogalla <niro@magellan-linux.de>
124    
125     * [r2050] busybox/rc/rc:
126      -updated copyright
127     * [r2049] sysvinit/rc/rc:
128      -updated copyright
129    
130    2013-01-24  Niels Rogalla <niro@magellan-linux.de>
131    
132     * [r2037] ChangeLog:
133      -updated ChangeLog
134     * [r2036] VERSION:
135      -version 0.8.0
136     * [r2035] busybox/conf.d/keymap[DEL], busybox/conf.d/locale[DEL],
137      busybox/etc/locale.conf[ADD], busybox/etc/vconsole.conf[ADD],
138      common/conf.d/consolefont[DEL], common/conf.d/keymap[DEL],
139      common/conf.d/locale[DEL], common/etc/locale.conf[CPY],
140      common/etc/profile, common/etc/vconsole.conf[ADD],
141      systemd/conf.d/consolefont[DEL], systemd/conf.d/keymap[DEL],
142      systemd/conf.d/locale[DEL], systemd/etc/locale.conf[ADD],
143      systemd/etc/vconsole.conf[ADD], sysvinit/conf.d/consolefont[DEL],
144      sysvinit/conf.d/keymap[DEL], sysvinit/conf.d/locale[DEL],
145      sysvinit/etc/locale.conf[ADD], sysvinit/etc/vconsole.conf[ADD],
146      sysvinit/rc/consolefont, sysvinit/rc/loadkeys:
147      -migrate to vconsole.conf and locale.conf
148     * [r2034] sysvinit/sbin/rc-config:
149      -enable service controlling and added 'README' to exclude list
150     * [r2033] systemd/units/services/network.service:
151      -udev-settle.service unit was renamed to
152      systemd-udev-settle.service by upstream
153     * [r2032] common/etc/fstab:
154      -always mount boot and use noatime for all disks
155     * [r2031] systemd/units/scripts/network.sh, sysvinit/rc/network:
156      -wpa_supplicant has now a dedicated configuration dir
157     * [r2030] systemd/units/scripts/network.sh, sysvinit/rc/network:
158      -replace which with type -P to reduce dependencies
159    
160    2012-11-04  Niels Rogalla <niro@magellan-linux.de>
161    
162     * [r1964] systemd/units/services/network.service:
163      -be compatible with newer systemd versions
164    
165    2012-08-22  Niels Rogalla <niro@magellan-linux.de>
166    
167     * [r1893] sysvinit/rc/functions:
168      -handle the rare case were the COLUMNS variable is empty or zero
169     * [r1892] sysvinit/rc/cleanfs:
170      -/tmp /run and /var/lock are now mounted with tmpfs
171     * [r1891] sysvinit/rc/mountfs:
172      -/tmp /run and /var/lock are now mounted with tmpfs
173     * [r1890] busybox/rc/rc, sysvinit/rc/rc:
174      -honor usr-move
175     * [r1889] busybox/conf.d/sendsignals[ADD],
176      busybox/rc/sendsignals[ADD], sysvinit/conf.d/sendsignals[ADD],
177      sysvinit/rc/sendsignals:
178      -added sendsignals to busybox too and use IGNORED_PROCS variable
179      to be able to ignore some processes
180    
181    2012-07-24  Niels Rogalla <niro@magellan-linux.de>
182    
183     * [r1879] ChangeLog:
184      -updated ChangeLog
185     * [r1878] VERSION:
186      -version 0.7.6
187     * [r1877] common/etc/profile:
188      -fixed search pathes to match usr-move and dropped old /usr/X11R6
189      path
190    
191    2012-07-02  Niels Rogalla <niro@magellan-linux.de>
192    
193     * [r1835] ChangeLog:
194      -updated ChangeLog
195     * [r1834] VERSION:
196      -version 0.7.5
197    
198    2012-06-26  Niels Rogalla <niro@magellan-linux.de>
199    
200     * [r1833] busybox/rc/checkfs[ADD]:
201      -added checkfs too busybox initscripts
202     * [r1832] busybox/rc/rc, sysvinit/rc/rc:
203      -fixed spelling
204    
205    2012-04-19  Niels Rogalla <niro@magellan-linux.de>
206    
207     * [r1808] busybox/rc/rc:
208      -export runlevel variable so that every rc-script knows about the
209      current runlevel
210     * [r1807] sysvinit/rc/functions:
211      -fix missing escaping in the rc_echo() cmd
212    
213    2012-04-02  Niels Rogalla <niro@magellan-linux.de>
214    
215     * [r1791] VERSION:
216      -revert VERSION
217     * [r1790] VERSION, busybox/rc/mountfs, sysvinit/rc/mountfs:
218      -added devtmpfs to NO_FS
219     * [r1789] busybox/rc/rc, sysvinit/rc/rc:
220      -only mount /sys if not already mounted
221     * [r1788] busybox/rc/rc, sysvinit/rc/rc:
222      -fixed a typo: COLORED -> COLRED
223    
224    2012-03-03  Niels Rogalla <niro@magellan-linux.de>
225    
226     * [r1776] ChangeLog:
227      -updated ChangeLog
228     * [r1775] VERSION:
229      -version 0.7.4
230     * [r1774] busybox/rc/rc, sysvinit/rc/functions, sysvinit/rc/rc:
231      -support /etc/os-release file
232    
233    2012-02-05  Niels Rogalla <niro@magellan-linux.de>
234    
235     * [r1672] ChangeLog:
236      -updated ChangeLog
237     * [r1671] VERSION:
238      -version 0.7.3
239     * [r1670] Makefile.inc:
240      -LIBDIR is used by sysvinit and must be /lib
241     * [r1669] Makefile.inc, systemd/units/services/network.service:
242      -upstream moved systemdunitdir /lib/systemd -> /usr/lib/systemd
243    
244    2012-01-20  Niels Rogalla <niro@magellan-linux.de>
245    
246     * [r1667] ChangeLog:
247      -updated ChangeLog
248     * [r1666] VERSION:
249      -version 0.7.2
250     * [r1665] systemd/units/scripts/network.sh, sysvinit/rc/cleanfs,
251      sysvinit/rc/functions, sysvinit/rc/network:
252      -moved /var/run -> /run
253     * [r1664] busybox/rc/rc, sysvinit/rc/rc:
254      -updated copyright
255     * [r1663] common/etc/issue:
256      -insert the name of the current tty line
257    
258    2011-11-24  Niels Rogalla <niro@magellan-linux.de>
259    
260     * [r1537] ChangeLog:
261      -udpate ChangeLog
262     * [r1536] VERSION:
263      -version 0.7.1.4
264     * [r1535] busybox/etc/protocols[ADD], busybox/etc/services[ADD]:
265      -added missing protocols and services for busybox
266     * [r1534] systemd/etc/protocols[ADD]:
267      -added missing protocols for systemd
268     * [r1533] common/etc/protocols, common/etc/services:
269      updated services and protocals against upstream iana-etc-2.30
270    
271    2011-08-12  Niels Rogalla <niro@magellan-linux.de>
272    
273     * [r1496] ChangeLog:
274      -updated ChangeLog
275     * [r1495] VERSION:
276      -version 0.7.1.3
277    
278    2011-08-05  Niels Rogalla <niro@magellan-linux.de>
279    
280     * [r1494] systemd/conf.d/network[ADD], systemd/etc/issue[ADD],
281      systemd/units/services/network.service,
282      sysvinit/conf.d/network[ADD], sysvinit/etc/issue[ADD]:
283      -symlinked to common
284     * [r1493] common/conf.d/network[CPY], systemd/conf.d/network[DEL],
285      sysvinit/conf.d/network[DEL]:
286      -moved to common
287     * [r1492] common/etc/issue[CPY], sysvinit/etc/issue[DEL]:
288      -moved to common
289    
290    2011-08-03  Niels Rogalla <niro@magellan-linux.de>
291    
292     * [r1483] ChangeLog:
293      -updated ChangeLog
294     * [r1482] VERSION:
295      -version 0.7.1.2
296     * [r1481] systemd/units/services/network.service:
297      -pull-in network.target via wants, no need to install via
298      wantedby
299      -depend on udev-settle.service atm because the network modules
300      may not loaded already when this script is run by systemd
301     * [r1453] ChangeLog:
302      -updated ChangeLog
303     * [r1452] VERSION:
304      -version 0.7.1.1
305     * [r1451] Makefile.inc, busybox/etc/mageversion[DEL],
306      busybox/etc/system-release[DEL], common/etc/mageversion[DEL],
307      common/etc/system-release[DEL], systemd/etc/mageversion[DEL],
308      systemd/etc/system-release[DEL], sysvinit/etc/mageversion[DEL],
309      sysvinit/etc/system-release[DEL]:
310      -removed mageversion and system-release, they are moved to an own
311      package
312     * [r1449] ChangeLog:
313      -updated ChangeLog
314     * [r1448] VERSION:
315      -version 0.7.1
316     * [r1447] busybox/etc/group[DEL], busybox/etc/passwd[DEL],
317      common/etc/group[DEL], common/etc/passwd[DEL],
318      systemd/etc/group[DEL], systemd/etc/passwd[DEL],
319      sysvinit/etc/group[DEL], sysvinit/etc/passwd[DEL]:
320      -do not install passwd and group files, they are moved to
321      base-files
322    
323    2011-07-01  Niels Rogalla <niro@magellan-linux.de>
324    
325     * [r1419] ChangeLog:
326      -updated ChangeLog
327     * [r1418] VERSION:
328      -version 0.7.0.3
329     * [r1417] sysvinit/rc/mountfs:
330      -stop rc-script later to show any bootsplash longer and added
331      noproc to umount options
332     * [r1416] busybox/rc/mountfs:
333      -stop rc-script later to show any bootsplash longer and added
334      noproc to umount options
335    
336    2011-06-30  Niels Rogalla <niro@magellan-linux.de>
337    
338     * [r1415] busybox/conf.d/network:
339      -added -n option to immediatly exit if no lease was obtained
340    
341    2011-06-27  Niels Rogalla <niro@magellan-linux.de>
342    
343     * [r1413] ChangeLog:
344      -updated ChangeLog
345     * [r1412] VERSION:
346      -version 0.7.0.2
347     * [r1411] busybox/conf.d/network:
348      -fixed dhcp timeout, retry and interface
349     * [r1410] busybox/sbin/rc-config:
350      -fixed runlevel 6 handling
351    
352    2011-06-06  Niels Rogalla <niro@magellan-linux.de>
353    
354     * [r1406] busybox/conf.d/rc[ADD], sysvinit/conf.d/rc[CPY]:
355      -added missing conf.d/rc
356     * [r1405] systemd/etc/shells[ADD]:
357      -added missing shells to systemd
358    
359  2011-06-05  Niels Rogalla <niro@magellan-linux.de>  2011-06-05  Niels Rogalla <niro@magellan-linux.de>
360    
361     * [r1400] ChangeLog:
362      -updated ChangeLog
363   * [r1399] VERSION:   * [r1399] VERSION:
364    -version 0.7.0.1    -version 0.7.0.1
365   * [r1398] systemd/conf.d/consolefont[ADD],   * [r1398] systemd/conf.d/consolefont[ADD],

Legend:
Removed from v.1400  
changed lines
  Added in v.3000