From d46e57e5d8a599febdd370fa22aeb085457f1160 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 17 Dec 2012 16:51:22 +0100 Subject: release: prepare for 3.7.3 --- NEWS | 12 ++++++++++++ configure.in | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a26378798..f407960d9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Major changes in 3.7.3 are: +* Update search provider to org.gnome.Shell.SearchProvider2 interface +* Rely on GIO to parse ".hidden" files +* Consistently use unicode ellipsis instead of three periods (Jeremy Bicha) +* Use a different label for removing a file from "Recent" (Paolo Borelli) +* Restore the previous behavior wrt. framing for custom icons +* Share the "show hidden" GSetting option with the GTK+ + file chooser (Timothy Arceri) +* Fix missing unmount sync notification under some circumstances +* Fix infinite loop while deep counting the size of "/" (Phillip Susi) +* Fix wrong filename when restoring file from trash (Timothy Arceri) + Major changes in 3.7.2 are: * Request to render larger thumbnails by default * Don't quote the current location name in search bar diff --git a/configure.in b/configure.in index 7a2ca85ff..4a985f623 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.7.2, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus) +AC_INIT(nautilus, 3.7.3, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus) dnl =========================================================================== -- cgit v1.2.1