Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rubinius/rubinius
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 52442ef7192e
Choose a base ref
...
head repository: rubinius/rubinius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 419ee42fd897
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 26, 2015

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    0a101bd View commit details
  2. Updated Changelog.

    brixen committed Jan 26, 2015
    Copy the full SHA
    4cae271 View commit details
  3. Updated News.

    brixen committed Jan 26, 2015
    Copy the full SHA
    1f3e6c8 View commit details
  4. Version 1.4.1.

    brixen committed Jan 26, 2015
    Copy the full SHA
    419ee42 View commit details
Showing with 15 additions and 3 deletions.
  1. +5 −0 Changelog
  2. +1 −1 Gemfile.installed
  3. +7 −0 News
  4. +2 −2 configure
5 changes: 5 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 1.4.1 (2015-01-26)

* The developer tool gems are installed. (Brian Shirai)
* All master branch changes for 2.5.1 are included. (Brian Shirai)

Version 1.4.0 (2015-01-20)

* JIT allocates correct CallFrame scope size (Sophia Shao)
2 changes: 1 addition & 1 deletion Gemfile.installed
Original file line number Diff line number Diff line change
@@ -14,4 +14,4 @@ gem "json", "~> 1.8"
gem "rdoc", "~> 4.0"

gem "rb-readline", "~> 0.5"
gem "rubysl-readline", "~> 2.0"
gem "rubysl-readline", "~> 1.0"
7 changes: 7 additions & 0 deletions News
Original file line number Diff line number Diff line change
@@ -8,6 +8,13 @@ typically changes that are related to specs, build system, or refactoring.

For source changes, see https://github.com/rubinius/rubinius/commits/master.

Version 1.4.1 (2015-01-26)

The developer tools and IRB are included in the release builds again.

All changes from master for 2.5.1 that are not language version dependent are
merged into 1.8.7 branch.

Version: 1.4.0 (2015-01-20)

All changes from master for 2.3.0-2.5.0 that are not language version
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
@@ -162,8 +162,8 @@ class Configure
# Essential settings (modify these for creating releases)
@ruby_version = "1.8.7"
@libversion = "1.4"
@patch_version = "0"
@release_date = nil
@patch_version = "1"
@release_date = "2015-01-26"

# Configure settings
@release_build = !git_directory