Changelog for
rubygem-ffi-1.3.1-35.14.x86_64.rpm :
Fri Jan 25 13:00:00 2013 cooloAATTsuse.com
- updated to version 1.3.1
Tue Jan 8 13:00:00 2013 cooloAATTsuse.com
- updated to version 1.3.0
Wed Nov 21 13:00:00 2012 cooloAATTsuse.com
- updated to version 1.2.0
Thu Aug 9 14:00:00 2012 cooloAATTsuse.com
- updated to version 1.1.5
Sat Aug 4 14:00:00 2012 cooloAATTsuse.com
- updated to version 1.1.4, more updates for libffi
Fri Aug 3 14:00:00 2012 cooloAATTsuse.com
- updated to version 1.1.3, fix compilation
Mon Jul 30 14:00:00 2012 cooloAATTsuse.com
- update to 1.1.2 - fixes for arm
Sat Jul 28 14:00:00 2012 cooloAATTsuse.com
- updated to 1.1.1 - no changelog
Sun Jul 22 14:00:00 2012 cooloAATTsuse.com
- update to 1.1.0 - no changelog
Fri Jun 29 14:00:00 2012 cfarrellAATTsuse.com
- license update: LGPL-3.0
See https://github.com/ffi/ffi/blob/master/LICENSE
Wed Apr 4 14:00:00 2012 cooloAATTsuse.com
- update to 1.0.11 - no changelog
Wed Mar 28 14:00:00 2012 saschpeAATTsuse.de
- Spec file cleanup:
* Factory preparation
Wed Aug 24 14:00:00 2011 fcastelliAATTnovell.com
- fix license
- add \'provides\' macros
Sun May 22 14:00:00 2011 dmacvicarAATTsuse.de
- update to 1.0.9
Fri Jun 11 14:00:00 2010 mrueckertAATTsuse.de
- update to version 0.6.3
Fri Jun 11 14:00:00 2010 mrueckertAATTsuse.de
- use rubygems_requires macro
Sun Feb 14 13:00:00 2010 dmacvicarAATTnovell.com
- update to 0.6.0
Thu Dec 17 13:00:00 2009 dmacvicarAATTnovell.com
- Update to 0.5.4
* bugfix in extconf.rb when appending to $CFLAGS
- from 0.5.3
* fixes powerpc, cywin and FreeBSD installation/build
problems
- from 0.5.2
* Fedora fixes
Tue Nov 3 13:00:00 2009 dmacvicarAATTnovell.com
- Update to 0.5.1
* This is a bug fix release for variadic functions which return
structures by value
Tue Oct 13 14:00:00 2009 dmacvicarAATTnovell.com
- Update to 0.5.0
* Major improvements
* New Function class
* Structs can be passed and returned by value
* Implement a custom trampoline for x86_64, resulting in roughly 30% speedup
* Improve dispatch of functions which take (0..6) char/short/int/long/pointer arguments by between 50% and 200% on x86_64
* Callbacks are now approximately 100% faster on x86_64
* Minor improvements
* Add support for MacOSX Snow Leopard
* Improve support for Windows releasing fat binaries on rubyforge
* Better introspection in structs:
* Add StructLayout::Field#type, size, offset, alignment and name
methods
* Add StructLayout#fields which returns an array of
StructLayout::Field objects
* Add automagic deducing of library name from module name.
Idea and prototype implementation from Matt Hulse
* Callback fields in structs can now be both read and written
* Add a bunch of new benchmarks
* Lots of refactoring
* Experimental features
* blocking functions (i.e. native code that blocks the thread) support
* Bug fixes
* Fix RUBY-FFI_43 (rake gem dependency)
Wed Aug 12 14:00:00 2009 dmacvicarAATTnovell.com
- update to 0.4.0
* Add support for boolean types
* Add support for methods as callbacks
* Add FFI::IO.read as described in JRUBY-3636
* Add Pointer::NULL constant
* Add AbstractMemory#get_array_of_string()
* Implement Pointer.new(address) and Pointer.new(:type, address)
* Fix RUBY_FFI-38
* Fix build issues
Sun Jul 26 14:00:00 2009 dmacvicarAATTnovell.com
- initial package for 0.3.5