Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonne Haß <me@jhass.eu>2016-08-11 21:25:20 +0300
committerJonne Haß <me@jhass.eu>2016-08-11 21:25:20 +0300
commit0a77f045a3b69afb64536cc42fb0623d42db34ee (patch)
treed18b4c48b53d7dc47f1087b387d2dd27322e3e9f
parent4f176dc4e3b31b37ce9778aa85bd69a98c805042 (diff)
bump to 0.5.10.2v0.5.10.2
-rw-r--r--Changelog.md4
-rw-r--r--config/defaults.yml2
2 files changed, 5 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index b78c946fa..a62e25875 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,7 @@
+# 0.5.10.2
+
+Update to Rails 4.2.7.1 which fixes [CVE-2016-6316](https://groups.google.com/forum/#!topic/ruby-security-ann/8B2iV2tPRSE) and [CVE-2016-6317](https://groups.google.com/forum/#!topic/ruby-security-ann/WccgKSKiPZA).
+
# 0.5.10.1
We made a mistake and removed `mysql2` from the `Gemfile.lock` in a recent gem update. Since this could cause some issues for some installations, we decided to release a hotfix.
diff --git a/config/defaults.yml b/config/defaults.yml
index f01e2dc49..dee1020d2 100644
--- a/config/defaults.yml
+++ b/config/defaults.yml
@@ -4,7 +4,7 @@
defaults:
version:
- number: "0.5.10.1" # Do not touch unless doing a release, do not backport the version number that's in master
+ number: "0.5.10.2" # Do not touch unless doing a release, do not backport the version number that's in master
heroku: false
environment:
url: "http://localhost:3000/"