From 6416c2f96815939738087de4d0ce9ff1272c17df Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Fri, 5 Feb 2010 23:59:43 +0100 Subject: 2.23.2: Also: NEWS: Added 2.23.1 entry from the tarball. Jonathan probably forgot to commit/push it. ChangeLog: Added commit entries for changes that had no ChangeLog entries. Not happy about this. --- ChangeLog | 27 +++++++++++++++++++++++++++ NEWS | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 3 files changed, 86 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 668d0257..f2e3a2cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +2.23.2: + 2010-02-05 Murray Cumming UnixInputStream: Fix the constructor. @@ -88,6 +90,24 @@ * glib/src/glib_enums.defs: Fix an #error that enum.pl has put there for some reason. +Missing ChangeLog entry from Alexander Shaduri: (Committed by Jonathan Jongsma) +2010-01-06 Bug #594173 - NodeTree::get_root() violates const-correctness + +Missing ChangeLog entry from Krzesimir Nowak: (Committed by Jonathan Jongsma) +2010-01-06 Bug #606100 - Fix wrapping properties. + +Missing ChangeLog entries from Jonathan Jongsma: +2010-01-06 Bug #606146 - Relax the glib requirement +2010-01-06 Rename btree.* to balancedtree.* +2010-01-06 Fix up some formatting issues for BalancedTree + +Missing ChangeLog entries from Szilárd Pfeiffer: (Committed by Jonathan Jongsma) +2010-01-06 Implement GTree wrapper +2010-01-06 Implemented reference counting for BalancedTree. +2010-01-06 Fixed several bugs of balanced binary tree wrapper. + +2.23.1: + 2010-01-05 Daniel Elstner Fine-tune Doxygen configuration to improve output @@ -106,6 +126,13 @@ (COLLABORATION_GRAPH), (GROUP_GRAPHS), (TEMPLATE_RELATIONS): Disable additional graphs to reduce the noise. +Missing ChangeLog entries from Jonathan Jongsma: +2010-01-04 A bunch of minor doxygen cleanups around the tree +2010-01-04 wrap g_socket_connection_factory_create_connection() +2010-01-04 Add non-cancellable versions of a bunch of SocketClient functions + +2.23.0: + 2009-12-16 Armin Burgmeier * gio/giomm.h: Don't include files on Windows that are not available diff --git a/NEWS b/NEWS index d3f940e2..34e8e384 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,61 @@ +2.23.2 (unstable): + +Glib: +* BalanceTree: New class, wrapping GTree. + (Szilárd Pfeiffer, Jonathan Jongsma) +* NodeTree: get_root() const correction. + (Alexander Shaduri) + +Gio: +* Cancellable: Added release_fd() and make_polldf(). +* File: + - Added has_parent(), supports_thread_contexts(), start_mountable(), + stop_mountable(), poll_mountable() + - Aded create_file_readwrite(), create_file_readwrite_async(). + - Added open_readwrite(), open_readwrite_async(), finish_readwrite(), r + replace_readwrite(), replace_readwrite_async() and finish_replace_readwrite(). + - unmount_mountable(), eject_mountable(): Add overrides with MountOperation + parameters. +* NetworkService: Change hostname property to domain. + (Krzesimir Nowak) +* SocketConnection: Remove graceful-disconnect property. + (Krzesimir Nowak) +* UnixInputStream: Fix the constructor's implementation. + Bug #608665 (Matt Marsh) + +* Windows: giomm.h: Don't include files on Windows that are not available + on that platform. + (Armin Burgmeier) + +2.23.1 (unstable): + + This release adds the BalancedTree class (wrapping GTree) and fixes a number + of bugs, including one where we were accidentally depending on an unreleased + version of glib. + + Alexander Shaduri (1): + Bug #594173 - NodeTree::get_root() violates const-correctness + + Daniel Elstner (1): + Fine-tune Doxygen configuration to improve output + + Jonathon Jongsma (8): + Add non-cancellable versions of a bunch of SocketClient functions + wrap g_socket_connection_factory_create_connection() + A bunch of minor doxygen cleanups around the tree + Fix up some formatting issues for BalancedTree + Rename btree.* to balancedtree.* + Bug #606146 - Relax the glib requirement + Bug 581811 - Gio::content_type_guess() miss the version with a NULL filename + + Krzesimir Nowak (1): + Bug #606100 - Fix wrapping properties. + + Szilárd Pfeiffer (3): + Implement GTree wrapper + Implemented reference counting for BalancedTree. + Fixed several bugs of balanced binary tree wrapper. + 2.23.0 (unstable): This release adds API for the new Network I/O classes that were added in diff --git a/configure.ac b/configure.ac index 43f31543..5b34dae2 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ ## You should have received a copy of the GNU Lesser General Public License ## along with this library. If not, see . -AC_INIT([glibmm], [2.23.0], +AC_INIT([glibmm], [2.23.2], [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm], [glibmm], [http://www.gtkmm.org/]) AC_PREREQ([2.59]) -- cgit v1.2.1