[glibmm] 2.43.1



commit 64dd48d19dca7408dfe4d11520418188c3e1ded7
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Dec 3 11:12:43 2014 +0100

    2.43.1

 NEWS         |   25 +++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 27 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 652d05a..616f720 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+2.43.1 (unstable):
+
+gmmproc:
+* Tidy up the generation of enum docs
+  (Kjell Ahlstedt)
+* _WRAP_GERROR: Add documentation to the generated enum Code.
+  (Kjell Ahlstedt)
+* Change messages that MS Visual Studio can misunderstand.
+  (Kjell Ahlstedt)
+* Warn when an ignored method or signal doesn't exist.
+  (Marcin Kolny) Bug #737212.
+  
+Glib:
+* Add Binding.
+  (Kjell Ahlstedt) Bug #738663.
+* Checksum::ChecksumType: Remove erroneous documentation
+  (Kjell Ahlstedt)
+* Property: Add some documentation.
+  (Kjell Ahlstedt) Bug #523043.
+
+Gio:
+  Add Resource.
+  (Kjell Ahlstedt)
+
+
 2.42:
 
 API additions since 2.40:
diff --git a/configure.ac b/configure.ac
index a8ea03e..6a22c4e 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.42.0],
+AC_INIT([glibmm], [2.43.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -60,7 +60,7 @@ AS_IF([test "x$enable_static" = xyes],
   AC_DEFINE([GIOMM_STATIC_LIB],  [1], [Define if giomm is built as a static library])
 ])
 
-glibreq='2.0 >= 2.42.0'
+glibreq='2.0 >= 2.43.1'
 
 GLIBMM_MODULES="sigc++-2.0 >= 2.2.10 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
 GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]