summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2014-08-21 11:18:54 -0700
committerCosimo Cecchi <cosimoc@gnome.org>2014-08-21 11:29:33 -0700
commitc37dcb77002d425ba6eb674db8cc07197040feff (patch)
tree64c3165096b89b2f15ae15871c787aa772e44d77
parentdfcb2c9f4711cfcbd172bd54fb3891faea4821c8 (diff)
downloadnautilus-3.13.90.tar.gz
release: prepare for 3.13.903.13.90
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 921c520ac..5a8375c88 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 3.13.90:
+* Use margin-start/end instead of deprecated margin-left/right
+* Fix floating bar CSS style after Adwaita GTK move
+* Translation updates
+
Major changes in 3.13.2:
* Fix a missing unref (Robert Ancell)
* Fix a crash in selection handling (Iain Lane)
diff --git a/configure.ac b/configure.ac
index 54e7e6ff8..c11d92f05 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.13.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.13.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================