summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-02-15 08:52:14 +0900
committerkali <kali@leap.se>2013-02-15 08:52:14 +0900
commit9d44793fc12d0f969e4668687886a15c2405d772 (patch)
tree2d5299332a2e952cfde2e8064cddb1c5b5c60ad9
parentf6f10657723fcf7f6a754ca9e6b1bbff17308d90 (diff)
updated NEWS
-rw-r--r--NEWS.rst31
1 files changed, 20 insertions, 11 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 45f1012f..adf79623 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,11 +2,20 @@
User-facing changes in Leap Client
==================================
-Release 0.2.0 (2013-1-XX)
---------------------------
+Release 0.2.0 "The Eternal Friday Release" (2013-2-15)
+------------------------------------------------------
-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.
+This release is the first functionally working version released for the
+LEAP Client.
+
+It can be installed from pypi, or using the official leap repository at
+``deb.leap.se``. Packages are built for:
+
+* debian: wheezy and sid
+* ubuntu: precise, quantal and raring
+
+On first use, the first connection wizard guides user through steps needed
+to stablish a Encrypted Internet Proxy (EIP) connection with the chosen provider.
Python Support
''''''''''''''
@@ -28,34 +37,34 @@ See the ``README.rst`` for a step-to-step install guide.
The following libraries are needed:
- PyQt4
-- libgnutls
+- openssl
- openvpn
for building the package dependencies, you will need also:
- python-setuptools
- python-dev
-- libgnutls-dev
-Leap-Client depends on the following python packages:
+LEAP-Client depends also on the following python packages:
-- pyopenssl
- requests
- psutil
- netifaces
+- pyopenssl
- jsonschema
- srp
- pycrypto
- keyring
-
-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
+- python-dateutil
+- sh
+- pyxdg
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``