diff options
author | Alexander Larsson <alexl@redhat.com> | 2003-08-08 08:55:25 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2003-08-08 08:55:25 +0000 |
commit | e8cc0e63f0625929823cdd983ff058c72ac63b3e (patch) | |
tree | de0482fbdb6ed082f2365037f111626605bfee18 | |
parent | 49c3fc8c9fd3181df90327d5db91dd971ed66794 (diff) | |
download | nautilus-e8cc0e63f0625929823cdd983ff058c72ac63b3e.tar.gz |
UpdateNAUTILUS_2_3_8
2003-08-08 Alexander Larsson <alexl@redhat.com>
* NEWS:
Update
* configure.in:
Require new eel, bump to 2.3.8
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.in | 4 |
3 files changed, 19 insertions, 3 deletions
@@ -1,3 +1,11 @@ +2003-08-08 Alexander Larsson <alexl@redhat.com> + + * NEWS: + Update + + * configure.in: + Require new eel, bump to 2.3.8 + 2003-08-04 Dave Camp <dave@ximian.com> * libnautilus-private/nautilus-desktop-directory.c @@ -1,4 +1,12 @@ -This is nautilus 2.3.7. The file manager for the Gnome 2 desktop. +This is nautilus 2.3.8. The file manager for the Gnome 2 desktop. + +Major changes since 2.3.7 are: + +* Handle write protected gconf keys better + +* Make "Write to CD" button higher priority + +* Small bugfixes Major changes since 2.3.6 are: diff --git a/configure.in b/configure.in index 44521db05..4d5f7914c 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.5 +EEL_REQUIRED=2.3.8 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.7) +AM_INIT_AUTOMAKE(nautilus, 2.3.8) AM_CONFIG_HEADER(config.h) AM_SANITY_CHECK |