[glibmm] 2.51.1.2



commit d8c7652475f3c52494606ab554ebcc762dab5beb
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jan 11 08:36:34 2017 +0100

    2.51.1.2

 NEWS         |   50 ++++++++++++++++++++++++++++++++++++++++++++++++--
 configure.ac |    2 +-
 2 files changed, 49 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8a2ead1..568d3c1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,50 @@
-2.51.1.1:
+2.51.1.2 (unstable):
+Distro packagers should probably not package this yet.
+
+Glib:
+* Remove some deprecated API
+  (Kjell Ahlstedt)
+* Variant: Remove the string specializations of cast_dynamic.
+  (Kjell Ahlstedt)
+* Glib::VariantType: Add get_item_types(), removing first() and
+  next().
+  (Kjell Ahlstedt) Bug #775741
+
+
+Gio:
+* init(): Set the global locale.
+  (Kjell Ahlstedt) Bug #661588
+* ActionBase: get_state_hint_variant() now returns VariantContainerBase.
+  (Kjell Ahlstedt)
+* ActionMap: add_action_with_parameter(): Register the parameter type,
+  to make this work.
+  (Daniel Boles) Bug #774444
+* ActionResult: Add is_tagged_vfunc().
+  (Kjell Ahlstedt)
+* Glib::Dispatcher: Implement the pimpl idiom
+  (Kjell Ahlstedt) Bug #651942
+* File, FileInfo, FileIOStream, FileOutputStream: Use Glib::ustring for
+  (UTF-8) file attributes of string type.
+  (Kjell Ahlstedt) Bug #615950
+* NetworkMonitor: Derive from Gio::Initable.
+  (Kjell Ahlstedt)
+* RemoteActionGroup: Rename some vfuncs to add _full().
+  (Murray Cumming)
+
+Documentation:
+* ActionMap:
+  - ActivateSlot: Mention add_action_bool().
+  - ActivateWithParameterSlot: Be more specific.
+  (Daniel Boles) Bug #774444
+
+Build:
+* Update the Visual Studio project files.
+  (Chun-wei Fan)
+* Some minor cppcheck fixes.
+  (Murray Cumming)
+
+
+2.51.1.1 (unstable):
 
 General:
 * Remove no_default_handler in some _WRAP_SIGNAL()s
@@ -67,7 +113,7 @@ Gio::Dbus:
   (Murray Cumming)
 
 
-2.51.1:
+2.51.1 (unstable):
 
 This is the first release of the glibmm-2.52 API/ABI.
 It installs in parallel with the gtkmm-2.4 API/ABI, of which
diff --git a/configure.ac b/configure.ac
index 899d3d3..5c7c7cb 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.51.1.1],
+AC_INIT([glibmm], [2.51.1.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]