Added --we. Ignore AlreadyAsleepOrAwake error (-o).
[cnetworkmanager.git] / NEWS
blob224ef4a2195ba44fce65182a40db443bf455f161
1 0.20, Wed 2009-07-29
2 Major rewrite:
3 Created a library wrapping the NM DBus API.
4 Created a generic library wrapping python-dbus.
5   (both libraries are still quite messy)
6 Dropped support for NM 0.6.
7   (the last trace is in the 'breakup' branch)
8 Connection setting:
9   --activate-connection for system settings or another applet
10   --connect for exporting a transient connection
11   knetworkmanager (KDE3) config reading dropped
12 Added a (basic) testsuite.
13 Switched to distutils.
15 0.8.4, Sat 2009-03-21
16 New: When connecting (-C), monitor the NM connection state.
17 Fix: RPM packaging: consistent PREFIX (bnc#485413), owning pkgdatadir.
18 Fix: KeyError with --wep-hex. (James Hogan)
19 Fix: knetworkmanagerrc: Don't let ConnectionSettings override ConnectionSecrets.
20 Updated pbkdf2.py to the newest upstream version (license
21 clarified). (Alexander Block)
23 0.8.3, Thu 2009-03-05
24 Fix: secrets leak via o.fd.NMS.Connection.Secrets (CVE-2009-0365)
25 Fix: secrets leak via o.fd.NMS.Connection.GetSettings (bnc#479566#c3)
27 0.8.2, Mon 2009-03-02
28 New: --wpa-pass
29 Fix: connecting to unsecured WEP
30 Fix: do not crash when inspecting wired, 802-1x, NM 0.7.0 API
32 0.8, Fri 2008-11-14
33 New: --wep-pass
34 New: if there is another applet, report its pid
35 Fix: do not rely on DBus config from GUI applets
37 0.7, Sat 2008-07-12
38 New: can connect and show settings with NM 0.6
39 New: keys can be specified as CLI options, knetwormanagerrc not needed
40 New: -C foo is enough to connect to an unencrypted network
41 Fix: -o1 works for NM 0.6
43 0.6, Thu 2008-06-19
44 New: first steps to make it work on OLPC
46 0.5, Wed 2008-06-18
47 New: works much better with NM 0.6, except -C, -u, -s.
48 Fix: flag values are sorted now
49 Fix: suggest also .debs if python modules are missing.
51 0.4, Mon 2008-06-09
52 New: changed license to GPLv2 or later, to match other parts of NM
53 New: distinguish WEP, WPA, WPA2 for -n.
54 New: -o, -w control online and WiFi status.
55 New: basic device info for NM 0.6
56 Fix: recognize Notification Messages in knetwormanagerrc.
57 Fix: -u: better error message when applet not running.
58 Fix: standardized option parsing, both -Cfoo and -C foo work.