summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2007-09-18 06:58:32 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-18 06:58:32 +0000
commitc697d2167aa6baaf117341c080c3cb0dfbd8bf51 (patch)
treecb82c2de844cfc6a6b4125dfed562e9c8fb82e87
parent480edc69300039ae9d1c1fed546138679d13573a (diff)
downloadnautilus-c697d2167aa6baaf117341c080c3cb0dfbd8bf51.tar.gz
Bump version to 2.20.0NAUTILUS_2_20_0
2007-09-18 Alexander Larsson <alexl@redhat.com> * NEWS: * configure.in: Bump version to 2.20.0 svn path=/trunk/; revision=13163
-rw-r--r--ChangeLog6
-rw-r--r--NEWS6
-rw-r--r--configure.in2
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 557654121..41ed130d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-09-18 Alexander Larsson <alexl@redhat.com>
+
+ * NEWS:
+ * configure.in:
+ Bump version to 2.20.0
+
2007-09-14 Alexander Shopov <ash@contact.bg>
* libnautilus-private/apps_nautilus_preferences.schemas.in
diff --git a/NEWS b/NEWS
index 3d6e493dc..0d2ffea1f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 2.20.0 are:
+* Load thumbnails asynchronously
+* Support direct save DnD (XDS)
+* Fix up octal permission display
+* Store window keep-above and stickines state across sessions
+
Major changes in 2.19.91 are:
* Be more robust against broken extensions
* Set current working directory right on desktop when running scripts
diff --git a/configure.in b/configure.in
index 2452d3855..44305bc20 100644
--- a/configure.in
+++ b/configure.in
@@ -29,7 +29,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 2)
m4_define(nautilus_extension_revision, 0)
-AC_INIT(nautilus, 2.19.92,
+AC_INIT(nautilus, 2.20.0,
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================