summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS12
-rw-r--r--configure.in4
3 files changed, 19 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f40735885..1d223f326 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2003-05-19 Alexander Larsson <alexl@redhat.com>
+ * NEWS:
+ * configure.in:
+ Bump to 2.3.2.
+
+2003-05-19 Alexander Larsson <alexl@redhat.com>
+
* src/file-manager/fm-icon-view.c (play_file):
mp3 mimetype is now audio/mpeg.
diff --git a/NEWS b/NEWS
index a3ed90df7..ef9839f9b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
-This is nautilus 2.3.1. The file manager for the Gnome 2 desktop.
+This is nautilus 2.3.2. The file manager for the Gnome 2 desktop.
+
+Major changes since 2.3.1 are:
+
+* Disabled the limit on the number of files in a directory.
+
+* Change desktop directory to ~/Desktop
+
+* Major change to how desktop icons are handled
+
+* Some accessibility fixes
Major changes since 2.2.3 are:
diff --git a/configure.in b/configure.in
index ee2b144ac..132daf5e2 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.1
+EEL_REQUIRED=2.3.2
ESOUND_REQUIRED=0.2.27
GLIB_REQUIRED=2
GNOME_DESKTOP_REQUIRED=2.1.0
@@ -40,7 +40,7 @@ AC_SUBST(XML_REQUIRED)
dnl ===========================================================================
-AM_INIT_AUTOMAKE(nautilus, 2.3.1)
+AM_INIT_AUTOMAKE(nautilus, 2.3.2)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK