rubygem-ffi/rubygem-ffi.changes

134 lines
4.3 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sat Aug 4 19:00:49 UTC 2012 - coolo@suse.com
- updated to version 1.1.4, more updates for libffi
-------------------------------------------------------------------
Fri Aug 3 13:57:50 UTC 2012 - coolo@suse.com
- updated to version 1.1.3, fix compilation
-------------------------------------------------------------------
Mon Jul 30 09:50:48 UTC 2012 - coolo@suse.com
- update to 1.1.2 - fixes for arm
-------------------------------------------------------------------
Sat Jul 28 16:23:24 UTC 2012 - coolo@suse.com
- updated to 1.1.1 - no changelog
-------------------------------------------------------------------
Sun Jul 22 15:15:19 UTC 2012 - coolo@suse.com
- update to 1.1.0 - no changelog
-------------------------------------------------------------------
Fri Jun 29 08:48:45 UTC 2012 - cfarrell@suse.com
- license update: LGPL-3.0
See https://github.com/ffi/ffi/blob/master/LICENSE
-------------------------------------------------------------------
Wed Apr 4 15:21:45 UTC 2012 - coolo@suse.com
- update to 1.0.11 - no changelog
-------------------------------------------------------------------
Wed Mar 28 13:30:52 UTC 2012 - saschpe@suse.de
- Spec file cleanup:
* Factory preparation
-------------------------------------------------------------------
Wed Aug 24 12:36:46 UTC 2011 - fcastelli@novell.com
- fix license
- add 'provides' macros
-------------------------------------------------------------------
Sun May 22 19:17:04 UTC 2011 - dmacvicar@suse.de
- update to 1.0.9
-------------------------------------------------------------------
Fri Jun 11 16:41:02 UTC 2010 - mrueckert@suse.de
- update to version 0.6.3
-------------------------------------------------------------------
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de
- use rubygems_requires macro
-------------------------------------------------------------------
Sun Feb 14 17:52:07 UTC 2010 - dmacvicar@novell.com
- update to 0.6.0
-------------------------------------------------------------------
Thu Dec 17 10:14:01 UTC 2009 - dmacvicar@novell.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 23:36:51 UTC 2009 - dmacvicar@novell.com
- Update to 0.5.1
* This is a bug fix release for variadic functions which return
structures by value
-------------------------------------------------------------------
Tue Oct 13 11:51:21 CEST 2009 - dmacvicar@novell.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 20:38:01 UTC 2009 - dmacvicar@novell.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
-------------------------------------------------------------------
Mon Jul 27 01:35:38 CEST 2009 - dmacvicar@novell.com
- initial package for 0.3.5