Fixed the --wep-* and --wpa-* options (Gentoo#281099).
[cnetworkmanager.git] / NEWS
blob584afb5a32c500aed0021aeb37b4f1f79edab781
1 0.21, Mon 2009-08-10
2 User visible:
4 Added screenshots.html.
5 Output in a tabular form (like Tambet's nmcli); --terse/-t to disable.
6 Added --wireless-enabled/--we.
7 Added --con-info.
9 For unimplemented device types, return "unknown", crash not (Kevin Fenzi).
10 Ignore AlreadyAsleepOrAwake error (-o).
11 Flags with zero value now output its name (NONE) instead of nothing.
13 Ongoing library cleanup:
15 Introduced Adaptor classes: MethodAdaptor, PropertyAdaptor, SignalAdaptor.
16 Adding docstrings.
17 Always use byte_arrays=True in DBusMio.
19 Build fix: Removed noarch since Python has an arch dependent libdir (on
20 openSUSE)
22 0.20, Wed 2009-07-29
23 Major rewrite:
24 Created a library wrapping the NM DBus API.
25 Created a generic library wrapping python-dbus.
26   (both libraries are still quite messy)
27 Dropped support for NM 0.6.
28   (the last trace is in the 'breakup' branch)
29 Connection setting:
30   --activate-connection for system settings or another applet
31   --connect for exporting a transient connection
32   knetworkmanager (KDE3) config reading dropped
33 Added a (basic) testsuite.
34 Switched to distutils.
36 0.8.4, Sat 2009-03-21
37 New: When connecting (-C), monitor the NM connection state.
38 Fix: RPM packaging: consistent PREFIX (bnc#485413), owning pkgdatadir.
39 Fix: KeyError with --wep-hex. (James Hogan)
40 Fix: knetworkmanagerrc: Don't let ConnectionSettings override ConnectionSecrets.
41 Updated pbkdf2.py to the newest upstream version (license
42 clarified). (Alexander Block)
44 0.8.3, Thu 2009-03-05
45 Fix: secrets leak via o.fd.NMS.Connection.Secrets (CVE-2009-0365)
46 Fix: secrets leak via o.fd.NMS.Connection.GetSettings (bnc#479566#c3)
48 0.8.2, Mon 2009-03-02
49 New: --wpa-pass
50 Fix: connecting to unsecured WEP
51 Fix: do not crash when inspecting wired, 802-1x, NM 0.7.0 API
53 0.8, Fri 2008-11-14
54 New: --wep-pass
55 New: if there is another applet, report its pid
56 Fix: do not rely on DBus config from GUI applets
58 0.7, Sat 2008-07-12
59 New: can connect and show settings with NM 0.6
60 New: keys can be specified as CLI options, knetwormanagerrc not needed
61 New: -C foo is enough to connect to an unencrypted network
62 Fix: -o1 works for NM 0.6
64 0.6, Thu 2008-06-19
65 New: first steps to make it work on OLPC
67 0.5, Wed 2008-06-18
68 New: works much better with NM 0.6, except -C, -u, -s.
69 Fix: flag values are sorted now
70 Fix: suggest also .debs if python modules are missing.
72 0.4, Mon 2008-06-09
73 New: changed license to GPLv2 or later, to match other parts of NM
74 New: distinguish WEP, WPA, WPA2 for -n.
75 New: -o, -w control online and WiFi status.
76 New: basic device info for NM 0.6
77 Fix: recognize Notification Messages in knetwormanagerrc.
78 Fix: -u: better error message when applet not running.
79 Fix: standardized option parsing, both -Cfoo and -C foo work.