[glibmm] 2.33.12



commit e71530f74bbd4f573273f5babe1aae24b4f4bb36
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Sep 7 10:59:37 2012 +0200

    2.33.12

 ChangeLog    |    2 +
 NEWS         |  115 +++++++++++++++++++++++++++++++++++++++-------------------
 configure.ac |    4 +-
 3 files changed, 81 insertions(+), 40 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 47832ef..6d1476f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.33.12:
+
 2012-09-07  Murray Cumming  <murrayc murrayc com>
 
 	Socket: Remove create_source() again.
diff --git a/NEWS b/NEWS
index 7a9d187..e33e639 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+2.33.12 (unstable):
+
+Gio:
+* Add Converter, ZlibCompressor, ZlibDecompressor and 
+  CharsetConverter classes.
+  (Josà Alburquerque)
+* AppInfo: Added  get_display_name(),
+  set_as_last_used_for_type() and get_supported_types().
+* Application: Added get_dbus_connection()
+  and get_dbus_object_path().
+* ContentType:
+  - get_icon(): Fix a refcount error.
+  - Added get_symbolic_icon().
+  (Murray Cumming)
+* DBusAuthObserver: Added allow_mechanism().
+* Drive: Added get_symbolic_icon().
+* FileInfo: Added get_symbolic_icon().
+* Menu: Added append_section().
+* MenuItem: Added get_link().
+* MenuModel: Added is_mutable() and get_n_items().
+* Mount: Added get_symbolic_icon().
+* ProxyAddress: Added get_destination_protocol()
+  and get_uri().
+* 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.
+* Volume:
+  - Added get_symbolic_icon().
+  - Added get_sort_key().
+  (Murray Cumming)
+
+gmmproc:
+* _WRAP_VFUNC: Handle virtual functions that throw GErrors.
+  (Josà Alburquerque) Bug #683460
+
+
 2.33.4 (unstable):
 
 Glib:
@@ -202,20 +241,20 @@ gmmproc:
 
 * gmmproc (docs):
   - Add documentation to wrapped signals.
-  	Bug #668918 (Mark)
+    Bug #668918 (Mark)
   - Convert signal and property names correctly.
-  	Bug #668918 (Mark)
+    Bug #668918 (Mark)
   - Add some HTML entity conversions.
   - Translate the <itemizedlist> tags in docs correctly.
-	(Josà Alburquerque)
+  (Josà Alburquerque)
 
 2.31.16: (unstable):
 
 Build:
 * Dispatcher: Fix the build on win32.
-	(TS)
+  (TS)
 * thread.h: Move calls to deprecated glib functions into thread.cc.
-	(Haikel Guemar)
+  (Haikel Guemar)
 
 2.31.2: (unstable):
 
@@ -264,7 +303,7 @@ Examples:
   - Don't include C code examples found in the XML docs. Bug #650544
   - Don't include <glibmm.h> by default in generated files. Bug #662597
   (Josà Alburquerque)
-	
+  
 2.31.0: (unstable)
 
 Glib:
@@ -309,7 +348,7 @@ giomm:
 Documentation:
 * gmmproc: DocParser: Correct the removal of link tags.
   (Josà Alburquerque)
-	
+  
 2.29.13: (unstable)
 
 giomm:
@@ -319,7 +358,7 @@ gmmproc
 * Correct handling of constversion etc. in _WRAP_METHOD, avoiding side-effects 
   on other _WRAP_METHOD() calls in the same .hg file.
   (Kjell Ahlstedt) Bug #657751,
-	
+  
 2.29.12: (unstable)
 
 2011-08-03  Murray Cumming  <murrayc murrayc com>
@@ -333,10 +372,10 @@ gmmproc
   (Josà Alburquerque)
 * Build:
 configure: Require the latest libsigc++ because our tests require it.
-	See https://bugs.launchpad.net/bugs/829596
-	(Murray Cumming)
+  See https://bugs.launchpad.net/bugs/829596
+  (Murray Cumming)
 
-	
+  
 2.29.11: (unstable)
 
 * Gio::AppInfo:
@@ -389,7 +428,7 @@ gmmproc:
 * Put guards around generated includes in wrap_init.cc to fix the wind32 build.
   (Kalev Lember) Bug #649182
 * tools/pm/GtkDefs.pm: GtkDefs::split_tokens(): Speed improvement.
-	(Kjell Ahlstedt) Bug #644037
+  (Kjell Ahlstedt) Bug #644037
 
 Build:
 * Update the VS 2005, 2008, and 2010 project files.
@@ -397,7 +436,7 @@ Build:
 * Examples build: Use the GLIB_COMPILE_SCHEMAS variable.
   (Volker Grabsch) Bug #648485.
 * Gio::DBus::Message: Fixed includes for WIN32
-	(Kalev Lember)  Bug #649168
+  (Kalev Lember)  Bug #649168
 
 Documentation:
 * Added some classes to the DBus documentation group and added class
@@ -628,22 +667,22 @@ Gio:
 
   DBus: Add initial implementation of a bus server/client example.
 
-	* examples/Makefile.am:
-	* examples/dbus/busserver.cc: Add a partial implementation of the
-	server part of a server/client example that communicate through the
-	user's bus.
-	* examples/dbus/peer.cc: Typos.
+  * examples/Makefile.am:
+  * examples/dbus/busserver.cc: Add a partial implementation of the
+  server part of a server/client example that communicate through the
+  user's bus.
+  * examples/dbus/peer.cc: Typos.
 
 2.27.91 (unstable):
 
 Gio:
 * BufferedInputStream, BufferedOutputStream: Fix create_sized().
-	(Murray Cumming) Bug #638616 (Michael Edwards)
+  (Murray Cumming) Bug #638616 (Michael Edwards)
 * DBus: Use std::string for addresses since they could be a file path.
   Use std::string instead of Glib::ustring for address parameters just to avoid
   possible errors since DBus address could be a filename path as the "Addresses"
-	section of the DBus introduction seems to imply:
-	http://www.freedesktop.org/wiki/IntroductionToDBus.
+  section of the DBus introduction seems to imply:
+  http://www.freedesktop.org/wiki/IntroductionToDBus.
 * DBus: Use std::string instead of Glib::ustring for guid's since std::string's
   API is probably adequate enough for their use.
   (Josà Alburquerque)
@@ -743,8 +782,8 @@ Gio:
   - Add emit_signal().
   - Add call(), call_finish() and call_sync() methods.
 * DBusMethodInvocationbusmethodinvocation: Remove the default constructor
-	because it probably will not be used (there is no create() method to
-	go along with it).
+  because it probably will not be used (there is no create() method to
+  go along with it).
 * DbusServer: create_sync(): Use g_dbus_server_new_sync() instead of the
   constructors because the C function does more than call g_initable_new().
   (Josà Alburquerque)
@@ -776,23 +815,23 @@ Gio:
 * Application: Added open().
 * ActionGroup: Added list_actions.
 * DataInputStream: Added read_upto(), read_upto_async()
-	and read_upto_finish().
-	(Murray Cumming)
+  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().
+  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)
+  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 Added proxy_enumerate() and a
-	const enumerate().
+  const enumerate().
 * Added UnixSocketAddress
 * UnixCredentialMessage, UnixFDMessage: Wrap properties properly.
   (Josà Alburquerque)
@@ -811,8 +850,8 @@ Gio:
 * Added ActionGroup.
 * Application: Large API changes to match the changed C API.
 * DBusConnection: Reorder the parameters in the
-	constructors and create methods so that the DBusConnection flag
-	parameter has a default value.
+  constructors and create methods so that the DBusConnection flag
+  parameter has a default value.
 * DBusProxy: Added get_cached_property().
   (Josà Alburquerque)
 
@@ -1042,11 +1081,11 @@ Gio:
 * SocketConnection: Remove graceful-disconnect property.
   (Krzesimir Nowak)
 * UnixInputStream: Fix the constructor's implementation.
-	Bug #608665 (Matt Marsh)
+  Bug #608665 (Matt Marsh)
 
 * Windows: giomm.h: Don't include files on Windows that are not available
-	on that platform.
-	(Armin Burgmeier)
+  on that platform.
+  (Armin Burgmeier)
 
 2.23.1 (unstable):
 
@@ -1247,7 +1286,7 @@ Glib:
   - Avoid problems with spaces in _DEFS() calls.
   (Hubert Figuiere) Bug #586785.
   - Improve guessing of the *_get_type() function names from enum names.
-	(Josà Alburquerque) Bug #575870.
+  (Josà Alburquerque) Bug #575870.
 
 Gio:
 * Cancellable: Added connect() and disconnect().
diff --git a/configure.ac b/configure.ac
index b382812..e243989 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.33.3],
+AC_INIT([glibmm], [2.33.12],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -60,7 +60,7 @@ AS_IF([test "x$enable_static" = xyes],
   AC_DEFINE([GIOMM_STATIC_LIB],  [1], [Define if giomm is built as a static library])
 ])
 
-glibreq='2.0 >= 2.33.4'
+glibreq='2.0 >= 2.33.12'
 
 GLIBMM_MODULES="sigc++-2.0 >= 2.2.10 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
 GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"



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