LWN.net Logo

ANNOUNCE: glibmm 2.19.3 released

From:  Jonathon Jongsma <jonathon-AT-quotidian.org>
To:  gnome-announce-list-AT-gnome.org, gtkmm-list <gtkmm-list-AT-gnome.org>
Subject:  ANNOUNCE: glibmm 2.19.3 released
Date:  Fri, 20 Feb 2009 21:21:56 -0600
Message-ID:  <499F7354.9060401@quotidian.org>

* ABOUT glibmm *

   glibmm is a C++ API for glib and gio.  It is useful on its own
   and is a dependency of gtkmm, the C++ API for GTK+.

   glibmm 2.19 wraps new API in glib 2.19, including the gio library,
   and is API/ABI-compatibile with older versions of glibmm back to
   version 2.4. It is a version of the glibmm-2.4 API.

   For more information, please visit http://gtkmm.org/

* DOWNLOAD *

   Source packages for glibmm (as well as API-stable bindings for the
   rest of the GNOME platform) can be downloaded from:

     http://www.gtkmm.org/download.shtml

* DEVELOPMENT *

   There is active discussion on the mailing list:
   http://www.gtkmm.org/mailinglist.shtml
   and in the #c++ channel on irc.gnome.org

   gtkmm and glibmm stay in-sync with GTK+ by following the official
   GNOME release schedule:

     http://www.gnome.org/start/unstable/

* CHANGES *

2.19.3 (unstable):

* New API:
   * BufferedInputStream: buffer_size property
   * BufferedOutputStream: buffer_size, auto_grow properties
   * DataInputStream: byte_order, newline_type properties
   * DataOutputStream: byte_order property
   * FilterInputStream: close_base_stream property, get/set_close_base_stream()
   * FilterOutputStream: close_base_stream property, get/set_close_base_stream()
   * UnixInputStream: fd and close_fd properties, get_fd(), get/set_close_fd()
   * UnixOutputStream: fd and close_fd properties, get_fd(), get/set_close_fd()
* Make licenses consistent with eachother (library gpl vs. lesser gpl, etc)
   (Deng Xiyue)
* Fixed some problems when building with exceptions disabled (Murray Cumming)
* Build fixes (Theppitak Karoonboonyanan)


-- 
jonner
_______________________________________________
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list



(Log in to post comments)

Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds