summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2011-08-08 12:15:19 -0500
committerTerence Lee <hone02@gmail.com>2011-08-08 12:15:19 -0500
commitede73f5bfe6093fa56d13ea86dc8a7efe474efb7 (patch)
treeac62b23648597661fced1b597e7373b8f2ac17f5
parentf952c2dd2621e46c79a78487b1a41ba84577d43d (diff)
parentf08f9a9ad9b882c520c730fbb6490cfd3730bd8d (diff)
downloadbundler-ede73f5bfe6093fa56d13ea86dc8a7efe474efb7.tar.gz
Merge branch '1-0-stable'
Conflicts: CHANGELOG.md lib/bundler/version.rb
-rw-r--r--CHANGELOG.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc36940713..453a6ba1cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -84,25 +84,27 @@ Removed:
- Removed bundle install --production
- Removed bundle install --disable-shared-gems
-## 1.0.16 (Aug 6, 2011)
+## 1.0.16 (Aug 8, 2011)
Features:
- - documentation for `gem ..., :require => false` (@kmayer, #1292)
- - Work around File.basename not working on Windows network share paths like "\\Somewhere\gitrepo" (@mtscout6, #1253)
-
- - gems provide "executables", they are rarely also binaries (@fxn, #1242)
- - Make templates consistent (@bowsersenior, #1306)
- Performance fix for MRI 1.9 (@efficientcloud, #1288)
- - check for rubygems.org when publishing gem (#980)
- - enable shortcuts for subcommands (@amatsuda)
+ - Shortcuts (like `bundle i`) for all commands (@amatsuda)
+ - Correcly identify missing child dependency in error message
Bugfixes:
- - Fix for bundle package with rubygems 1.3.x (@dburt, #1202)
+ - Allow Windows network share paths with forward slashes (@mtscout6, #1253)
+ - Check for rubygems.org credentials so `rake release` doesn't hang (#980)
+ - Find cached prerelease gems on rubygems 1.3.x (@dburt, #1202)
- Fix `bundle install --without` on kiji (@tmm1, #1287)
- Get rid of warning in ruby 1.9.3 (@smartinez87, #1231)
+Documentation:
+
+ - Documentation for `gem ..., :require => false` (@kmayer, #1292)
+ - Gems provide "executables", they are rarely also binaries (@fxn, #1242)
+
## 1.0.15 (June 9, 2011)
Features: