summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-01-31 09:26:53 +0900
committerkali <kali@leap.se>2013-01-31 09:26:53 +0900
commitd88525383c8f7fec6a7587c624174f2f33f8461a (patch)
treea3c53b02a37c90b7045d22d32517a73047166a00
parent16eb335f34628455ff273f650c48b1e1a73bde20 (diff)
checkout NEWS.rst
-rw-r--r--CHANGES.txt1
-rw-r--r--NEWS.rst63
2 files changed, 63 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
deleted file mode 100644
index e92537c0..00000000
--- a/CHANGES.txt
+++ /dev/null
@@ -1 +0,0 @@
--- 0.1.0 initial release
diff --git a/NEWS.rst b/NEWS.rst
new file mode 100644
index 00000000..ed0783c9
--- /dev/null
+++ b/NEWS.rst
@@ -0,0 +1,63 @@
+==================================
+User-facing changes in LEAP Client
+==================================
+
+Release 0.2.0 (2013-1-XX)
+--------------------------
+
+This release is a functionally working version in Debian Wheezy and Ubuntu 12.04.
+It is able to connect to a preconfigured LEAP provider and autoconfigures a EIP connection.
+
+Python Support
+''''''''''''''
+This release supports Python2.6 and Python2.7
+
+New Features
+''''''''''''
+- First run wizard: allows to register an user with the selected provider. It also downloads all
+ the config files needed to connect to the eip service on this provider.
+- Network checks: we do some basic network testing and warn user in case we cannot find a
+ suitable network interface, or if the virtual interface dissapears after a successful eip connection.
+- Debug mode and logfiles: the leap-client script allows to be invoked with the --debug flag.
+ It also accepts a --logfile option that is useful for documenting bug reports.
+
+Dependencies
+''''''''''''
+See the ``README.rst`` for a step-to-step install guide.
+
+The following libraries are needed:
+
+- PyQt4
+- OpenSSL
+- openvpn
+
+for building the package dependencies, you will need also:
+
+- python-setuptools
+- python-dev
+
+leap-client depends on the following python packages:
+
+- pyopenssl
+- requests
+- psutil
+- netifaces
+- jsonschema
+- srp
+- pycrypto
+- keyring
+
+
+Configuration files
+'''''''''''''''''''
+
+Config files are created under ``~/.config/leap``
+Currently user should be able to completely remove this folder and have it auto-generated in the first run.
+
+- Current eip service config is stored in ``eip.json``
+- Under ``.config/leap/providers``, there is a per-provider folder that contains:
+ - ``provider.json``, with all options for connecting to this provider.
+ - ``eip-service.json``, with eip-specific configuration options,
+ - ``keys/ca``, for a copy of the ca certificates used in the tls connections to provider.
+ - ``keys/client``, for a local copy of leap user certificates used in the eip connection.
+- ``leap.conf`` for general application configurations (gui windows geometry, ...).