diff --git a/History.txt b/History.txt index f9b2402d5da9b2c8c85cd5267feb7d94dad61048..ec35512796ca75d52e1247a0b15a193ec889647f 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,23 @@ + +=== 1.6.22 / 2012-02-21 + +* Allow better access to raw pixel data of FXImage and derivatives +* Build Windows binary gem per cross compiler on Linux +* Add support for Rubinius (currently requires rubinius from git) +* Add alias FXApp#modalWindow, as described in rdoc +* Add quality parameter to FXJPGImage and FXJPGIcon +* Fix invalid memory access in final GC call when using FXMenuCommand with acckey +* Fix double referenced foxObj when borrowed object registration is triggered from C++ +* Fix Segfault while GC'ing FXWindows +* Fix 'object allocation not allowed while garbage collection' bug +* Fix clipboard handling on windows +* Add missing namespace qualifier to FXSEL in FXAccelTable +* Fix GC bug in FXAccelTable +* Fix double free in FXMemoryStream#giveBuffer +* Fix invalid memory access in typemap to zero terminated FXchar* (such as fillItems methods) +* Fix FXApp#addInput for Ruby 1.9 on Linux +* Fix "ruby_code case not handled: Regexp" issue with newer rubygems + === 1.6.20 / 2009-03-06 * Integrated the Hoe and rake-compiler extensions into the Rakefile and diff --git a/lib/fox16/version.rb b/lib/fox16/version.rb index 0e2006a0b0cf1921cf0afcad361f16fdd28fcae4..d780a269c5c145c7a48aa60ab13442e27ab00978 100644 --- a/lib/fox16/version.rb +++ b/lib/fox16/version.rb @@ -1,5 +1,5 @@ module Fox def Fox.fxrubyversion - "1.6.22.pre4" + "1.6.22" end end