[glibmm] 2.45.51



commit 92d0a1e8aa4f08ebcd91c5786d2fc6b216730a1e
Author: Murray Cumming <murrayc murrayc com>
Date:   Sat Aug 22 14:17:42 2015 +0200

    2.45.51

 NEWS         |   23 +++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 54995ea..f2abdcf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+2.45.51 (unstable):
+
+Glib::
+* C++11: Glib::ObjectBase, Object, Interface: Add move operators.
+  (Murray Cumming)
+* C++11: Mark all _CLASS_OPAQUE_REFCOUNTED classes as final.
+  (Murray Cumming)
+
+Gio:
+* FileIcon: Remove unncessary IMPLEMENTS_INTERFACE.
+  (Murray Cumming)
+
+gmmproc:
+* _CLASS_GOBJECT(): Generate move operations.
+* _CLASS_INTERFACE(): Generate move operations.
+* _CLASS_BOXEDTYPE_STATIC(): Add move operations.
+* _CLASS_BOXEDTYPE_STATIC: Add explicit copy operations.
+* _CLASS_OPAQUE_COPYABLE(): Add move operations.
+* _CLASS_OPAQUE_COPYABLE: Generate static swap().
+* _CLASS_OPAQUE_REFCOUNTED: Use = delete for the default constructor.
+(Murray Cumming)
+
+
 2.45.50 (unstable):
 
 Glib:
diff --git a/configure.ac b/configure.ac
index e1d5d53..3cefcbc 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.45.50],
+AC_INIT([glibmm], [2.45.51],
         [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]