summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-03-17 16:41:06 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-03-17 16:41:06 +0100
commit4ff533a2ebc5c86197de994995783418e87dfeb1 (patch)
tree5cc9d5ffbc707203ad57a678c5ef8a4f0c0bd254
parent0876fc7bdbf15c0ba034df9ab4a4138e39e8b53a (diff)
downloadnautilus-4ff533a2ebc5c86197de994995783418e87dfeb1.tar.gz
release: prepare for 3.15.923.15.92
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dfef128b6..fa051f2d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 3.15.92:
+* Fix double-clicking on password-protected webdav share, not showing the password dialog (Ross Lagerwall)
+* Don't create desktop on protocols diferents than X11 (Carlos Soriano)
+
Major changes in 3.15.91:
* Dimmed labels for list columns (Cosimo Cechi)
* Fix new folder shortcut (Georges Basile Stavracas Neto)
diff --git a/configure.ac b/configure.ac
index 17e5231ea..2fa5d5e7d 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.15.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.15.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================