summaryrefslogtreecommitdiff
path: root/pages/about-us/news
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-07-29 14:59:44 -0700
committerelijah <elijah@riseup.net>2015-07-29 14:59:44 -0700
commitb8a6ffb518c0cacbf3b0bc208fedb3c32aecbd9f (patch)
treedc951e50997d8dba43d0fd6f82e6325cba183acd /pages/about-us/news
parentd2c779e2f49a2544ec425e30b00be4e86e420dbe (diff)
platform 0.7.1
Diffstat (limited to 'pages/about-us/news')
-rw-r--r--pages/about-us/news/2015/platform-oh-seven-one.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/pages/about-us/news/2015/platform-oh-seven-one.md b/pages/about-us/news/2015/platform-oh-seven-one.md
new file mode 100644
index 0000000..ae4af17
--- /dev/null
+++ b/pages/about-us/news/2015/platform-oh-seven-one.md
@@ -0,0 +1,32 @@
+@title = "Platform release 0.7.1"
+@author = "Micah"
+@posted_at = "2015-07-29"
+@more = true
+@preview_image = "/img/pages/seven.jpg"
+@preview = %(The new LEAP Platform 0.7.1 is now available. The last 0.7 release included many major changes. This release, on the other hand, mostly contains bugfixes and changes requested by the new service providers who are learning to adopt the platform. Also, the web application now works in a dozen languages.)
+
+The new LEAP Platform 0.7.1 is now available. The last 0.7 release included many major changes. This release, on the other hand, mostly contains bugfixes and minor changes requested by the new service providers who are learning to adopt the platform. Also, the web application now works in a dozen languages.
+
+The next big release will be 0.8, and will focus exclusively on improvement to the email system: better Spam prevention, better abuse prevention, better DNS, email bug fixes, etc.
+
+* Download 0.7.1 signed tag: https://leap.se/git/leap_platform.git
+* Changelog: https://leap.se/git/leap_platform.git/shortlog/refs/tags/0.7.1
+* Issues fixed: https://leap.se/code/versions/159
+* Known issues: https://leap.se/en/docs/platform/troubleshooting/known-issues
+
+Compatibility:
+
+* Requires leap_cli version >= 1.7.4
+* Requires bitmask client version >= 0.7
+* Includes:
+** leap_mx 0.7.0
+** tapicero 0.7
+** leap_web 0.7.1
+** soledad 0.7
+
+Upgrading:
+
+ gem install leap_cli --version 1.7.4
+ cd leap_platform; git pull; git checkout 0.7.1
+ leap deploy
+ leap test \ No newline at end of file