summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-12-13 11:36:57 +0800
committerAndre Arko <andre@arko.net>2015-12-13 13:19:19 +0800
commit14594c94f5f524b9acb3368e4268aa061e162bda (patch)
tree0a986ef4448ac771c3c7b24d19eb31cf13798dec
parente4b0f91f02d647a813f45aa4449abbf276810d1a (diff)
downloadbundler-14594c94f5f524b9acb3368e4268aa061e162bda.tar.gz
bump some features out of the bugfix list
-rw-r--r--CHANGELOG.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 40e28291ed..2b6d2e6cfd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,14 @@ Features:
- allow setting a `silence_root_warning` setting to silence the warning when `bundle install` is run as root (@blackxored)
- update the `bundle gem` code of conduct template to Contributor Covenant v1.3.0 (@CoralineAda)
- add support for specifying gems to update when running `bundle lock` via `--update gem1 gem2` (@JuanitoFatas)
+ - added support for MRI 2.3 (@amatsuda)
+ - show a helpful message when requiring a file in `bundler require` fails (#3960, @agis-)
+ - include git revision hash when printing a git source (#3433, @agis-)
+ - improve hint when a resolution conflict occurs (@seanlinsley)
+ - show a friendly error when a git ref is not found (#3879, @agis-)
+ - improve error message when sources are not absolute URIs (#3925, @agis-)
+ - add `pkg` to rake's clobber list (#3676, @jasonkarns)
+ - retry fetching specs when fetching version metadata fails (@jingweno)
Bugfixes:
@@ -34,37 +42,29 @@ Bugfixes:
- fix `bin/setup` from `bundle gem` assuming `bash` is in `/bin`
- fail more gracefully when an HTTP remote is unreachable (#3765, @steverob)
- fix a warning running `bundle exec` on jruby 9.0.0.0 (@deivid-rodriguez, @mastfish)
- - added support for MRI 2.3 (@amatsuda)
- fix the `bundle gem` readme when no tests are generated (@roseweixel)
- the dependencies on test gems in `bundle gem` are now locked to major versions (#3811, @indirect)
- fix the paths for native extensions generated by `--standalone` (#3813, @AlexanderPavlenko)
- fix trying to cache a gem that has no source (@EduardoBautista)
- fix `--source` option to `bundle update` causing incorrect gem unlocking (#3759, #3761, @neoeno)
- - show a helpful message when requiring a file in `bundler require` fails (#3960, @agis-)
- - improve hint when a resolution conflict occurs (@seanlinsley)
- fix handling an empty `BUNDLE_GEMFILE` environment variables (#3678, @agis-)
- avoid cleaning up gem extension directory in `bundle clean` (@Sirupsen)
- - include git revision hash when printing a git source (#3433, @agis-)
- fix the `ssl_verify_mode` setting not being treated as a number (@goughy000)
- fix not retrying on zlib errors (#4047, @andremedeiros)
- fix a warning being shown for using `URI.encode` (@EduardoBautista)
- fix handling of fatal HTTP errors (#3830, @indirect)
- - improve error message when sources are not absolute URIs (#3925, @agis-)
- ensure all `sudo` access is done in a thread-safe manner (#3910, @agis-)
- - show a friendly error when a git ref is not found (#3879, @agis-)
- fix caching gems with a path with the same prefix as the bundled application (@indirect)
- fix showing gemspec validation errors on `bundle exec` (#3895, @agis-)
- distinguish Gemfile syntax and evaluation errors (#3783, @agis-)
- fix nested Gemfile sources not restoring the previous source (#3974, @agis-)
- fix the `RUBYLIB` environment variable not being cleaned (#3982, @agis-)
- fix handling a dependency missing from `Gemfile.lock` so parallel installation does not deadlock (#4012, @lukaso)
- - add `pkg` to rake's clobber list (#3676, @jasonkarns)
- also print gemspecs in `bundle env` output (@agis-)
- fix handling when a `path` source does not have a gemspec but a lockfile says there is (#4004, @segiddins)
- show a warning when the `RUBYGEMS_GEMDEPS` environment variable is set (#3656, @agis-)
- fix handling invalid RubyGems configuration files (#4042, @agis-)
- fix `bundle console` falling back to `irb` when the preferred console is unavailable (@felixbuenemann)
- - retry fetching specs when fetching version metadata fails (@jingweno)
- restrict platforms when referencing a `gemspec` in the `Gemfile` to those defined in the gemspec (#4102, @smellsblue)
Performance: