diff options
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +Major changes in 3.3.3 are: +* Implement the org.freedesktop.FileManager1 DBus interface +* Show context menu for current folder when clicking empty space + in list view +* Sort XDG dirs in the places sidebar according to the current locale +* Fix handling of Ctrl+T on the desktop window +* Fix icon view wrap-around key navigation +* Fix rubberband scrolling in maximized windows +* Fix a crasher when closing a window +* Don't use deprecated GLib and GTK functions + Major changes in 3.3.1 are: * Show a Properties item in the sidebar for mounts * Use GtkStyleContext to draw editable label elements diff --git a/configure.in b/configure.in index 963d3a36e..7b3dc34ef 100644 --- a/configure.in +++ b/configure.in @@ -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.3.1.1, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus) +AC_INIT(nautilus, 3.3.3, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus) dnl =========================================================================== |