summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-07-25 13:00:37 -0700
committerwycats <wycats@gmail.com>2010-07-25 13:00:37 -0700
commit848ca64fd1e074a62ff911c5960e16304e633033 (patch)
treec9d8963f4ddc1bdb8829f5f64420134423a123a4
parentfd3737a68330996dd7928f1338c831ec0154e62c (diff)
downloadbundler-848ca64fd1e074a62ff911c5960e16304e633033.tar.gz
Update changelog for 1.0.0.beta.10
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5230a7fa2..0ccaafac5f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,18 @@
+## 1.0.0.beta.10 (July 25, 2010)
+
+ - Last release before 1.0.0.rc.1
+ - Added :mri as a valid platform (platforms :mri { gem "ruby-debug" })
+ - Fix `bundle install` immediately after modifying the :submodule option
+ - Don't write to Gemfile.lock if nothing has changed, fixing situations
+ where bundle install was run with a different user than the app
+ itself
+ - Fix a bug where other platforms were being wiped on `bundle update`
+ - Don't ask for root password on `bundle install` if not needed
+ - Avoid setting `$GEM_HOME` where not needed
+ - First solid pass of `bundle config`
+ - Add build options
+ - `bundle config build.mysql --with-mysql-config=/path/to/config`
+
## 1.0.0.beta.9 (July 21, 2010)
- Fix install failure when switching from a path to git source