[glibmm] 2.49.1



commit efa8aeb31a86ff9a70cda945b3f1fa93269820a8
Author: Murray Cumming <murrayc murrayc com>
Date:   Sun May 29 12:53:52 2016 +0200

    2.49.1

 NEWS         |   35 +++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 36 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 73fdf0c..0ad1608 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+2.49.1:
+
+gmmproc:
+* Discard unused m4 sections.
+  (Kjell Ahlstedt)
+* Add 'deprecated' option in _WRAP_ENUM and _WRAP_GERROR
+  (Kjell Ahlstedt)
+* _CLASS_GOBJECT(): Allow custom move operation implementations with
+  _CUSTOM_MOVE_OPERATION().
+  (Marcin Kolny) Bug #756593
+
+Gio:
+* Added ListModel, ListStoreBase and ListStore<>, and tests.
+  (Kjell Ahlstedt, Murray Cumming, Marcin Kolny)
+  Bug #755307
+* SocketAddress: Correct the constructor's implemention.
+  (Murray Cuming) Bug #766150 (Vladimir)
+
+Gio:DBus:
+* Proxy: allow using GDBusProxy* conversion outside DBus namespace
+
+Glib:
+* FileAtrributeInfoList, Checksum, Module, RefPtr:
+  Make operator bool explicit.
+  (Murray Cumming)
+* Property: Allow to set property nick, blurb, and flags.
+  (Marcin Kolny) Bug #755256
+* VariantBase: Add explicit operator bool(), deprecating
+  operator const void*.
+  (Murray Cumming)
+
+Documentation:
+* Examples: Use libsigc++ 2.9/10 and its slot/signal<R(Args...)> syntax.
+  (Murray Cumming)
+
 2.48.1:
 
 Build:
diff --git a/configure.ac b/configure.ac
index a0ccfd7..f0c19c4 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.48.1],
+AC_INIT([glibmm], [2.49.1],
         [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]