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