summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-07-02 22:29:32 +0900
committerKali Kaneko <kali@leap.se>2013-07-02 22:29:32 +0900
commit1d30e2580592ef905d9b21c475459da1e40b1cd6 (patch)
tree6ec48c6b5234da55ecc91ad3c6235fb20b61315c /NEWS.rst
parent81dc8ebe9ef46c0fafa75cba5c4959bb822da686 (diff)
parent5b975799ce9b7a6e0a88be4bcb48bdfb90800bb3 (diff)
Merge branch 'master' of ssh://leap.se/leap_client
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 45f1012f..00350cbb 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,10 +2,10 @@
User-facing changes in Leap Client
==================================
-Release 0.2.0 (2013-1-XX)
+Release 0.2.0 (2012-10-XX)
--------------------------
-This release is a functionally working version in Debian Wheezy and Ubuntu 12.04.
+This release is a functionally working version in Debian Squeeze and Ubuntu 12.04.
It is able to connect to a preconfigured leap provider and autoconfigures a EIP connection.
Python Support
@@ -14,6 +14,7 @@ This release supports Python2.6 and Python2.7
New Features
''''''''''''
+- Branded build: the final package includes branding info needed to connect to a default provider.
- 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
@@ -39,14 +40,15 @@ for building the package dependencies, you will need also:
Leap-Client depends on the following python packages:
-- pyopenssl
- requests
+- ping
- psutil
- netifaces
- jsonschema
- srp
- pycrypto
- keyring
+- python-gnutls==1.1.9
We are freezing the python-gnutls library dependency for this release due to a bug in ubuntu, see:
https://bugs.launchpad.net/ubuntu/+source/python-gnutls/+bug/1027129