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