[glibmm] 2.45.2



commit e021103113aa73cc4016424ac028387f5834522e
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jun 8 12:18:06 2015 +0200

    2.45.2

 NEWS         |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 55 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6fc5c03..8748bbc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,57 @@
+2.45.2 (unstable):
+
+Glib:
+* Add Glib::format_size().
+  (Kjell Ahlstedt) Bug #747311 (Zsolt Bölöny)
+* Add get_user_special_dir(UserDirectory), deprecating 
+  get_user_special_dir(GUserDirectory directory).
+  (Kjell Ahlstedt) Bug #747311
+* Threads::Thread: Use GThread only via a pointer.
+  Kjell Ahlstedt (Bug #746533)
+* VariantBase: Add is_castable_to().
+* VariantContainerBase: get_iter(): Accept casts of complicated types
+  containing object paths and DBus type signatures to Variant<> types
+  containing Glib::ustring and std::string.
+  (Kjell Ahlstedt) Bug #747508.
+* Variant: Wrap handles and add get_data_as_bytes()
+  (Kjell Ahlstedt)
+* Added SignalProxyDetailed.
+
+Gio:
+* Settings: Add signal_changed(key).
+  (Kjell Ahlstedt, Murray Cumming) Bug #749034.
+* Added SimpleIOStream.
+  (Kjell Ahlstedt)
+
+Documentation:
+* API Reference: Remove generated " "You rarely need to use properties".
+  Some new glib and gtk+ classes (GSimpleIOStream, GtkModelButton,
+  GtkPopoverMenu) have no public set/get methods for their properties.
+  (Kjell Ahlstedt)
+* API Reference: Fix the version numbers in some @newin Doxygen commands.
+  (Kjell Ahlstedt)
+
+gmmproc:
+* Add _IGNORE_PROPERTY() and _IGNORE_CHILD_PROPERTY() macros.
+  (Kjell Ahlstedt)
+* Add support for 'newin "n,m"' in some _WRAP macros.
+  (Kjell Ahlstedt) Bug #748856 (Andrew Potter)
+* _WRAP_SIGNAL: Add support for detail_name.
+  (Kjell Ahlstedt) Bug #749034
+*  Fetch property documentation from the docs.xml file, if available there.
+  (Kjell Ahlstedt)
+* docextract_to_xml.py: Distinguish sections from properties.
+  (Kjell Ahlstedt)
+* docextract_to_xml.py: Add support for the --no-recursion option.
+  (Kjell Ahlstedt)
+
+Build:
+* Glib::ObjectBase: Don't use std::auto_ptr (deprecated in C++11).
+  (Kjell Ahlstedt) Bug #748630 (Hubert Figuiere)
+* Add missing GLIBMM_API for Interface
+  (Mikhail Titov) Bug #748719.
+
+
 2.44:
 
 API additions since 2.42:
diff --git a/configure.ac b/configure.ac
index 1eda740..e854d81 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.44.0],
+AC_INIT([glibmm], [2.45.2],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])


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