Skip to content

Commit 35ebb4b

Browse files
committed
changelog, resource.h for oct release
1 parent da53fd0 commit 35ebb4b

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

apps/cmstapp/code/control_box/controlbox.cpp

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -945,14 +945,8 @@ void ControlBox::dbsServicesChanged(QList<QVariant> vlist, QList<QDBusObjectPath
945945

946946
// clear the counters (if selected) and update the widgets
947947
clearCounters();
948-
// Next line a bit of a hack, but I can find no evidence that service provider properties are changed via signals once a connection is
949-
// made. This includes both the manager.servicesChanged() and services.propertyChanged() signals. Connecting a VPN seems to be a
950-
// black hole of signals (well except for vpn connection interface - but we're not using that).
951-
// This will force a service rescan which picks up some of these properties.
952-
if (services_list.count() > 0) {
953-
if (services_list.at(0).objmap.value("Type") == "vpn") managerRescan(CMST::Manager_Services);
954-
}
955948

949+
// update the widgets
956950
updateDisplayWidgets();
957951

958952
return;
@@ -966,7 +960,7 @@ void ControlBox::dbsPeersChanged(QList<QVariant> vlist, QList<QDBusObjectPath> r
966960
// Set the update flag
967961
bool b_needupdate = false;
968962

969-
// Process changed peers. Demarshall the raw QDBusMessage instead of vlist as it is easier.
963+
// Process changed peers. Demarshal the raw QDBusMessage instead of vlist as it is easier.
970964
if (! vlist.isEmpty() ) {
971965
QList<arrayElement> revised_list;
972966
if (! getArray(revised_list, msg)) return;

apps/resource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ DEALINGS IN THE SOFTWARE.
3535
///////////////////////////////// Program Values ///////////////////////
3636
//
3737
// Program Info (may be visible, but don't mark for tranalation)
38-
#define VERSION "2016.09.18-1"
38+
#define VERSION "2016.10.02-1"
3939

40-
#define RELEASE_DATE "3 April 2016"
40+
#define RELEASE_DATE "2 October 2016"
4141
#define COPYRIGHT_DATE "2013-2016"
4242

4343
// Program Values:

text/changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<b><center>Connman System Tray (CMST)</center></b>
22
<b><center>Change Log</center></b>
3-
<b> In Progress</b>
3+
<b> 2016.10.02</b>
44
<ul>
5-
<li>New commandline option to disable VPN support (issue #144).</li>
5+
<li>New commandline option -n (--disable-vpn) to disable VPN support (issue #144).</li>
66
<li>Fixed showing error dialog when connect is selected from the tray icon (issue #143).</li>
77
<li>Provisioning editor and properties editor nameserver and timeserver fields will now accept domain names in addition to IPv4 and IPv6 addresses (issue #146).</li>
88
<li>Added wifi rescan button to Wifi tab (issue #151).</li>

0 commit comments

Comments
 (0)