doc: Migrating from cnetworkmanager to nmcli
[cnetworkmanager.git] / cnetworkmanager.changes
bloba718108c60996d68a15fcf778d2870bb28e0c523
1 -------------------------------------------------------------------
2 Tue Aug 18 15:40:06 CEST 2009 - mvidner@suse.cz
4 - Fixed the --wep-* and --wpa-* options (Gentoo#281099).
5 - Fixed --activate-connection failing with Invalid settings service name.
7 -------------------------------------------------------------------
8 Wed Aug 12 15:20:09 CEST 2009 - mvidner@suse.cz
10 - Reintroduced noarch, if allowed by the base python packaging.
11 - BuildRequire python-devel to fix build, for openSUSE 11.0.
13 -------------------------------------------------------------------
14 Mon Aug 10 22:00:00 CEST 2009 - mvidner@suse.cz
16 - v0.21
17 - User visible changes:
18  * Added screenshots.html.
19  * Output in a tabular form (like Tambet's nmcli); --terse/-t to disable.
20  * Added --wireless-enabled/--we.
21  * Added --con-info.
23  * For unimplemented device types, return "unknown", crash not (Kevin Fenzi).
24  * Ignore AlreadyAsleepOrAwake error (-o).
25  * Flags with zero value now output its name (NONE) instead of nothing.
27 -------------------------------------------------------------------
28 Fri Jul 31 13:58:14 CEST 2009 - mvidner@suse.cz
30 - Removed noarch since Python has an arch dependent libdir.
32 -------------------------------------------------------------------
33 Wed Jul 29 17:40:00 CEST 2009 - mvidner@suse.cz
35 - v0.20
36 - Major rewrite:
37 - Created a library wrapping the NM DBus API.
38 - Created a generic library wrapping python-dbus.
39     (both libraries are still quite messy)
40 - Dropped support for NM 0.6.
41     (the last trace is in the 'breakup' branch)
42 - Connection setting:
43     --activate-connection for system settings or another applet
44     --connect for exporting a transient connection
45     knetworkmanager (KDE3) config reading dropped
46 - Added a (basic) testsuite.
47 - Switched to distutils.
49 -------------------------------------------------------------------
50 Sat Mar 21 07:18:00 CET 2009 - mvidner@suse.cz
52 - v0.8.4
53 - New: When connecting (-C), monitor the NM connection state.
54 - Fix: RPM packaging: consistent PREFIX (bnc#485413), owning pkgdatadir.
55 - Fix: KeyError with --wep-hex. (James Hogan)
56 - Fix: knetworkmanagerrc: Don't let ConnectionSettings
57   override ConnectionSecrets.
58 - Updated pbkdf2.py to the newest upstream version (license
59   clarified). (Alexander Block)
61 -------------------------------------------------------------------
62 Fri Mar 06 17:41:09 CET 2009 - mvidner@suse.cz
64 - Packaging fix: claim ownership of pkgdatadir
66 -------------------------------------------------------------------
67 Thu Mar 05 13:33:31 CET 2009 - mvidner@suse.cz
69 - v0.8.3
70 - Fix: secrets leak via o.fd.NMS.Connection.Secrets (bnc#479566, CVE-2009-0365)
71 - Fix: secrets leak via o.fd.NMS.Connection.GetSettings (bnc#479566#c3)
73 -------------------------------------------------------------------
74 Mon Mar 02 13:33:33 CET 2009 - mvidner@suse.cz
76 - v0.8.2
77 - New: --wpa-pass
78 - Fix: connecting to unsecured WEP
79 - Fix: do not crash when inspecting wired, 802-1x, NM 0.7.0 API
81 -------------------------------------------------------------------
82 Sat Nov 22 20:27:25 CET 2008 - coolo@suse.de
84 - buildrequire dbus-1 to fix file list check
86 -------------------------------------------------------------------
87 Tue Nov 18 18:08:14 CET 2008 - mvidner@suse.cz
89 - v0.8
90 - New: --wep-pass
91 - New: if there is another applet, report its pid
92 - Fix: do not rely on DBus config from GUI applets
94 -------------------------------------------------------------------
95 Fri Nov 07 14:45:00 CET 2008 - mvidner@suse.cz
97 - initial packaging