summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2003-05-05 11:10:01 +0000
committerAlexander Larsson <alexl@src.gnome.org>2003-05-05 11:10:01 +0000
commit45334b6f8a2fad46efb9bc1406fc898154deb45e (patch)
tree51b16aa2288340bbf7059f7caee152eedf722aad
parent039cc3aaff6aaa3146b109134eccb79bde000693 (diff)
downloadnautilus-45334b6f8a2fad46efb9bc1406fc898154deb45e.tar.gz
Update
2003-05-05 Alexander Larsson <alexl@redhat.com> * NEWS: Update * configure.in: Bump version Bump requirements for eel, gnome-vfs, bonoboui
-rw-r--r--ChangeLog9
-rw-r--r--NEWS18
-rw-r--r--configure.in8
3 files changed, 30 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 34cbe77c6..ae0e306f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2003-05-05 Alexander Larsson <alexl@redhat.com>
+ * NEWS:
+ Update
+
+ * configure.in:
+ Bump version
+ Bump requirements for eel, gnome-vfs, bonoboui
+
+2003-05-05 Alexander Larsson <alexl@redhat.com>
+
* src/nautilus-shell-ui.xml:
Make Go to CD burner a command
diff --git a/NEWS b/NEWS
index 0eac49f58..a3ed90df7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,20 @@
-This is nautilus 2.2.3. The file manager for the Gnome 2 desktop.
+This is nautilus 2.3.1. The file manager for the Gnome 2 desktop.
+
+Major changes since 2.2.3 are:
+
+* Performance increases on directory loads.
+
+* Integrate nautilus-cd-burner
+
+* "Keep Aligned" mode on desktop
+
+* Cygwin & AIX port
+
+* Uses new gnome_vfs_show_url API to activate files
+
+* Better bookmarks UI
+
+* Change in how attributes are stored internally.
Major changes since 2.2.2 are:
diff --git a/configure.in b/configure.in
index 24c777e93..8ff23aa18 100644
--- a/configure.in
+++ b/configure.in
@@ -5,14 +5,14 @@ dnl ===========================================================================
ART_REQUIRED=2.3.10
BONOBO_ACTIVATION_REQUIRED=2.1.0
BONOBO_REQUIRED=2.1.0
-BONOBO_UI_REQUIRED=2.0.0
-EEL_REQUIRED=2.2.3
+BONOBO_UI_REQUIRED=2.2.0
+EEL_REQUIRED=2.3.1
ESOUND_REQUIRED=0.2.27
GLIB_REQUIRED=2
GNOME_DESKTOP_REQUIRED=2.1.0
GNOME_REQUIRED=2.1.1
GNOME_UI_REQUIRED=2.1.1
-GNOME_VFS_REQUIRED=2.1.5
+GNOME_VFS_REQUIRED=2.3.1
ORBIT_REQUIRED=2.4.0
PANGO_REQUIRED=1.1.2
GTK_REQUIRED=2.1.1
@@ -40,7 +40,7 @@ AC_SUBST(XML_REQUIRED)
dnl ===========================================================================
-AM_INIT_AUTOMAKE(nautilus, 2.2.3)
+AM_INIT_AUTOMAKE(nautilus, 2.3.1)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK