File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,18 @@ include the full build log for build failures.
146146
147147## Version History
148148
149+ #### 20120524
150+
151+ * Added definitions for JRuby 1.6.7.2 and 1.7.0-preview1.
152+ * Removed the definition for JRuby 1.7.0-dev. (In general we do not
153+ like to remove definitions, but the JRuby team has deleted the
154+ 1.7.0-dev package from their servers -- caveat emptor.)
155+ * Added support for specifying the build location with the
156+ ` RUBY_BUILD_BUILD_PATH ` environment variable.
157+ * Added a ` -k ` /` --keep ` flag to ` ruby-build ` and ` rbenv install ` for
158+ keeping the source code around after installation.
159+ * Updated the readme to emphasize installation as an rbenv plugin.
160+
149161#### 20120423
150162
151163* Improved error messages when dependencies are missing.
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- RUBY_BUILD_VERSION=" 20120423 "
3+ RUBY_BUILD_VERSION=" 20120524 "
44
55set -E
66exec 3< & 2 # preserve original stderr at fd 3
You can’t perform that action at this time.
0 commit comments