[glibmm] 2.37.4



commit 73afd45347b14a7776b6b79f247a353fe8348dd8
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jul 10 11:23:18 2013 +0200

    2.37.4

 NEWS         |   27 +++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 28 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index b68182c..fdb436b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+2.37.4 (unstable):
+
+glibmm:
+* Use std::memset() instead of GLIBMM_INITIALIZE_STRUCT
+  (Because it causes compiler warnings with --std=c++ with g++,
+  because that defines __STRICT_ANSI__.) and deprecate
+  GLIBMM_INITIALIZE_STRUCT.
+  (Kjell Ahlstedt)
+
+giomm:
+* Add Gio::DBus::InterfaceSkeleton.
+  (José Alburquerque)
+
+gmmproc:
+* docextract_to_xml.py: Add '&rArr;' to the list of escape sequences.
+  (José Alburquerque)
+* Add _WRAP_ENUM_DOCS_ONLY() and simplify enum docs process.
+  (José Alburquerque) Bug #703155
+*  gmmproc: Use GMMPROC_RETURN_MISMATCHES environment variable.
+  (José Alburquerque)
+* Write glibmm version in generated files.
+  (Kjell Ahlstedt) Bug #697835 and Bug #700495
+  
+Build:
+* Move to a generated ChangeLog.
+  (José Alburquerque)
+       
 2.36.2 (stable):
 
 * Revert this change from 2.36.1, which should not have appeared in a
diff --git a/configure.ac b/configure.ac
index c86bda7..e2ae574 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.36.2],
+AC_INIT([glibmm], [2.37.4],
         [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]