summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS12
-rw-r--r--configure.in4
3 files changed, 18 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d6b38cf25..9c2eef13d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-25 Alexander Larsson <alexl@redhat.com>
+
+ * NEWS:
+ * configure.in: 2.3.9
+
2003-08-22 Dave Camp <dave@ximian.com>
* components/tree/nautilus-tree-view.c:
diff --git a/NEWS b/NEWS
index dcb77bd8b..6053ea775 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
-This is nautilus 2.3.8. The file manager for the Gnome 2 desktop.
+This is nautilus 2.3.9. The file manager for the Gnome 2 desktop.
+
+Major changes since 2.3.8 are:
+
+* Fix history sidepane crash
+
+* Add keynav rectangle selection
+
+* Better error string for missing proxy hostnames
+
+* Handle arrow keys on numerical keypad
Major changes since 2.3.7 are:
diff --git a/configure.in b/configure.in
index 5e680ae4a..4a01f908b 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@ ART_REQUIRED=2.3.10
BONOBO_ACTIVATION_REQUIRED=2.1.0
BONOBO_REQUIRED=2.1.0
BONOBO_UI_REQUIRED=2.2.0
-EEL_REQUIRED=2.3.8
+EEL_REQUIRED=2.3.9
ESOUND_REQUIRED=0.2.27
GLIB_REQUIRED=2
GNOME_DESKTOP_REQUIRED=2.1.0
@@ -42,7 +42,7 @@ AC_SUBST(STARTUP_NOTIFICATION_REQUIRED)
dnl ===========================================================================
-AM_INIT_AUTOMAKE(nautilus, 2.3.8)
+AM_INIT_AUTOMAKE(nautilus, 2.3.9)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK