summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ed52cc2c0..15f0d12e1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 2.29.92.1 are:
+* Fix compilation due to deprecated GTK_WIDGET_STATE symbol
+* Fix libm linking
+* Updated Portuguese translation
+
Major changes in 2.29.92 are:
* Make view default focus in new windows
* Put tabs at the top again
diff --git a/configure.in b/configure.in
index b8a230eba..740f10ecd 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 2)
m4_define(nautilus_extension_revision, 0)
-AC_INIT([nautilus],[2.29.92],
+AC_INIT([nautilus],[2.29.92.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================