diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2011-12-19 10:32:59 +0100 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-12-19 11:44:19 +0100 |
commit | 54ae064f753582a8b0745110b45724b99eb913a4 (patch) | |
tree | cc6463b57a33773ce8bb552599431ada9494908c | |
parent | 2de1c3a4a0294006bbcf950f7473ff962848dc1c (diff) | |
download | nautilus-54ae064f753582a8b0745110b45724b99eb913a4.tar.gz |
release: prepare for 3.3.33.3.3
-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 =========================================================================== |