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