release: prepare for 3.13.92

This commit is contained in:
Cosimo Cecchi 2014-09-16 10:26:47 -07:00
parent 97787a35f2
commit 7cef9b58ac
2 changed files with 8 additions and 1 deletions

7
NEWS
View file

@ -1,3 +1,10 @@
Major changes in 3.13.92:
* Improve toolbar and pathbar styling with GTK 3.14
* Expand properties dialog notebook in its parent container
* Fix crash when using the rename field context menu in list view
* Fix crash when using a screen reader in canvas view
* Fix crash when changing icon captions setting (Volker Sobek)
Major changes in 3.13.91:
* Performance improvements for canvas and list views
* Remove duplicate actions in gear menu when app menu is not in use

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.13.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
AC_INIT([nautilus],[3.13.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================