summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-09-23 23:30:53 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-09-23 23:41:11 -0400
commit7c0b6ac77df70bef9922d2555fdcde376b7cddac (patch)
tree1c9fc549980468bea3fdfc61b4aa3c56d1fa617b
parent265dd98d6b5584fb28da19eb28cc61d8149f5ce4 (diff)
downloadnautilus-3.10.0.tar.gz
3.10.03.10.0
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3d5c9604b..5345353d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 3.10.0:
+- Make search provider return results again (David King)
+- Translation updates
+
Major changes in 3.9.92:
* Use new gtk_drag_begin_full API (Jasper St. Pierre)
* Increase default window width to fit four icons (Michael Catanzaro)
diff --git a/configure.ac b/configure.ac
index 73543992b..7a1b6f07b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 5)
m4_define(nautilus_extension_revision, 0)
-AC_INIT([nautilus],[3.9.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.10.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================