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