File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1- Copyright (c) 2011 Sam Stephenson
1+ Copyright (c) 2012 Sam Stephenson
22
33Permission is hereby granted, free of charge, to any person obtaining
44a copy of this software and associated documentation files (the
Original file line number Diff line number Diff line change @@ -202,6 +202,20 @@ include the full build log for build failures.
202202
203203## Version History
204204
205+ #### 20121120
206+ * Added optional package checksum support. When a package URL is
207+ annotated with an MD5 checksum, ruby-build will use it to verify
208+ the contents of the downloaded file. Package URLs in all existing
209+ definitions have been updated with checksum annotations.
210+ * Added an optional package download cache. When the
211+ ` RUBY_BUILD_CACHE_PATH ` environment variable is set to a directory
212+ of your choice, ruby-build will store downloaded packages there and
213+ reuse them for future installations.
214+ * Added mirror support for faster package downloads. Packages on the
215+ official ruby-build mirror will be served via S3. You can point
216+ ruby-build to your own local package mirror by setting the
217+ ` RUBY_BUILD_MIRROR_URL ` environment variable.
218+
205219#### 20121110
206220* Added a definition for Ruby 1.9.3-p327
207221* Fetch Ruby 2.0.0.dev and 1.9.3.dev via Git instead of Subversion
@@ -339,7 +353,7 @@ include the full build log for build failures.
339353
340354(The MIT License)
341355
342- Copyright (c) 2011 Sam Stephenson
356+ Copyright (c) 2012 Sam Stephenson
343357
344358Permission is hereby granted, free of charge, to any person obtaining
345359a copy of this software and associated documentation files (the
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- RUBY_BUILD_VERSION=" 20121110 "
3+ RUBY_BUILD_VERSION=" 20121120 "
44
55set -E
66exec 3< & 2 # preserve original stderr at fd 3
You can’t perform that action at this time.
0 commit comments