summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS17
-rw-r--r--configure.in4
3 files changed, 24 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bcc13564..b62e0ab51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-27 Dave Camp <dave@ximian.com>
+
+ * NEWS:
+ * configure.in:
+ Bumped to 2.3.6
+
2003-06-27 Alexander Larsson <alexl@redhat.com>
* components/tree/nautilus-tree-view.c: (create_tree):
diff --git a/NEWS b/NEWS
index d3f5091d6..c9f22f052 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,19 @@
-This is nautilus 2.3.5. The file manager for the Gnome 2 desktop.
+This is nautilus 2.3.6. The file manager for the Gnome 2 desktop.
+
+Major changes since 2.3.5 are:
+
+* .hidden file support
+
+* Improved context menus
+
+* Speed improvements in the list and tree views
+
+* Multi-rooted tree view
+
+* Update emblems list after adding custom emblems
+
+* Prefer existing windows from the command line in open-in-new-window
+ mode
Major changes since 2.3.4 are:
diff --git a/configure.in b/configure.in
index dda913b40..636592776 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@ GLIB_REQUIRED=2
GNOME_DESKTOP_REQUIRED=2.1.0
GNOME_REQUIRED=2.1.1
GNOME_UI_REQUIRED=2.3.3
-GNOME_VFS_REQUIRED=2.3.1
+GNOME_VFS_REQUIRED=2.3.5
ORBIT_REQUIRED=2.4.0
PANGO_REQUIRED=1.1.2
GTK_REQUIRED=2.1.1
@@ -42,7 +42,7 @@ AC_SUBST(STARTUP_NOTIFICATION_REQUIRED)
dnl ===========================================================================
-AM_INIT_AUTOMAKE(nautilus, 2.3.5)
+AM_INIT_AUTOMAKE(nautilus, 2.3.6)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK