summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-03-24 17:12:09 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-03-24 17:12:09 +0100
commitc8aeb940ea1ce2aeaadc7fbfdbaeb65f0b6ab33f (patch)
tree2b350636a103df8cdc74aa48f0a5dc928ffd1008
parent7d2d1215f38b2febf02bf8831f365530a578efcc (diff)
downloadnautilus-c8aeb940ea1ce2aeaadc7fbfdbaeb65f0b6ab33f.tar.gz
prepare for 3.16.03.16.0
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fa051f2d1..82d144bae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 3.16.0:
+* Support multiple desktop names in XDG_CURRENT_DESKTOP (Dmitry Shachnev)
+* Workaround distcheck (Carlos Soriano)
+
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)
diff --git a/configure.ac b/configure.ac
index 2fa5d5e7d..c69bc2d09 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.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.16.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================