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@mrzyx.de>2013-03-12 00:23:28 +0400
committerJonne Haß <me@mrzyx.de>2013-03-12 00:23:28 +0400
commitc7283c60a177b6c60586d5f6d366de288c0b3491 (patch)
tree05b88c19025a4ace704c040f499dd92e38bab1c2
parent57669017bdff1c6154fee434698107ca6331179c (diff)
release 0.0.3.3v0.0.3.3
-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 6c4640a11..a77c77fc5 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,7 @@
+# 0.0.3.3
+
+* Switch Gemfile source to https to be compatible with bundler 1.3
+
# 0.0.3.2
* Fix XSS vulnerability in conversations#new [#4010](https://github.com/diaspora/diaspora/issues/4010)
diff --git a/config/defaults.yml b/config/defaults.yml
index e2afeb29f..d36c7024e 100644
--- a/config/defaults.yml
+++ b/config/defaults.yml
@@ -4,7 +4,7 @@
defaults:
version:
- number: "0.0.3.2"
+ number: "0.0.3.3"
heroku: false
environment:
url: "http://localhost:3000/"