summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS9
-rw-r--r--configure.in6
3 files changed, 17 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b326e5bc..4c204bef4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-11-10 Alexander Larsson <alexl@redhat.com>
+
+ * NEWS:
+ * configure.in:
+ Bump to 2.5.1, require later eel & gnome-vfs
+
2003-11-06 Alexander Larsson <alexl@redhat.com>
* Makefile.am:
diff --git a/NEWS b/NEWS
index 83f79a650..eda12c678 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
-This is nautilus 2.5.0. The file manager for the Gnome 2 desktop.
+This is nautilus 2.5.1. The file manager for the Gnome 2 desktop.
+
+Major changes since 2.5.1 are:
+
+* Start of new volume handling system
+* deprecaton clean
+* fixed leaks
+* performance fixes
Major changes since 2.4.0 are:
diff --git a/configure.in b/configure.in
index f23d5c773..a301e9d74 100644
--- a/configure.in
+++ b/configure.in
@@ -6,13 +6,13 @@ 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.5.0
+EEL_REQUIRED=2.5.1
ESOUND_REQUIRED=0.2.27
GLIB_REQUIRED=2
GNOME_DESKTOP_REQUIRED=2.1.0
GNOME_REQUIRED=2.1.1
GNOME_UI_REQUIRED=2.3.3
-GNOME_VFS_REQUIRED=2.5.0
+GNOME_VFS_REQUIRED=2.5.1
ORBIT_REQUIRED=2.4.0
PANGO_REQUIRED=1.1.2
GTK_REQUIRED=2.1.1
@@ -43,7 +43,7 @@ AC_SUBST(STARTUP_NOTIFICATION_REQUIRED)
dnl ===========================================================================
-AM_INIT_AUTOMAKE(nautilus, 2.5.0)
+AM_INIT_AUTOMAKE(nautilus, 2.5.1)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK