summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 47393f25fd346191597c343394a7f180b2e2bbdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
ver 0.28:
	Fix another reference counting imbalance when adding networks.
	Revert supplicant change to always reset scanning after results.

ver 0.27:
	Fix missing disarming of the connection timeout.
	Fix handling of multiple supplicant disconnect attempts.
	Fix simultaneous connects from different technologies limitation.

ver 0.26:
	Fix broken handling of auto-connect logic.
	Fix handling of out-of-range access points.
	Fix support for connecting to hidden networks.
	Fix reference counting for networks with same SSID.
	Fix issue with WiFi interfaces not getting switched off.
	Fix problems with delayed service list updates.
	Fix disconnect/abort of connection attempts.

ver 0.25:
	Fix showing of WiFi networks with less than 25% signal strength.
	Fix potential segmentation fault with network passphrases.

ver 0.24:
	Fix handling of initial device powered state.
	Fix missing Powered property changed signals.
	Fix canceling of a network connection attempt.
	Fix stalled configuration issue with supplicant.
	Fix detection of association errors from supplicant.
	Fix issue with wrong scanning state information.
	Fix hidden SSID detection routines.
	Fix visible Ethernet services even without carrier.
	Add global method call to request scanning.
	Add support for global technologies list.
	Add support for delaying service list updates.
	Update the overall D-Bus API documentation.

ver 0.23:
	Fix dhclient probe/remove race condition.
	Fix handling of disconnected services during auto-connect.
	Add support for proper group name of hidden networks.
	Add support for storing SSID details of hidden networks.

ver 0.22:
	Fix wrong auto-connect procedure after user connection.
	Fix invalid update of already connected network.
	Fix idle state handling after disconnecting device.
	Fix disconnect race condition in WiFi supplicant.
	Fix WiFi signal strength reporting.

ver 0.21:
	Add udev based network device detection.
	Add support for global auto-connect feature.
	Add support for basic service drag and drop.
	Fix missing passphrase cleanup on service removal.
	Fix potential duplicate network creation.
	Fix handling of WEP shared keys.

ver 0.20:
	Add plugin for Intel WiMAX SDK support.
	Add special handling for default vendor SSIDs.
	Add support for default gateway in different network.
	Add support for automatic switching of default gateway.
	Add support for asynchronous handling of Powered property.
	Add support for connecting/disconnecting Ethernet services.
	Add support for more detailed error states of services.
	Add support for clearing error state via ClearProperty.
	Fix error code for invalid or unknown properties.
	Fix various timeout handling issues.
	Remove Policy and Priority device and network properties.

ver 0.19:
	Add hidden networks to the service list.
	Add support for storing the service name.
	Fix service list sorting for connected services.
	Fix missing cancel command when operation times out.
	Fix various issues with service favorite handling.
	Remove Available and Remember network properties.

ver 0.18:
	Add support for asynchronous service connect method.
	Fix broken storage of service favorite details.

ver 0.17:
	Add AT chat library implementation.
	Fix service lookup for WiFi and WiMAX devices.
	Fix service state signal emission and error handling.
	Fix storing and loading of configured passphrases for services.

ver 0.16:
	Update Intel OSPM support to latest specification.
	Add initial support for new service interface.
	Add support for builtin plugins.
	Add extra warning if no nameserver is defined.
	Add error reporting for state and storage directory creation.
	Add error message for network and device storing failures
	Fix stale entry in gateway list after connection changes.
	Fix handling of DHCP results with no nameserver.
	Fix infinite loop for service lookup.
	Fix various format string warnings.

ver 0.15:
	Detect VMware network interface and ignore them.
	Fix setting of scan_ssid for hidden networks.
	Fix empty network name property.

ver 0.14:
	Add support for detecting DHCP failures.
	Add support for joining hidden WiFi networks.
	Add support for device and network address property.
	Add support for default /etc/resolv.conf generation.
	Fix issue with wrong address setting for loopback.
	Fix detection of WiFi access point changes.
	Fix crash with blob properties.

ver 0.13:
	Add support for notification infrastructure.
	Add fully dynamic property storage capabilities.
	Fix broken loading of last network on bootup.
	Fix crash when unplugging WiFi devices.
	Rename OSPM plugin to Intel OSPM plugin.
	Rename WiMAX plugin to Intel WiMAX SDK plugin.

ver 0.12:
	Fix connection state change handling.
	Fix network list enumeration.
	Fix broken driver matching for devices.
	Fix issue with network identifier lookup.

ver 0.11:
	Add plugin priority handling.
	Add network type for WiMAX.
	Fix network protocol selection for Bluetooth PAN.
	Fix parameters for Bluetooth PAN disconnect method.

ver 0.10:
	Fix races with connection signals.
	Fix automatic switching of default connection.

ver 0.9:
	Rename FlightMode to OfflineMode.
	Add static IPv4 setting support for Ethernet devices.
	Add extra options to exclude devices and plugins.
	Add support for toggling debug output.
	Add support for ScanInterval property.
	Fix handling of disconnect commands from applications.
	Fix detection of networks that are out of range.
	Fix setting network remember status.
	Fix argument type checking of properties.

ver 0.8:
	Add Device and Network property to connection interface.
	Add option to disable installation of data files.
	Add command line option to show version number.
	Fix signal emission for network changes.

ver 0.7:
	Add basic support for flight mode.
	Add support for multiple storage drivers.
	Add support for RTNL newlink watch API.
	Add support for different security privileges.
	Add support for device and network priorities.
	Add functions for setting network properties.
	Fix issue with listing devices without a driver.
	Fix issue with WiFi scanning indication.
	Fix detection of WiFi security changes.
	Update WiFi driver to use new network helpers.
	Install different D-Bus configuration for PolicyKit.

ver 0.6:
	Add CONNMAN_API_SUBJECT_TO_CHANGE definition.
	Add detailed configuration options.
	Add various D-Bus helper functions.
	Add generic device driver infrastructure.
	Add generic network driver infrastructure.
	Add property for WiFi network mode.
	Add property for network interface name.
	Add property for global connection policy.
	Add support for verbose compiler warnings.
	Add support for device detection via udev.
	Add support for systems with udhcpc.
	Add support for Bluetooth PAN networks.
	Fix WiFi issue with DHCP restart after handshake.
	Fix exported symbols list creation.
	Remove deprecated and unused plugins.

ver 0.5:
	Add support for handling Bluetooth adapters.
	Add support for activating wpa_supplicant on demand.
	Add Device property to network objects.
	Add Scanning property to device objects.
	Fix Name property of device objects.
	Fix WiFi SSID to object path conversion.
	Fix duplicate wireless scan results.
	Fix built issue with libudev and uClibc.
	Fix issues with element registration failures.

ver 0.4:
	Add DNS proxy resolver plugin.
	Add support for default connections.
	Add support for gateway change notifications.
	Add signal strength property for connections.
	Add property for connection type.
	Fix issue with carrier detection.
	Fix broken resolvconf plugin.

ver 0.3:
	Add support for automatically connecting known networks.
	Add improved framework for handling resolver details.
	Add generic signal strength property.
	Fix bridge and WiMAX device detection.
	Fix network listing for Ethernet devices.

ver 0.2:
	Add support for indicating network changes.
	Add support for signal strength property.
	Add support for unique device names.
	Fix broken device enumeration.
	Fix issue with device removal callback.
	Fix issue with wpa_supplicant disconnecting.
	Fix D-Bus access policy configuration.

ver 0.1:
	Initial public release.