summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2003-09-08 14:44:32 +0000
committerAlexander Larsson <alexl@src.gnome.org>2003-09-08 14:44:32 +0000
commit7cdff12c2fe1c6f0d994a4a56fe4e3808e5d6765 (patch)
treed63f4c0c3272ca2d9a816fbe744599db7eca3013
parent4161eb7ad96c3e97e422bc78ab734fa796d768e7 (diff)
downloadnautilus-7cdff12c2fe1c6f0d994a4a56fe4e3808e5d6765.tar.gz
2.4.0
2003-09-08 Alexander Larsson <alexl@redhat.com> * NEWS: * configure.in: 2.4.0
-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 359739b58..7bf44faf6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-08 Alexander Larsson <alexl@redhat.com>
+
+ * NEWS:
+ * configure.in: 2.4.0
+
2003-09-05 Miguel Ibarra <mibarra@ximian.com>
* configure.in (HAVE_STARTUP_NOTIFICATION): If found,
diff --git a/NEWS b/NEWS
index 90590ffb0..4c8c540b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
-This is nautilus 2.3.90. The file manager for the Gnome 2 desktop.
+This is nautilus 2.4.0. The file manager for the Gnome 2 desktop.
+
+Major changes since 2.3.90 are:
+
+* don't migrate .gnome-desktop if it is a symlink
+
+* Fix messed up home/trash icons for new users
+
+* Handle xpm icons correctly in desktop files
+
+* Handle non-utf8 user names
Major changes since 2.3.9 are:
diff --git a/configure.in b/configure.in
index 99a5da624..7d6fb9ea7 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.90
+EEL_REQUIRED=2.4.0
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.90)
+AM_INIT_AUTOMAKE(nautilus, 2.4.0)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK