summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2003-09-02 09:48:05 +0000
committerAlexander Larsson <alexl@src.gnome.org>2003-09-02 09:48:05 +0000
commit12ab5f71bebf46499b90c148970b52add995436f (patch)
tree9270f8bc7304e91b5d1a878289ae9633ca2189fb
parentc3305e1a89c9a05beb291f2ad2621292e9f6d7c6 (diff)
downloadnautilus-NAUTILUS_2_3_90.tar.gz
2003-09-02 Alexander Larsson <alexl@redhat.com> * NEWS: * configure.in: 2.3.90
-rw-r--r--ChangeLog5
-rw-r--r--NEWS10
-rw-r--r--configure.in4
3 files changed, 16 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 60e5ff732..aedf016be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-02 Alexander Larsson <alexl@redhat.com>
+
+ * NEWS:
+ * configure.in: 2.3.90
+
2003-09-01 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-file.c (nautilus_file_invalidate_attributes_internal):
diff --git a/NEWS b/NEWS
index 6053ea775..90590ffb0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
-This is nautilus 2.3.9. The file manager for the Gnome 2 desktop.
+This is nautilus 2.3.90. The file manager for the Gnome 2 desktop.
+
+Major changes since 2.3.9 are:
+
+* Fix warning on theme changes
+
+* Sometimes the home and trash icons became blank and unusable
+
+* Auto-hide KDE trash directory in desktop directory.
Major changes since 2.3.8 are:
diff --git a/configure.in b/configure.in
index 4a01f908b..9442b2143 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.9
+EEL_REQUIRED=2.3.90
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.9)
+AM_INIT_AUTOMAKE(nautilus, 2.3.90)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK