Classes to make adaptors more readable.
[cnetworkmanager.git] / cnetworkmanager.changes
blob9c5fb35fcb58a5145d8a9ea8e342f918b8ab1db3
1 -------------------------------------------------------------------
2 Wed Jul 29 17:40:00 CEST 2009 - mvidner@suse.cz
4 - v0.20
5 - Major rewrite:
6 - Created a library wrapping the NM DBus API.
7 - Created a generic library wrapping python-dbus.
8     (both libraries are still quite messy)
9 - Dropped support for NM 0.6.
10     (the last trace is in the 'breakup' branch)
11 - Connection setting:
12     --activate-connection for system settings or another applet
13     --connect for exporting a transient connection
14     knetworkmanager (KDE3) config reading dropped
15 - Added a (basic) testsuite.
16 - Switched to distutils.
18 -------------------------------------------------------------------
19 Sat Mar 21 07:18:00 CET 2009 - mvidner@suse.cz
21 - v0.8.4
22 - New: When connecting (-C), monitor the NM connection state.
23 - Fix: RPM packaging: consistent PREFIX (bnc#485413), owning pkgdatadir.
24 - Fix: KeyError with --wep-hex. (James Hogan)
25 - Fix: knetworkmanagerrc: Don't let ConnectionSettings
26   override ConnectionSecrets.
27 - Updated pbkdf2.py to the newest upstream version (license
28   clarified). (Alexander Block)
30 -------------------------------------------------------------------
31 Fri Mar 06 17:41:09 CET 2009 - mvidner@suse.cz
33 - Packaging fix: claim ownership of pkgdatadir
35 -------------------------------------------------------------------
36 Thu Mar 05 13:33:31 CET 2009 - mvidner@suse.cz
38 - v0.8.3
39 - Fix: secrets leak via o.fd.NMS.Connection.Secrets (bnc#479566, CVE-2009-0365)
40 - Fix: secrets leak via o.fd.NMS.Connection.GetSettings (bnc#479566#c3)
42 -------------------------------------------------------------------
43 Mon Mar 02 13:33:33 CET 2009 - mvidner@suse.cz
45 - v0.8.2
46 - New: --wpa-pass
47 - Fix: connecting to unsecured WEP
48 - Fix: do not crash when inspecting wired, 802-1x, NM 0.7.0 API
50 -------------------------------------------------------------------
51 Sat Nov 22 20:27:25 CET 2008 - coolo@suse.de
53 - buildrequire dbus-1 to fix file list check
55 -------------------------------------------------------------------
56 Tue Nov 18 18:08:14 CET 2008 - mvidner@suse.cz
58 - v0.8
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 -------------------------------------------------------------------
64 Fri Nov 07 14:45:00 CET 2008 - mvidner@suse.cz
66 - initial packaging