Skip to content

Commit aa92345

Browse files
committed
update remote for text and date changes
1 parent 6a57d7c commit aa92345

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

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.01.25-1"
38+
#define VERSION "2016.01.26-1"
3939

40-
#define RELEASE_DATE "3 December 2015"
40+
#define RELEASE_DATE "26 January 2016"
4141
#define COPYRIGHT_DATE "2013-2016"
4242

4343
// Program Values:

misc/manpage/cmst.1

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH CMST 1 "3 October 2015" "Version: 2015.10.03"
1+
.TH CMST 1 "26 January 2016" "Version: 2016.01.26"
22
.SH NAME
33
CMST - Connman System Tray
44
.SH SYNOPSIS
@@ -85,6 +85,9 @@ in the combo box at the top.
8585
.I Wireless Tab
8686
The Wireless tab will display information, connect, disconnect, and edit certain properties of wireless services.
8787
.TP
88+
.I VPN Tab
89+
The VNP tab will display information, connect and disconnect already provisioned VPN services.
90+
.TP
8891
.I Counters Tab
8992
The Counters tab will display information about the Connect time, the Transmit (TX) and Receiving (RX) counters for the service
9093
currently in the "online" state. The counters are set to fairly course intervals to minimize system usage. Currently these
@@ -114,13 +117,24 @@ box on the
114117
tab. The button to open the editor will appear in the lower left corner of the dialog. With this editor you may create, open, edit,
115118
delete and save config files to /var/lib/connman. The menu at the top may be used to enter some information automatically, and many
116119
of the input fields are validated as you enter text into them. There are also predefined template files that may be used to seed the
117-
editing area. All of this can be bypassed if you wish and you may cut and paste or type into the editor directly.
120+
editing area. All of this can be bypassed if you wish and you may cut and paste or type into the editor directly.
121+
.TP
122+
\fBCreating and Editing VPN Connections\fP
123+
As of 2016.01.26 CMST has a VPN provisioning editor built in, but it is considered an advanced control and by default it is hidden. To enable the control check the
124+
.B Advanced Controls
125+
box on the
126+
.I Provisioning
127+
tab. The button to open the editor will appear in the lower left corner of the dialog. With this editor you may create, open, edit,
128+
delete and save config files to /var/lib/connman-vpn. The menu at the top may be used to enter some information automatically, and many
129+
of the input fields are validated as you enter text into them. The first item under each menu heading (Provider xxx) will start a junior
130+
wizard to walk you through entering all the mandatory information for each connection type. For OpenVPN the second menu item (Import Configuration)
131+
will import an OpenVPN .opvn file. The import will extract and save keys and certificates and will place the proper provisioning entries
132+
into the editor window.
118133
.SH BUGS
119134
For the tray icon to display is it required that the system tray be compliant with the Freedesktop.org systemtray specification.
120135

121136
The tray icon is known to not work in the DWM system tray which appears to be a noncompliant tray.
122-
123-
Tray icons will display with a black background, this is particularly noticeable when you have a light colored tray. This is a QT5 bug.
137+
124138
.SH Author
125139
Andrew J. Bibb. Project web page: https://github.com/andrew-bibb/cmst
126140

text/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<b><center>Connman System Tray (CMST)</center></b>
22
<b><center>Change Log</center></b>
3-
<b>In Progress</b>
3+
<b>2016.01.26</b>
44
<ul>
55
<li>Added a VPN tab to the main controlbox.</li>
66
<li>Can connect and disconnect already provisioned VPN services from controlbox.</li>

0 commit comments

Comments
 (0)