summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alla@lysator.liu.se>2002-06-10 12:11:48 +0000
committerAlexander Larsson <alexl@src.gnome.org>2002-06-10 12:11:48 +0000
commitab9b72a1a4dcd9e8e73e8823ff4e80685588be88 (patch)
treebf3d32d00d98fd5cb198188b676d40406acb42ad
parente5575927b325cb84849b2b675092a9d7211d7730 (diff)
downloadnautilus-ab9b72a1a4dcd9e8e73e8823ff4e80685588be88.tar.gz
Update versionNAUTILUS_2_0_0
2002-06-10 Alexander Larsson <alla@lysator.liu.se> * NEWS: Update version * configure.in: Bump requirements to latest versions.
-rw-r--r--ChangeLog8
-rw-r--r--NEWS2
-rw-r--r--configure.in24
3 files changed, 21 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index c1d2d909b..f63380812 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-06-10 Alexander Larsson <alla@lysator.liu.se>
+
+ * NEWS:
+ Update version
+
+ * configure.in:
+ Bump requirements to latest versions.
+
2002-06-07 Bastien Nocera <hadess@hadess.net>
* src/nautilus-application.c: (create_starthere_link_callback):
diff --git a/NEWS b/NEWS
index 5f20c44a4..cd79744f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-This is nautilus 1.1.19. The file manager for the Gnome 2 desktop.
+This is nautilus 2.0.0. The file manager for the Gnome 2 desktop.
Major changes since 1.0.x are:
diff --git a/configure.in b/configure.in
index 179ba8d56..e3162d9ea 100644
--- a/configure.in
+++ b/configure.in
@@ -2,21 +2,21 @@ AC_INIT(src)
dnl ===========================================================================
-ART_REQUIRED=2.3.6
-BONOBO_ACTIVATION_REQUIRED=0.9.3
-BONOBO_REQUIRED=1.113
-BONOBO_UI_REQUIRED=1.116.1
-EEL_REQUIRED=1.1.17
-ESOUND_REQUIRED=0.2.23
+ART_REQUIRED=2.3.8
+BONOBO_ACTIVATION_REQUIRED=1.0.0
+BONOBO_REQUIRED=2.0.0
+BONOBO_UI_REQUIRED=2.0.0
+EEL_REQUIRED=2.0.0
+ESOUND_REQUIRED=0.2.27
GLIB_REQUIRED=2
-GNOME_CANVAS_REQUIRED=1.105
-GNOME_DESKTOP_REQUIRED=1.5.21
-GNOME_REQUIRED=1.105
-GNOME_UI_REQUIRED=1.110.1
-GNOME_VFS_REQUIRED=1.1
+GNOME_CANVAS_REQUIRED=2.0
+GNOME_DESKTOP_REQUIRED=2.0
+GNOME_REQUIRED=2.0.1
+GNOME_UI_REQUIRED=2.0
+GNOME_VFS_REQUIRED=1.9
GTK_REQUIRED=2
MEDUSA_REQUIRED=0.5.1
-RSVG_REQUIRED=1.1.5
+RSVG_REQUIRED=1.1.6
XML_REQUIRED=2.4.7
AC_SUBST(EEL_REQUIRED)