summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2003-08-08 08:55:25 +0000
committerAlexander Larsson <alexl@src.gnome.org>2003-08-08 08:55:25 +0000
commite8cc0e63f0625929823cdd983ff058c72ac63b3e (patch)
treede0482fbdb6ed082f2365037f111626605bfee18
parent49c3fc8c9fd3181df90327d5db91dd971ed66794 (diff)
downloadnautilus-NAUTILUS_2_3_8.tar.gz
2003-08-08 Alexander Larsson <alexl@redhat.com> * NEWS: Update * configure.in: Require new eel, bump to 2.3.8
-rw-r--r--ChangeLog8
-rw-r--r--NEWS10
-rw-r--r--configure.in4
3 files changed, 19 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c0b9f862..3220f7a12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-08-08 Alexander Larsson <alexl@redhat.com>
+
+ * NEWS:
+ Update
+
+ * configure.in:
+ Require new eel, bump to 2.3.8
+
2003-08-04 Dave Camp <dave@ximian.com>
* libnautilus-private/nautilus-desktop-directory.c
diff --git a/NEWS b/NEWS
index b95430f8a..dcb77bd8b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
-This is nautilus 2.3.7. The file manager for the Gnome 2 desktop.
+This is nautilus 2.3.8. The file manager for the Gnome 2 desktop.
+
+Major changes since 2.3.7 are:
+
+* Handle write protected gconf keys better
+
+* Make "Write to CD" button higher priority
+
+* Small bugfixes
Major changes since 2.3.6 are:
diff --git a/configure.in b/configure.in
index 44521db05..4d5f7914c 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.5
+EEL_REQUIRED=2.3.8
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.7)
+AM_INIT_AUTOMAKE(nautilus, 2.3.8)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK