ANNOUNCE: glibmm 2.19.3 released



* 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]