From 8fa458d77fc9ebffed697452caa8b26c5010dd11 Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 27 Jun 2014 12:16:57 -0700 Subject: added release 0.5.2 notice --- pages/about-us/news/2014/release-oh-five-two.md | 64 ++++++++++++++++++++++++ public/img/pages/road.jpg | Bin 0 -> 31218 bytes public/img/pages/sand-bucket.jpg | Bin 8325 -> 8659 bytes public/img/pages/sources/road.jpg | Bin 0 -> 169925 bytes public/img/pages/sources/toolbox.jpg | Bin 0 -> 227520 bytes public/img/pages/toolbox.jpg | Bin 0 -> 14840 bytes 6 files changed, 64 insertions(+) create mode 100644 pages/about-us/news/2014/release-oh-five-two.md create mode 100644 public/img/pages/road.jpg create mode 100644 public/img/pages/sources/road.jpg create mode 100644 public/img/pages/sources/toolbox.jpg create mode 100644 public/img/pages/toolbox.jpg diff --git a/pages/about-us/news/2014/release-oh-five-two.md b/pages/about-us/news/2014/release-oh-five-two.md new file mode 100644 index 0000000..7bb8f6b --- /dev/null +++ b/pages/about-us/news/2014/release-oh-five-two.md @@ -0,0 +1,64 @@ +@title = 'Release 0.5.2' +@author = 'Micah' +@posted_at = '2014-06-22' +@more = true +@preview = '

Along with ongoing bug fixes and stability enhancements, the 0.5.2 release of the bitmask client focused on improving VPN security features added in the prior release. In Android development, we are laying the groundwork for better coordination with ics-openvpn which will improve stability and user experience. We plan to launch our beta VPN service in the coming weeks. All of our code that is released is now signed by the LEAP code signing key (key ID 0x1E34A1828E207901, Fingerprint 1E45 3B2C E87B EE2F 7DFE 9966 1E34 A182 8E20 7901).

'.html_safe + +Overview +--------------- + +Along with ongoing bug fixes and stability enhancements, the 0.5.2 release of the bitmask client focused on improving VPN security features added in the prior release. In Android development, we are laying the groundwork for better coordination with ics-openvpn which will improve stability and user experience. We plan to launch our beta VPN service in the coming weeks. Stay tuned! + +In addition to the 0.5.2 releases detailed below, we have now all of our code that is released is signed by the LEAP code signing key (key ID 0x1E34A1828E207901, Fingerprint 1E45 3B2C E87B EE2F 7DFE 9966 1E34 A182 8E20 7901). + +Client +--------------- + +An overall improvement in user experience for the fail close security feature was the main focus. We improved the firewall handling on Linux for failing close when the VPN doesn't work as expected. + +Changelogs: + +* leap.bitmask 0.5.2 - https://github.com/leapcode/bitmask_client/blob/develop/CHANGELOG.rst +* leap.common 0.3.8 - https://github.com/leapcode/leap_pycommon/blob/develop/CHANGELOG + +Platform +--------------- + +This release of the platform has a few minor bug fixes, and a few new features. + +It is now possible to run the webapp and mx on the same host; it is now possible to change the sshd port for nodes; static sites now support rack applications and custom apache configurations and /provider.json can now be served from the static site; the templatewlv function was added enabling passing local variables to templates. + +Various minor code cleanups happened, removing redundant or unused classes and variables, consolidating duplicated pieces and fixing the non-functioning inclusion of the sshd class. Some improved documentation and a fix for unbound configs in the unbound.conf.d directory. + +Download: +There is a signed 0.5.2 tag: https://leap.se/git/leap_platform.git +Changelog: +https://leap.se/git/leap_platform.git/shortlog/refs/tags/0.5.2 +Known issues: +https://leap.se/git/leap_platform.git/blob/071547967cc00acf18bf68b78e350131017852b9:/README.md + +Webapp +--------------- + +We continue polishing the webapp for beta launch and integration with existing services. We prevent users from seeing the tickets of other users and hash our tokens to prevent timing attacks. We ease the integration for providers with existing user bases and use smtp certs to be able to kick out spammers. The UI has been polished with customized error pages and improved i18n. + +0.5.2 is tagged for the webapp with a commit message detailing the changes: https://github.com/leapcode/leap_web/releases/tag/0.5.2 + + +Android +--------------- + +With this version we begin a strong effort to maintain a sane upstream relationship with our base project, ics-openvpn. This is an important step for the stablility and and ease of use for our EIP client, and we're excited about what it means for our development process. We are polishing our patches and will be proposing these to ics-openvpn after our next releaes. + +Also, we have added signup support, enabling you to do so from the login button and from a menu button. + +Changelog: https://github.com/leapcode/bitmask_android/blob/0.5.2/CHANGELOG + + + +Soledad +-------------- + +Focus for this release was on soledad sync stability and speed. This version of Soledad features a sync process which performs one HTTP request for each document sent to or received by the server. The sync process can be interrupted and also reports its status. Two minor bugs have been squashed: avoiding a bigcouch multipart-put bug and authenticating in constant-time to avoid time attacks against the auth scheme. + +leap.soledad 0.5.2 - https://github.com/leapcode/soledad/blob/develop/CHANGELOG diff --git a/public/img/pages/road.jpg b/public/img/pages/road.jpg new file mode 100644 index 0000000..910a4aa Binary files /dev/null and b/public/img/pages/road.jpg differ diff --git a/public/img/pages/sand-bucket.jpg b/public/img/pages/sand-bucket.jpg index 21719f9..56508d0 100644 Binary files a/public/img/pages/sand-bucket.jpg and b/public/img/pages/sand-bucket.jpg differ diff --git a/public/img/pages/sources/road.jpg b/public/img/pages/sources/road.jpg new file mode 100644 index 0000000..faca052 Binary files /dev/null and b/public/img/pages/sources/road.jpg differ diff --git a/public/img/pages/sources/toolbox.jpg b/public/img/pages/sources/toolbox.jpg new file mode 100644 index 0000000..b247200 Binary files /dev/null and b/public/img/pages/sources/toolbox.jpg differ diff --git a/public/img/pages/toolbox.jpg b/public/img/pages/toolbox.jpg new file mode 100644 index 0000000..27e19e6 Binary files /dev/null and b/public/img/pages/toolbox.jpg differ -- cgit v1.2.3