summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2010-03-10 15:05:18 +0100
committerTomas Bzatek <tbzatek@redhat.com>2010-03-10 15:05:18 +0100
commit44ea265c75a6cf54145002d9323b8bec52f76e3d (patch)
tree4f5d3d0da0dc29366f79cc9d822a57d409156b67
parent8c8cf192d861a1a6c202624ee0b4c0ff43077080 (diff)
downloadnautilus-2.29.92.1.tar.gz
Update for 2.29.92.12.29.92.1
-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 ===========================================================================