Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Version 1.1.pre.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Jun 12, 2011
1 parent 20dc4b5 commit c2dbfc9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 1.1.pre.5 (June 11, 2011)

Bugfixes:

- Fix LazySpecification on Ruby 1.9 (@dpiddy, #1232)
- Fix HTTP proxy support (@leobessa, #878)

Features:

- Speed up `install --deployment` by using the API endpoint
- Support Basic HTTP Auth for the API endpoint (@dpiddy, #1229)
- Add `install --full-index` to disable the API endpoint, just in case
- Significantly speed up install by removing unneeded gemspec fetches
- `outdated` command shows outdated gems (@joelmoss, #1130)
- Print gem post install messages (@csquared, #1155)
- Reduce memory use by removing Specification.new inside method_missing (@tenderlove, #1222)
- Allow `check --path`

## 1.1.pre.4 (May 5, 2011)

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module Bundler
# We're doing this because we might write tests that deal
# with other versions of bundler and we are unsure how to
# handle this better.
VERSION = "1.1.pre.4" unless defined?(::Bundler::VERSION)
VERSION = "1.1.pre.5" unless defined?(::Bundler::VERSION)
end

0 comments on commit c2dbfc9

Please sign in to comment.