summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Meissner <wmeissner@gmail.com>2009-11-06 06:23:56 +1000
committerWayne Meissner <wmeissner@gmail.com>2009-11-06 06:23:56 +1000
commit20a495611fddd37c83cd7f44f5d92a8f1bce6bc6 (patch)
tree5d098f935df06dd916ff474563f28c1e24b2c547
parent2ad30aea410b84149296104e0f5b53167bca28b9 (diff)
downloadffi-20a495611fddd37c83cd7f44f5d92a8f1bce6bc6.tar.gz
Bump version to 0.5.2
-rw-r--r--History.txt8
-rw-r--r--Rakefile2
-rw-r--r--ffi.gemspec2
3 files changed, 9 insertions, 3 deletions
diff --git a/History.txt b/History.txt
index ef7fd9a..713aa63 100644
--- a/History.txt
+++ b/History.txt
@@ -1,4 +1,10 @@
-== 0.5.1 / 2009-10-06
+== 0.5.2 / 2009-11-06
+* Bug fixes
+ * powerpc64/ppc64 cpu detection
+ * big-endian 64bit fixes
+ * Use system libffi when possible
+
+== 0.5.1 / 2009-10-19
* Bug fixes
* fixed up struct-by-value result variadic invokers
diff --git a/Rakefile b/Rakefile
index 076e4dc..cd12a3e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -84,7 +84,7 @@ PROJ.name = 'ffi'
PROJ.authors = 'Wayne Meissner'
PROJ.email = 'wmeissner@gmail.com'
PROJ.url = 'http://wiki.github.com/ffi/ffi'
-PROJ.version = '0.5.1'
+PROJ.version = '0.5.2'
PROJ.rubyforge.name = 'ffi'
PROJ.readme_file = 'README.rdoc'
diff --git a/ffi.gemspec b/ffi.gemspec
index dcc97ae..4321e93 100644
--- a/ffi.gemspec
+++ b/ffi.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = %q{ffi}
- s.version = "0.5.0"
+ s.version = "0.5.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Wayne Meissner"]