summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2010-11-10 10:26:20 +0100
committerMurray Cumming <murrayc@murrayc.com>2010-11-10 10:26:20 +0100
commit65564dceded03624380abefb40381f1626181b14 (patch)
tree4bf2e932db2920af0880f000f885ccf699124ed2 /NEWS
parent396dab7df3fa2892eaf04503edbfb0876a2ef776 (diff)
downloadglibmm-65564dceded03624380abefb40381f1626181b14.tar.gz
2.27.32.27.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS34
1 files changed, 34 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d89bd96a..56835a72 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+2.27.3: (unstable):
+
+Gio:
+* Application: Added open().
+* ActionGroup: Added list_actions.
+* DataInputStream: Added read_upto(), read_upto_async()
+ and read_upto_finish().
+ (Murray Cumming)
+* DBusConnection: Correct the AsyncInitable inheritance/implementation.
+* MemoryOutputStream: Added steal_data(), and a const get_data().
+* NetworkService: Added get_scheme(), set_scheme() and the property.
+* Socket: Added get_timeout(), set_timeout(),
+ receive_with_blocking() and send_with_blocking().
+ (José Alburquerque)
+* SocketClient:
+ * Add get_enable_proxy(), set_enable_proxy(),
+ get_timeout(), set_timeout() and add_application_proxy().
+ (José Alburquerque)
+ * Added connect_to_uri(), connect_to_uri_async()
+ and connect_to_uri_finish().
+ (Murray Cumming)
+* SocketConnectable: socketconnectable.hg: Added proxy_enumerate() and a
+ const enumerate().
+* Added UnixSocketAddress
+* UnixCredentialMessage, UnixFDMessage: Wrap properties properly.
+ (José Alburquerque)
+* giomm.h: Add includes of newly wrapped API.
+ (José Alburquerque)
+
+Glib:
+* ObjectBase: Fixed compiler errors when the debug warnings are enabled
+ at compile time.
+ (Krzesimir Nowak)
+
2.27.2: (unstable):
Gio: