summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS15
-rw-r--r--configure.in4
3 files changed, 21 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a4564ea4a..468856b88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-06 Dave Camp <dave@ximian.com>
+
+ * configure.in:
+ * NEWS: Bump version to 2.1.6, require eel 2.1.6.
+
2003-01-06 Alexander Larsson <alexl@redhat.com>
* src/file-manager/nautilus-directory-view-ui.xml:
diff --git a/NEWS b/NEWS
index 191a8efe2..a86b12ffd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,17 @@
-This is nautilus 2.1.5. The file manager for the Gnome 2 desktop.
+This is nautilus 2.1.6. The file manager for the Gnome 2 desktop.
+
+Major changes since 2.1.6 are:
+
+* Multihead fixes
+
+* Fixed delete-in-rename-deletes-file bug
+
+* UI review improvements
+
+* Resolved the conflict between Edit and Empty Trash that was causing
+ the desktop to be badly stuck.
+
+* Small bugfixes
Major changes since 2.1.5 are:
diff --git a/configure.in b/configure.in
index dc5c82446..52ae72d1c 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@ ART_REQUIRED=2.3.10
BONOBO_ACTIVATION_REQUIRED=1.0.0
BONOBO_REQUIRED=2.1.0
BONOBO_UI_REQUIRED=2.0.0
-EEL_REQUIRED=2.1.5
+EEL_REQUIRED=2.1.6
ESOUND_REQUIRED=0.2.27
GLIB_REQUIRED=2
GNOME_DESKTOP_REQUIRED=2.1.0
@@ -27,7 +27,7 @@ AC_SUBST(XML_REQUIRED)
dnl ===========================================================================
-AM_INIT_AUTOMAKE(nautilus, 2.1.5)
+AM_INIT_AUTOMAKE(nautilus, 2.1.6)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK