summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2010-11-02 11:18:06 +0100
committerMurray Cumming <murrayc@murrayc.com>2010-11-02 11:18:06 +0100
commitffadfbaa4c52f280f01a9645a8b7683a3d1078ca (patch)
treeb60749d7d23d4fc28c02dbb0b6260302899193cc
parent1ecb31b31a8da5b8d769c2b8ebe63054441e3a47 (diff)
downloadglibmm-ffadfbaa4c52f280f01a9645a8b7683a3d1078ca.tar.gz
2.27.22.27.2
-rw-r--r--ChangeLog6
-rw-r--r--NEWS17
-rw-r--r--configure.ac4
3 files changed, 23 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e863eed6..9d4691c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,11 @@
+2.27.2:
+
2010-11-01 Murray Cumming <murrayc@murrayc.com>
Fix the build with --enable-warnings=fatal
- * glib/glibmm/main.[h|cc]: get_current_time(): undef G_DISABLE_DEPRECATED
- so this can build. Deprecate it to match the C API. Add get_time() which
+ * glib/glibmm/main.[h|cc]: get_current_time(): undef G_DISABLE_DEPRECATED
+ so this can build. Deprecate it to match the C API. Add get_time() which
replaces it. However, we should replace our use of it, which seems difficult.
2010-11-01 José Alburquerque <jaalburqu@svn.gnome.org>
diff --git a/NEWS b/NEWS
index 498ed3be..d89bd96a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+2.27.2: (unstable):
+
+Gio:
+
+* Added ActionGroup.
+* Application: Large API changes to match the changed C API.
+* DBusConnection: Reorder the parameters in the
+ constructors and create methods so that the DBusConnection flag
+ parameter has a default value.
+* DBusProxy: Added get_cached_property().
+ (José Alburquerque)
+
+Glib:
+* Main: Add get_time(), deprecating get_current_time(), though this needs
+ more work.
+ (Murray Cumming)
+
2.27.1: (unstable):
Gio:
diff --git a/configure.ac b/configure.ac
index ac74e36a..9ba32895 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.27.1],
+AC_INIT([glibmm], [2.27.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -57,7 +57,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.27.1'
+glibreq='2.0 >= 2.27.2'
GLIBMM_MODULES="sigc++-2.0 >= 2.0 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"
test "x$glibmm_host_windows" = xyes || GIOMM_MODULES="$GIOMM_MODULES gio-unix-$glibreq"