summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS24
-rw-r--r--configure.in2
3 files changed, 30 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 358d5b25f..1dc8149e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-21 Dave Camp <dave@ximian.com>
+
+ * configure.in:
+ * NEWS:
+ Bumped to 2.3.7.
+
2003-07-20 Dave Camp <dave@ximian.com>
* libnautilus-private/nautilus-link-desktop-file.c:
diff --git a/NEWS b/NEWS
index c9f22f052..b95430f8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
-This is nautilus 2.3.6. The file manager for the Gnome 2 desktop.
+This is nautilus 2.3.7. The file manager for the Gnome 2 desktop.
+
+Major changes since 2.3.6 are:
+
+* Fixed zoom-to-fit in the zoom control.
+
+* Selected files are colorized with the selection color.
+
+* Doesn't create new windows when mounting CD-ROMS.
+
+* Improved the gutter-on-the-right problem.
+
+* Updates the disks menu when fstab changes
+
+* Performance enhancements for icon layout.
+
+* Added support for total size and total count for multi-file property dialogs.
+
+* String fixes
+
+* Added documentation on nautilus internals
+
+* Various fixes
Major changes since 2.3.5 are:
diff --git a/configure.in b/configure.in
index 264e04ec0..44521db05 100644
--- a/configure.in
+++ b/configure.in
@@ -42,7 +42,7 @@ AC_SUBST(STARTUP_NOTIFICATION_REQUIRED)
dnl ===========================================================================
-AM_INIT_AUTOMAKE(nautilus, 2.3.6)
+AM_INIT_AUTOMAKE(nautilus, 2.3.7)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK