summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Lavena <luislavena@gmail.com>2010-08-07 20:38:00 -0300
committerLuis Lavena <luislavena@gmail.com>2010-08-07 20:38:00 -0300
commit7be962e94b3c4fb4218f13b06d39127dfd3db7c2 (patch)
tree16c8bd4a5c3a063219b03d1edf4abaf7007c647e
parent674ced23455f02f7b5d1fff8041daa2165aefc7a (diff)
downloadrake-compiler-7be962e94b3c4fb4218f13b06d39127dfd3db7c2.tar.gz
Prepare for 0.7.1 release.v0.7.1
-rw-r--r--History.txt13
-rw-r--r--tasks/gem.rake2
2 files changed, 10 insertions, 5 deletions
diff --git a/History.txt b/History.txt
index 1829229..cb18d37 100644
--- a/History.txt
+++ b/History.txt
@@ -1,10 +1,15 @@
-=== (In Git)
+=== 0.7.1 / 2010-08-07
* Bugfixes:
* Update gem files to make "gem install -t" works. Closes GH-14
* Update mocks to work under 1.8.7. Closes GH-15 [luisparravicini]
* Do not allow cross-ruby be executed under Windows. Closes GH-22
+* Experimental:
+ * Allow JRuby to compile C extensions [timfel].
+ It is now possible compile C extensions using latest JRuby. Offered
+ in experimental mode since JRuby cext hasn't been officially released.
+
=== 0.7.0 / 2009-12-08
* Enhancements
@@ -72,12 +77,12 @@
* Allow simultaneous versions of Ruby to compile extensions.
This change allow 1.8.x compiles co-exist with 1.9.x ones
and don't override each other.
-
+
Please perform <tt>rake clobber</tt> prior compiling again.
* Allow optional source file URL for cross-compile tasks.
(Thanks to deepj for the patches)
- rake-compiler cross-ruby VERSION=1.9.1-p0 SOURCE=http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p0.tar.bz2
+ rake-compiler cross-ruby VERSION=1.9.1-p0 SOURCE=http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p0.tar.bz2
* Bugfixes
* Removed strict versioning for gems since it clash with fat binaries.
@@ -143,7 +148,7 @@
=== 0.3.0 / 2008-12-07
* New features
- * Let you specify the Ruby version used for cross compilation instead
+ * Let you specify the Ruby version used for cross compilation instead
of default one.
rake cross compile RUBY_CC_VERSION=1.8
diff --git a/tasks/gem.rake b/tasks/gem.rake
index 2467eda..d01f2ba 100644
--- a/tasks/gem.rake
+++ b/tasks/gem.rake
@@ -3,7 +3,7 @@ require 'rubygems/package_task'
GEM_SPEC = Gem::Specification.new do |s|
# basic information
s.name = "rake-compiler"
- s.version = "0.7.0"
+ s.version = "0.7.1"
s.platform = Gem::Platform::RUBY
# description and details