[glibmm] Improve NEWS for the stable release.



commit 386ab36df82d1c9ed60028c12b559af4b2aa7dd3
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Nov 5 06:52:46 2012 +0100

    Improve NEWS for the stable release.

 NEWS |  112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 112 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index afa33c5..1834644 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,115 @@
+Changes in 2.34 compared to 2.32:
+
+Glib:
+* Added the Bytes class, wrapping GBytes.
+  (Murray Cumming)
+* RegEx: Add get_has_cr_or_lf().
+  (Josà Alburquerque)
+* Threads::Mutex, RecMutex: Add wrap() functions.
+  (Kjell Ahlstedt) Bug #483790
+* VariantIter: Add init() method.
+  (Josà Alburquerque)
+
+Gio:
+* ActionGroup: Add the query_action() methods.
+  (Josà Alburquerque)
+* AppInfo: Added  get_display_name(),
+  set_as_last_used_for_type() and get_supported_types().
+  (Murray Cumming)
+* AppLaunchContext: Add setenv(), unsetenv() and get_environment().
+  (Murray Cumming)
+* Application:
+  - Added get_dbus_connection()
+  and get_dbus_object_path().
+  - Allow the application ID to be empty.
+  (Murray Cumming)
+* ContentType:
+  - get_icon(): Fix a refcount error.
+  - Added get_symbolic_icon().
+  (Murray Cumming)
+* Add Converter, ZlibCompressor, ZlibDecompressor and 
+  CharsetConverter classes.
+  (Josà Alburquerque)
+* Add ConverterInputStream and ConverterOutputStream.
+  (Josà Alburquerque)
+* DBusAuthObserver: Added allow_mechanism().
+  (Murray Cumming)
+* Drive: Added get_symbolic_icon().
+  (Murray Cumming)
+* File: Add remove_async() and remove_finish().
+  (Murray Cumming)
+* FileAttributeMatcher: Add create_difference() and to_string().
+  (Josà Alburquerque)
+* FileInfo:
+  - Add has_namespace(), [get|set]_attribute_status(),
+  and [get|set]_attribute_strings().
+  (Josà Alburquerque)
+  - Added get_symbolic_icon().
+  (Murray Cumming)
+* InetSocketAddress: Added get_flowinfo() and get_scope_id()
+  (Murray Cumming)
+* InputStream: Added read_bytes(), read_bytes_async() and read_bytes_finish().
+  (Murray Cumming)
+* IOStream: Add splice_async() splice_finish().
+  (Josà Alburquerque)
+* Menu: Added append_section().
+  (Murray Cumming)
+* MenuItem:
+  - Added get_link().
+  (Murray Cumming)
+  - Add get_attribute().
+  (Josà Alburquerque)
+* MenuModel: Added is_mutable() and get_n_items().
+  (Murray Cumming)
+* Mount: Added get_symbolic_icon().
+  (Murray Cumming)
+* MountOperation: Wrap the "show-unmount-progess" signal.
+  (Josà Alburquerque)
+* OutputStream: Added write_bytes(), write_bytes_async() and write_bytes_finish().
+  (Murray Cumming)
+* Add PollableInputStream and PollableOutputStream.
+  (Josà Alburquerque)
+* Proxy: Add call(), call_sync() and call_finish() for unix_fd_list.
+  (Murray Cumming)
+* ProxyAddress: Added get_destination_protocol()
+  and get_uri().
+  (Murray Cumming)
+* Add Resource
+  Bug #674545 (Kalev Lember)
+* Socket: Added get_available_bytes(), get_ttl(), set_ttl(), 
+  get_broadcast(), set_broadcast(), 
+  get_multicast_loopback(), set_multicast_loopback(),
+  get_multicast_ttl(), set_multicast_ttl(),
+  join_multicast_group(), leave_multicast_group(),
+  and properties.
+  (Murray Cumming)
+* Volume:
+  - Added get_symbolic_icon().
+  - Added get_sort_key().
+  (Murray Cumming)
+
+Gio::DBus:
+* Connection:
+  - Added get_last_serial().
+  (Murray Cumming)
+  - Added call_[finish|sync]() with UnixFDLists.
+  (Josà Alburquerque)#662371.
+
+gmmproc:
+* Add _INCLUDE_IN_WRAP_INIT, _GMMPROC_WRAP_CONDITIONALLY.
+  (Kjell Ahlstedt) Bug #678883.
+* Add _CUSTOM_CTOR_CAST
+  (Krzesimir Nowak)
+* _WRAP_VFUNC: Handle virtual functions that throw GErrors.
+  (Josà Alburquerque) Bug #683460
+* Add a _NO_WRAP_INIT_REGISTRATION macro
+  (Josà Alburquerque) Bug #684006
+* _CLASS_GOBJECT: Allow classes to have custom wrap() functions.
+  (Josà Alburquerque) Bug #684006
+* _WRAP_METHOD: Allow setting parameters from C output params.
+  (Josà Alburquerque) Bug #662371
+
+
 2.34.0 (stable):
 
 * Some minor documentation improvements.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]