1 | # ChangeLog for Gentoo System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo System Intialization ("rc") scripts |
2 | # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPLv2 |
2 | # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPLv2 |
|
|
3 | |
|
|
4 | 10 Feb 2005; Roy Marples <uberlord@gentoo.org>: |
|
|
5 | |
|
|
6 | net.lo now supports fallback_route - fixes #75676 |
|
|
7 | due to bash limitations, only one fallback route is supported |
|
|
8 | |
|
|
9 | 07 Feb 2005; Roy Marples <uberlord@gentoo.org>: |
|
|
10 | |
|
|
11 | netmask2cidr now works correctly - fixes #81119 |
|
|
12 | Thanks to Benoit Boissinot for the patch |
|
|
13 | |
|
|
14 | 02 Feb 2005; Roy Marples <uberlord@gentoo.org>: |
|
|
15 | |
|
|
16 | wpa_supplicant and iwconfig now loop for 5 seconds if essid is |
|
|
17 | not returned straight away |
|
|
18 | |
|
|
19 | 31 Jan 2005; Roy Marples <uberlord@gentoo.org>: |
|
|
20 | |
|
|
21 | removed warning from ifconfig |
|
|
22 | dnsdomainname overriding works again - fixes #80174 |
|
|
23 | |
|
|
24 | 17 Jan 2005; Roy Marples <uberlord@gentoo.org>: |
|
|
25 | |
|
|
26 | net.lo changed logic to read "only fail if no configuration parameters |
|
|
27 | work, bring interface down and abort". Fixes #78092 |
|
|
28 | all modules should now check interface existance correctly - fixes #76385 |
|
|
29 | wpa_supplicant now works with EAP - fixes #78367 |
|
|
30 | |
|
|
31 | 13 Jan 2005; Roy Marples <uberlord@gentoo.org>: |
|
|
32 | |
|
|
33 | wpa_supplicant forces ctrl_interface to /var/run/wpa_supplicant |
|
|
34 | and removes stale directories |
|
|
35 | clean_pidfile function no longer errors on empty pidfiles |
|
|
36 | net dependancies corrected in runscript.sh - fixes #77839 |
|
|
37 | allow pure IPv6 addresses - fixes #73844 |
|
|
38 | |
|
|
39 | 12 Jan 2005; Roy Marples <uberlord@gentoo.org>: |
|
|
40 | |
|
|
41 | net.lo now ignores dot files when loading modules |
|
|
42 | ipppd module now stops correctly - fixes #73067 again |
|
|
43 | |
|
|
44 | 11 Jan 2005; Roy Marples <uberlord@gentoo.org>: |
|
|
45 | |
|
|
46 | added "noop" config parameter which means take no action if the interface |
|
|
47 | is up and has an address configured, otherwise continue |
|
|
48 | addresses are now removed when starting an interface - fixes #77111 |
|
|
49 | |
|
|
50 | 06 Jan 2005; Roy Marples <uberlord@gentoo.org>: |
|
|
51 | |
|
|
52 | ifconfig, udhcpc-ifconfig now deletes addresses using 0.0.0.0 for uclibc |
|
|
53 | - fixes #76846 |
|
|
54 | |
|
|
55 | 05 Jan 2005; Roy Marples <uberlord@gentoo.org>: |
|
|
56 | |
|
|
57 | dhcpcd and udhcpc now run via the eval statement so quotes can be used |
|
|
58 | in options. Fixes #74053 - thanks to Evan Buswell |
|
|
59 | (merged from HEAD change on 12 Dec 2004) |
|
|
60 | |
|
|
61 | 04 Jan 2005; Roy Marples <uberlord@gentoo.org>: |
|
|
62 | |
|
|
63 | bridge now marks interfaces as UP - fixes #75354 |
|
|
64 | iwconfig now sets enc keys through an eval statement - fixes #76601 |
|
|
65 | updated wireless.example for whitespace in keys |
|
|
66 | iwconfig now accepts mode "auto" and defaults to it |
|
|
67 | |
|
|
68 | 19 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
69 | |
|
|
70 | iwconfig now sets ESSIDVAR for master/ad-hoc modes - fixes #74802 |
|
|
71 | |
|
|
72 | 18 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
73 | |
|
|
74 | macchanger now localalises ${opts} - fixes #74809 |
|
|
75 | |
|
|
76 | 17 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
77 | |
|
|
78 | wpa_supplicant now brings the interface up before launching - fixes #74637 |
3 | |
79 | |
4 | 16 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
80 | 16 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
5 | |
81 | |
6 | wpa_supplicant - fixed file location for wpa_cli and association test |
82 | wpa_supplicant - fixed file location for wpa_cli and association test |
7 | as it they changed in wpa_supplicant-0.3.x |
83 | as it they changed in wpa_supplicant-0.3.x |