summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2012-03-13 00:21:14 -0700
committerAndre Arko <andre@arko.net>2012-03-13 00:21:14 -0700
commit8a76f15dc76c05f974f47bea2bda82abfc21859e (patch)
treee80b399a72c8c648b29bc597b4708a8b465bec59
parentd49f78b141ef99107facb3bba6728e66783e2919 (diff)
downloadbundler-8a76f15dc76c05f974f47bea2bda82abfc21859e.tar.gz
Changelog for 1.1.1
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ea584c724..4d581d09b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+## 1.1.1 (March 14, 2012)
+
+Bugfixes:
+
+ - Rescue EAGAIN so the fetcher works on JRuby on Windows
+ - Stop asking users to report gem installation errors
+ - Clarify "no sources" message
+ - Use $\ so `bundle gem` gemspecs work on Windows (@postmodern)
+ - URI-encode gem names for dependency API (@rohit, #1672)
+
+Performance:
+
+ - Reduce invocation of git ls-files in `bundle gem` gemspecs (@knu)
+
## 1.1.0 (Mar 7, 2012)
Bugfixes: