summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5a00eeba3..a0fa9d8b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Major changes in 3.9.90:
+* Fix support for HiDpi displays
+* Replace control characters when fixing filenames for FAT
+* Fix crash while dragging an expander in list view
+* Don't use deprecated GtkStock and GtkImageMenuItem
+* Fix "Reset to Defaults" not resetting columns in List
+ view (Garret Regier)
+* Use more friendly strings in the Location column in
+ List view (Garret Regier)
+* Add Access Date column in Recent (Garret Regier)
+* Add Location column by default in search views (Garret Reiger)
+* Fix search not remembering per-view settings (Garret Reiger)
+* Use new GTK titlebar look (Yosef Or Boczko)
+* Fix hidden files setting not correctly refreshing on
+ change (Srinivasa Ragavan)
+* Fix incorrect click target in canvas view under certain
+ circumstances (Srinivasa Ragavan)
+* Fix DnD glitches on pathbar buttons (Nelson Benitez Leon)
+* Show invalid filename dialog when copying, if required (Nelson Benitez Leon)
+
Major changes in 3.9.3:
* Shade rubberbands on the desktop using the wallpaper color (Ted Gould)
* Port to GtkPlacesSidebar (Federico Mena Quintero)
diff --git a/configure.ac b/configure.ac
index 2c1fd75fd..87791a2c1 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.9.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.9.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================