diff options
Diffstat (limited to 'NEWS.rst')
-rw-r--r-- | NEWS.rst | 31 |
1 files changed, 20 insertions, 11 deletions
@@ -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`` |