summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2005-01-25 15:03:18 +0000
committerAlexander Larsson <alexl@src.gnome.org>2005-01-25 15:03:18 +0000
commit89d6526ac32fa6b145e994ec413a75ba258aefc6 (patch)
treefcfc77e1c20533046023fe891f85b08c652c92b0
parent01ce257f9b6ece104cddf8e36c2edb9a793f28de (diff)
downloadnautilus-89d6526ac32fa6b145e994ec413a75ba258aefc6.tar.gz
Update for release.
2005-01-25 Alexander Larsson <alexl@redhat.com> * NEWS: Update for release. * MAINTAINERS: Add Martin, remove Darin. Update daves email address. * configure.in: Bump version to 2.9.90 Require eel 2.9.90
-rw-r--r--ChangeLog13
-rw-r--r--MAINTAINERS4
-rw-r--r--NEWS10
-rw-r--r--configure.in4
4 files changed, 26 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f4d5b7bb..4a340022b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2005-01-25 Alexander Larsson <alexl@redhat.com>
+ * NEWS:
+ Update for release.
+
+ * MAINTAINERS:
+ Add Martin, remove Darin.
+ Update daves email address.
+
+ * configure.in:
+ Bump version to 2.9.90
+ Require eel 2.9.90
+
+2005-01-25 Alexander Larsson <alexl@redhat.com>
+
* libnautilus-private/nautilus-file-operations.c (confirm_empty_trash):
Fix typo.
diff --git a/MAINTAINERS b/MAINTAINERS
index 875372a63..5a2eaa0e6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1,3 +1,3 @@
Alex Larsson <alexl@redhat.com>
-Darin Adler <darin@bentspoon.com>
-Dave Camp <dave@ximian.com>
+Dave Camp <dave@novell.com>
+Martin Wehner <martin.wehner@epost.de>
diff --git a/NEWS b/NEWS
index 5cfa38ba6..4a3bbaa24 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
-This is nautilus 2.9.2, the file manager for the Gnome 2 desktop.
+This is nautilus 2.9.90, the file manager for the Gnome 2 desktop.
+
+Major changes in 2.9.90 are:
+* Better window titles for browser windows
+* Better icons for burn: & computer: in the ui
+* Allow eject of unmounted devices
+* Better handling of DnD from mozilla
+* Make connect to server dialog availible as separate app
+* Use GtkAboutDialog
Major changes in 2.9.2 are:
* Use the new mime API
diff --git a/configure.in b/configure.in
index 927af6174..eb72ef49b 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl ===========================================================================
m4_define(art_minver, 2.3.10)
m4_define(bonobo_activation_minver, 2.1.0)
m4_define(bonobo_minver, 2.1.0)
-m4_define(eel_minver, 2.9.2)
+m4_define(eel_minver, 2.9.90)
m4_define(esound_minver, 0.2.27)
m4_define(glib_minver, 2.6.0)
m4_define(gnome_desktop_minver, 2.1.0)
@@ -20,7 +20,7 @@ m4_define(xml_minver, 2.4.7)
m4_define(startup_notification_minver, 0.5)
m4_define(exif_minver, 0.5.12)
-AC_INIT(nautilus, 2.9.3,
+AC_INIT(nautilus, 2.9.90,
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================