summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-06-29 01:27:56 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2010-06-29 01:27:56 +0200
commit9c903fd8a5b8daaa265a8d2c05603dbed9447d60 (patch)
tree2d129437ae559f2a3fc6aad83ffb5e1b397e882b
parenta4e6c93d22394b086055ce92d0e06576958f969b (diff)
downloadnautilus-2.31.4.tar.gz
Release 2.31.4.2.31.4
-rw-r--r--NEWS5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 120980e0b..55230474c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 2.31.4 are:
+* Depend on GTK+ 3.0
+* Replace libunique with GApplication
+* Don't show 'File Browser' anymore in the window title
+
Major changes in 2.31.3 are:
* Port to GDBus
* Change the default order for files in special directories
diff --git a/configure.in b/configure.in
index 60b80386b..99fa99b45 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 3)
m4_define(nautilus_extension_revision, 0)
-AC_INIT([nautilus],[2.31.3],
+AC_INIT([nautilus],[2.31.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================