summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-11-18 22:25:01 -0500
committerMatthias Clasen <mclasen@redhat.com>2013-11-18 22:25:01 -0500
commit7eb84cfe0286b92a90f3908c9ca6ad1b5fd702fc (patch)
tree31fe9d50b4f9933b0d7441c0d2b2c53b97e3794e
parent9035178a9af9a9011b4a60365aa19be646eaa9f2 (diff)
downloadnautilus-7eb84cfe0286b92a90f3908c9ca6ad1b5fd702fc.tar.gz
3.10.1
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5345353d1..120215b0f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 3.10.1:
+- Bring back eject button in sidebar (Matthias Clasen)
+- Fix rename entry rendering (Alex Larsson)
+- Fix rename entry positioning (Alex Larsson)
+- Avoid a crash if inhibit fails (Ross Lagerwall)
+- Center tab labels (William Jon McCann)
+- Fix DND move (Nelson Benitez Leon)
+- Translation updates
+
Major changes in 3.10.0:
- Make search provider return results again (David King)
- Translation updates
diff --git a/configure.ac b/configure.ac
index 7a1b6f07b..18166ae5c 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.10.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.10.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================