Redy to release gtk2hs-0.12.0!

Dear gtk2hs user: We have ready to release next version : gtk2hs-0.12.0 Please pull gtk2hs darcs to test, if no bug report, we will release. You can use below commands (Debian) to install gtk2hs darcs: darcs get --lazy http://code.haskell.org/gtk2hs/ cd ./gtk2hs sudo chmod +x ./bootstrap.sh ./bootstrap.sh Then recompile your gtk2hs program to test. Of course, any successful feedback are welcome! Thanks, -- Gtk2hs Team

Great! What's new in 0.12.0? I don't see a NEWS file and the ChangeLog is old. Cheers! =) -- Felipe.

Felipe Lessa
Great! What's new in 0.12.0? I don't see a NEWS file and the ChangeLog is old.
Use command "darcs changes" see detail. The NEWS in gtk2hs-0.12.0 : * Support all APIs from GTK+2.8 ~ GTK+2.22 Look http://www.gtk.org/language-bindings.html Of course, if some work Haskell library can do better, we won't binding. * Support newest GIO library (Cross platform file APIs) You can use GIO develop cross-platform file-manager, like this : http://www.flickr.com/photos/48809572@N02/4793031888/lightbox/ * Fix *many* GObject's memory leak (derive from GObject but not derive GInitiallyUnowned) Example, now you can use Pixbuf build your own ImageViewer, and no memory leak! There is memory monitor for image viewer : http://www.flickr.com/photos/48809572@N02/5063946143/lightbox/ * And many bugs fix. Cheers, -- Andy

On Sat, Oct 23, 2010 at 12:40 PM, Andy Stewart
* Support newest GIO library (Cross platform file APIs) You can use GIO develop cross-platform file-manager, like this : http://www.flickr.com/photos/48809572@N02/4793031888/lightbox/
Wow. That looks like a pretty impressive library of computer literature :) Thanks for all your great work on gtk2hs btw
participants (3)
-
Andy Stewart
-
Bit Connor
-
Felipe Lessa