[glibmm/glibmm-2-46] 2.46.3



commit 1d8582f73a7bb2fb665983bdb34f5f23eeae0673
Author: Murray Cumming <murrayc murrayc com>
Date:   Sun Dec 13 15:21:06 2015 +0100

    2.46.3

 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ff3e87a..aaade50 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+2.46.3:
+
+Gio:
+* ActionMap: Fix the ref count in lookup_action_vfunc()
+  (Kjell Ahlstedt) Bug #758813 (Aurimas Černius)
+* Application: Destructor: Use noexcept in the implementation too.
+  (Murray Cumming) Bug #758798 (Émeric Maschino)
+
+
 2.46.2:
 
 * ObjectBase, Object, Interface: Correct move constructors and move assignment
diff --git a/configure.ac b/configure.ac
index ad1ce5f..53ea832 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.46.2],
+AC_INIT([glibmm], [2.46.3],
         [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]