summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--NEWS5
-rw-r--r--configure.in2
3 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 97ed730f1..3eb544cb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-09-04 Alexander Larsson <alexl@redhat.com>
+
+ * configure.in:
+ Bump version to 2.16.0
+
+ * NEWS:
+ Update for release
+
2006-08-25 Alexander Larsson <alexl@redhat.com>
* src/file-manager/fm-list-view.c:
diff --git a/NEWS b/NEWS
index 2f5faa868..66e6b74b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 2.16.0 are:
+* Handle enter activation when using typeahead search
+* Avoid using gnome_vfs_is_local in wrong places
+* Translations
+
Major changes in 2.15.92.1 are:
* Fix crash on startup
diff --git a/configure.in b/configure.in
index 23597222a..6d7971e34 100644
--- a/configure.in
+++ b/configure.in
@@ -28,7 +28,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 2)
m4_define(nautilus_extension_revision, 0)
-AC_INIT(nautilus, 2.15.93,
+AC_INIT(nautilus, 2.16.0,
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================