[glibmm] 2.45.3
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] 2.45.3
- Date: Tue, 30 Jun 2015 07:54:10 +0000 (UTC)
commit a8f22f4369b8e7630d623f61a003a3cacf1cbc97
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Jun 30 09:31:00 2015 +0200
2.45.3
NEWS | 19 +++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8748bbc..a98524d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+2.45.3 (unstable):
+
+* Add SettingsSchema, SettingsSchemaKey and SettingsSchemaSource.
+ (Murray Cumming)
+* Deprecate HelperList and SArray because nothing uses them.
+ (Murray Cumming)
+
+Build:
+* Don't disable more deprecation warnings than necessary
+ (Kjell Ahlstedt) Bug #750379.
+
+gmmproc:
+* _WRAP_METHOD: deprecated: Use G_GNUC_[BEGIN|END]_IGNORE_DEPRECATIONS
+ per function, instead of one big undef [G|GDK|GTK]_DISABLE_DEPRECATED.
+ (Kjell Ahlstedt) Bug #750379
+* Remove GP_LIST, because nothing uses it.
+ (Murray Cumming)
+
+
2.45.2 (unstable):
Glib:
diff --git a/configure.ac b/configure.ac
index e854d81..5712864 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.2],
+AC_INIT([glibmm], [2.45.3],
[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.44.0'
+glibreq='2.0 >= 2.45.3'
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]