diff options
author | Jonathon Jongsma <jonathon@quotidian.org> | 2010-01-02 23:09:33 -0600 |
---|---|---|
committer | Jonathon Jongsma <jonathon@quotidian.org> | 2010-01-02 23:09:33 -0600 |
commit | 5083cdd1ed46e794582d5a1385f4ed39352dadeb (patch) | |
tree | 8fa7d4394bd234cca4ee9b3a884a8979037e44de /NEWS | |
parent | 356dd385e60b6259d3bc14dc4cbf068601587838 (diff) | |
download | glibmm-5083cdd1ed46e794582d5a1385f4ed39352dadeb.tar.gz |
Update NEWS, bump versioning for 2.23.0 release
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -1,3 +1,41 @@ +2.23.0 (unstable): + + This release adds API for the new Network I/O classes that were added in + glib 2.22.x (e.g. Gio::Socket, Gio::Resolver, etc). Testing of this new API + would be greatly appreciated. There are a few minor fixes in various other + areas as well. + + Armin Burgmeier (2): + Added new files to MSVC projects + ifdef-out inclusion of files not available on Windows in giomm.h + + Jonathon Jongsma (18): + Re-enable network IO stuff (GSocket, etc) + Re-enable network IO stuff (Socket, Resolver, etc) + Add socket-client example + Add socket-server example + Take an extra ref from the return of g_inet_socket_address_get_address + Fix another bug in resolver example + Regenerate gio_methods.defs, bump glib requirement + Re-generate gio_docs.xml + Wrap Gio::Mount::get_default_location() + _IGNORE a couple API that we've implemented manually + Wrap SocketClient, SocketConnection, TcpConnection, UnixConnection + Wrap SocketListener + Accidentally marked wrong SocketConnection as non-win32 + Re-generate gio signal defs + Wrap SocketService + Wrap ThreadedSocketService + Wrap missing properties of SocketClient, SocketConnection, SocketListener + Add some more .gitignore stuff + + José Alburquerque (1): + Make build successful when exceptions, vfuncs, etc. are disabled. + + Murray Cumming (1): + Regex: Slight documentation improvement. + + 2.22.1 (stable): This is a quick follow-on release to fix a couple minor issues discovered in |