glibmm r786 - trunk
- From: jjongsma svn gnome org
- To: svn-commits-list gnome org
- Subject: glibmm r786 - trunk
- Date: Fri, 20 Feb 2009 22:53:38 +0000 (UTC)
Author: jjongsma
Date: Fri Feb 20 22:53:38 2009
New Revision: 786
URL: http://svn.gnome.org/viewvc/glibmm?rev=786&view=rev
Log:
update for 2.19.3 release
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Fri Feb 20 22:53:38 2009
@@ -1,3 +1,19 @@
+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)
+
2.19.2 (unstable):
* File: Added make_directory_with_parents() method overload with no parameter.
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Fri Feb 20 22:53:38 2009
@@ -14,7 +14,7 @@
pushdef([GLIBMM_MAJOR_VERSION], [2])
pushdef([GLIBMM_MINOR_VERSION], [19])
-pushdef([GLIBMM_MICRO_VERSION], [2])
+pushdef([GLIBMM_MICRO_VERSION], [3])
pushdef([GLIBMM_EXTRA_VERSION], [])
pushdef([GLIBMM_VERSION], GLIBMM_MAJOR_VERSION.GLIBMM_MINOR_VERSION.GLIBMM_MICRO_VERSION[]GLIBMM_EXTRA_VERSION)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]