summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2010-02-05 23:59:43 +0100
committerMurray Cumming <murrayc@murrayc.com>2010-02-05 23:59:43 +0100
commit6416c2f96815939738087de4d0ce9ff1272c17df (patch)
tree3dd9e3f0bbf04f35b361b71d42e07b3d7a5d8c07
parent97c9681a46d0192268342d1ffbae5828a13df607 (diff)
downloadglibmm-2.23.2.tar.gz
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.
-rw-r--r--ChangeLog27
-rw-r--r--NEWS58
-rw-r--r--configure.ac2
3 files changed, 86 insertions, 1 deletions
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 <murrayc@murrayc.com>
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 <daniel.kitta@gmail.com>
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 <armin@arbur.net>
* 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 <http://www.gnu.org/licenses/>.
-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])