summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-01-10 16:06:06 -0800
committerAndre Arko <andre@arko.net>2014-01-10 16:28:45 -0800
commitf06ff3639aac23840d5685f6459c798dc15b1448 (patch)
tree54b6c48074bba8773a0ef256ecf2443edf48edde /CHANGELOG.md
parentfe8251948d84e29c54d85e0e45d2e448d11faa58 (diff)
downloadbundler-f06ff3639aac23840d5685f6459c798dc15b1448.tar.gz
Version 1.5.2 with changelogv1.5.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b0b9d4cc5..318d794e06 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+## 1.5.2 (2014-01-10)
+
+Bugfixes:
+
+ - fix integration with Rubygems 1.8.0-1.8.19
+ - handle ENETDOWN exception during network requests
+ - gracefully shut down after interrupt during parallel install (@Who828)
+ - allow Rails to run Thor without debug mode (@rafaelfranca)
+ - set git binstub permissions by umask (@v-yarotsky)
+ - remove parallel install debug log
+
## 1.5.1 (2013-12-28)
Bugfixes:
@@ -96,7 +107,7 @@ Bugfixes:
- allow the same options hash to be passed to multiple gems (#2447)
- handle missing binaries without an exception (#2019, @luismreis)
-## 1.3.6
+## 1.3.6 (8 January 2014)
Bugfixes: