This commit is contained in:
Matthias Clasen 2013-11-18 22:25:01 -05:00
parent 9035178a9a
commit 7eb84cfe02
2 changed files with 10 additions and 1 deletions

9
NEWS
View file

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

View file

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