summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-02-13 23:06:34 +1100
committerAndre Arko <andre@arko.net>2015-02-13 23:56:10 +1100
commit59d83f31416f93c62ba15077a5df31831834a272 (patch)
treedf4da48a8a38cf2f57c180a600c17c47eea470a0 /CHANGELOG.md
parentae163a7588ac04bbcf8cea3179309d15587acb16 (diff)
downloadbundler-59d83f31416f93c62ba15077a5df31831834a272.tar.gz
Version 1.8.1 with changelogv1.8.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 15 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 974ecf9bb8..459f8051a0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,25 @@
+## 1.8.1 (2015-02-13)
+
+Bugfixes:
+
+ - synchronize building git gem native extensions (#3385, @antifuchs & @indirect)
+ - set gemspec bindir correctly (#3392, @tmoore)
+ - request lockfile deletion when it is malformed (#3396, @indirect)
+ - explain problem when mirror config is missing (#3386, @indirect)
+ - explain problem when caching causes permission error (#3390, @indirect)
+ - normalize URLs in config keys (#3391, @indirect)
+
## 1.8.0 (2015-02-10)
Bugfixes:
- - Gemfile `github` blocks now work (#3379, @indirect)
+ - gemfile `github` blocks now work (#3379, @indirect)
Bugfixes from v1.7.13:
- - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect)
- - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc)
- - Request dependencies for no more than 100 gems at a time (#3367, @segiddins)
+ - look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect)
+ - look up gems across all sources to satisfy dependencies (#3365, @keiths-osc)
+ - request dependencies for no more than 100 gems at a time (#3367, @segiddins)
## 1.8.0.rc (2015-01-26)