summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@src.gnome.org>2009-02-20 22:53:38 +0000
committerJonathon Jongsma <jjongsma@src.gnome.org>2009-02-20 22:53:38 +0000
commit0ae4da1feaea8d461ceed51a016d1e949c964364 (patch)
tree7bcdbec0248db2ca4111b44ed45140af98e2be5e
parent51299675a0198aa5a58290bbc583dcd09b8ed29f (diff)
downloadglibmm-0ae4da1feaea8d461ceed51a016d1e949c964364.tar.gz
update for 2.19.3 release
svn path=/trunk/; revision=786
-rw-r--r--ChangeLog7
-rw-r--r--NEWS16
-rw-r--r--configure.in2
3 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 330a32ca..be40bae9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2.19.3
+
+2009-02-20 Jonathon Jongsma <jonathon@quotidian.org>
+
+ * NEWS:
+ * configure.in: update for 2.19.3 release
+
2009-02-17 Daniel Elstner <danielk@openismus.com>
* glib/glibmm/debug.h: Remove mention of G_GNUC_PRETTY_FUNCTION in
diff --git a/NEWS b/NEWS
index 7b1e7ee0..2909d378 100644
--- a/NEWS
+++ b/NEWS
@@ -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.
diff --git a/configure.in b/configure.in
index c32ffdb0..368f6144 100644
--- a/configure.in
+++ b/configure.in
@@ -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)