summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-05-27 12:04:36 -0700
committerAndre Arko <andre@arko.net>2011-05-27 12:04:55 -0700
commit365ce9564d90316134b335c9020e656d4b7e712e (patch)
treee98ad7099f61b06c5601a899e2b2987fbf0281ef
parent52a82f64655594bb308b0562f7a1e8dee4ec9bdf (diff)
downloadbundler-1.0.14.tar.gz
Changelog for v1.0.14v1.0.14
-rw-r--r--CHANGELOG.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 79cf715c4f..d5b8a396fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,24 @@
+## 1.0.14 (May 27, 2011)
+
+Features:
+
+ - Rubinius platform :rbx (@rkbodenner)
+ - Include gem rake tasks with "require 'bundler/gem_tasks" (@indirect)
+ - Include user name and email from git config in new gemspec (@ognevsky)
+
+Bugfixes:
+
+ - Set file permissions after checking out git repos (@tissak)
+ - Remove deprecated call to Gem::SourceIndex#all_gems (@mpj)
+ - Require the version file in new gemspecs (@rubiii)
+ - Allow relative paths from the Gemfile in gems with no gemspec (@mbirk)
+ - Install gems that contain 'bundler', e.g. guard-bundler (@hone)
+ - Display installed path correctly on Windows (@tadman)
+ - Escape quotes in git URIs (@mheffner)
+ - Improve Rake 0.9 support (@quix)
+ - Handle certain directories already existing (@raggi)
+ - Escape filenames containing regex characters (@indirect)
+
## 1.0.13 (May 4, 2011)
Features: