summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2017-01-11 08:36:34 +0100
committerMurray Cumming <murrayc@murrayc.com>2017-01-11 09:08:10 +0100
commitd8c7652475f3c52494606ab554ebcc762dab5beb (patch)
treee683a8fe2f4c8e812a0044f13a38224611bbf6de
parentf3c18813ed497e077a5748c0a892e39bb2969d30 (diff)
downloadglibmm-d8c7652475f3c52494606ab554ebcc762dab5beb.tar.gz
2.51.1.22.51.1.2
-rw-r--r--NEWS50
-rw-r--r--configure.ac2
2 files changed, 49 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 8a2ead18..568d3c10 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 899d3d3f..5c7c7cb4 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])