summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2013-11-07 01:07:08 -0500
committerTerence Lee <hone02@gmail.com>2013-11-09 21:05:07 -0500
commitceb734f3949c8ab889b0fdaf5a1921f5c116a361 (patch)
tree753d5cdf72ede003b756d0a74202437bf5f061a3
parentb52ce612ed97649964028611cd95c08bf988a613 (diff)
downloadbundler-ceb734f3949c8ab889b0fdaf5a1921f5c116a361.tar.gz
update changelog Version 1.5.0.rc.1
-rw-r--r--CHANGELOG.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b75e95a6f1..ffc9b0318f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,24 @@
+## 1.5.0.rc.1 (2013-11-09)
+
+Features:
+
+ - bundle update also accepts --jobs (#2692, @mrkn)
+ - add fork URL to README for new `bundle gem` (#2665, @zzak)
+ - add `bundle outdated --strict` (#2685, @rhysd)
+ - warn if same gem/version is added twice (#2679, @jendiamond)
+ - don't redownload installed specs for `bundle install` (#2680, @cainlevy)
+ - override gem sources with mirrors (#2650, @danielsdeleo, @mkristian)
+
+Bugfixes:
+
+ - fix sharing same SSL socket when forking workers for parallel install (#2632)
+ - fix msg typo in GitNotAllowedError (#2654, @joyicecloud)
+ - fix Bundler.which for directories (#2697, @rhysd)
+ - properly require `Capistrano::Version` (#2690, @steveklabnik)
+ - search for git.exe and git
+ - fix the bug that downloads every spec when API fetcher encouters an error
+ - only retry network requests
+
## 1.4.0.rc.1 (2013-09-29)
Features: