summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--NEWS33
-rw-r--r--configure.in4
3 files changed, 43 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 95058751e..c81771e92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2002-07-22 Alexander Larsson <alexl@redhat.com>
+ * NEWS:
+ Add major news items
+
+ * configure.in:
+ Bump version to 2.0.1
+ Require eel 2.0.1
+
+2002-07-22 Alexander Larsson <alexl@redhat.com>
+
* src/file-manager/fm-desktop-icon-view.c:
* src/file-manager/fm-directory-view.c:
* src/file-manager/nautilus-directory-view-ui.xml:
diff --git a/NEWS b/NEWS
index cd79744f2..3efe6ba44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,35 @@
-This is nautilus 2.0.0. The file manager for the Gnome 2 desktop.
+This is nautilus 2.0.1. The file manager for the Gnome 2 desktop.
+
+
+Major changes since 2.0.0 are:
+
+* Various UI cleanups from the ui review
+
+* Various bugfixes
+
+* The Gnome Nautilus theme now follows the gtk+ theme better
+
+* Window geometry is stored even in open-directories-in-same-window mode
+
+* All executable bonobo components moved into libexec.
+
+* Some performance improvements
+
+* Accessibility fixes
+
+* Add support for kernel supermount patch
+
+* Read desktop file icons according to the icon theme specification
+
+* New throbber for the gnome theme
+
+* large version of trash icon
+
+* Better handling of disk ejecting
+
+* Proper handling of launching desktop files according to the spec
+
+
Major changes since 1.0.x are:
diff --git a/configure.in b/configure.in
index 7878d61c8..b71031320 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@ ART_REQUIRED=2.3.8
BONOBO_ACTIVATION_REQUIRED=1.0.0
BONOBO_REQUIRED=2.0.0
BONOBO_UI_REQUIRED=2.0.0
-EEL_REQUIRED=2.0.0
+EEL_REQUIRED=2.0.1
ESOUND_REQUIRED=0.2.27
GLIB_REQUIRED=2
GNOME_CANVAS_REQUIRED=2.0
@@ -27,7 +27,7 @@ AC_SUBST(XML_REQUIRED)
dnl ===========================================================================
-AM_INIT_AUTOMAKE(nautilus, 2.0.0)
+AM_INIT_AUTOMAKE(nautilus, 2.0.1)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK