diff --git a/apps/resource.h b/apps/resource.h index f294721c..b20f1702 100755 --- a/apps/resource.h +++ b/apps/resource.h @@ -35,9 +35,9 @@ DEALINGS IN THE SOFTWARE. ///////////////////////////////// Program Values /////////////////////// // // Program Info (may be visible, but don't mark for tranalation) -#define VERSION "2016.01.25-1" +#define VERSION "2016.01.26-1" -#define RELEASE_DATE "3 December 2015" +#define RELEASE_DATE "26 January 2016" #define COPYRIGHT_DATE "2013-2016" // Program Values: diff --git a/misc/manpage/cmst.1 b/misc/manpage/cmst.1 index 6a1424e8..7131eb62 100644 --- a/misc/manpage/cmst.1 +++ b/misc/manpage/cmst.1 @@ -1,4 +1,4 @@ -.TH CMST 1 "3 October 2015" "Version: 2015.10.03" +.TH CMST 1 "26 January 2016" "Version: 2016.01.26" .SH NAME CMST - Connman System Tray .SH SYNOPSIS @@ -85,6 +85,9 @@ in the combo box at the top. .I Wireless Tab The Wireless tab will display information, connect, disconnect, and edit certain properties of wireless services. .TP +.I VPN Tab +The VNP tab will display information, connect and disconnect already provisioned VPN services. +.TP .I Counters Tab The Counters tab will display information about the Connect time, the Transmit (TX) and Receiving (RX) counters for the service 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 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, delete and save config files to /var/lib/connman. The menu at the top may be used to enter some information automatically, and many 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 -editing area. All of this can be bypassed if you wish and you may cut and paste or type into the editor directly. +editing area. All of this can be bypassed if you wish and you may cut and paste or type into the editor directly. +.TP +\fBCreating and Editing VPN Connections\fP +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 +.B Advanced Controls +box on the +.I Provisioning +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, +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 +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 +wizard to walk you through entering all the mandatory information for each connection type. For OpenVPN the second menu item (Import Configuration) +will import an OpenVPN .opvn file. The import will extract and save keys and certificates and will place the proper provisioning entries +into the editor window. .SH BUGS For the tray icon to display is it required that the system tray be compliant with the Freedesktop.org systemtray specification. The tray icon is known to not work in the DWM system tray which appears to be a noncompliant tray. - -Tray icons will display with a black background, this is particularly noticeable when you have a light colored tray. This is a QT5 bug. + .SH Author Andrew J. Bibb. Project web page: https://github.com/andrew-bibb/cmst diff --git a/text/changelog.txt b/text/changelog.txt index 9c75b45e..0d471aaa 100644 --- a/text/changelog.txt +++ b/text/changelog.txt @@ -1,6 +1,6 @@