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 ===========================================================================