summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2005-09-05 09:08:46 +0000
committerAlexander Larsson <alexl@src.gnome.org>2005-09-05 09:08:46 +0000
commit0f3c1469d504039f989356e9c8971d27e4b70999 (patch)
tree4603529ed0f140b701b1240ff8f40a348e8d31e7
parent9b884deeb46e0bd32e7deb1e18bc0eb7d37565a9 (diff)
downloadnautilus-NAUTILUS_SEARCH_BRANCH_ANCHOR.tar.gz
2005-09-05 Alexander Larsson <alexl@redhat.com> * configure.in: Require eel 2.12. * NEWS: Update for release
-rw-r--r--ChangeLog8
-rw-r--r--NEWS9
-rw-r--r--configure.in2
3 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ce54cd89..341f29300 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-09-05 Alexander Larsson <alexl@redhat.com>
+
+ * configure.in:
+ Require eel 2.12.
+
+ * NEWS:
+ Update for release
+
2005-08-31 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-icon-container.c:
diff --git a/NEWS b/NEWS
index 8a3223616..d50cbee39 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 2.12.0 are:
+* Fix icon layout in text-beside-icons mode in some cases
+* Fix template creation on volumes other than the same as /tmp
+* Expand file uris correctly on desktop when passing to scripts
+* Workaround crash on audio preview in burn:
+* Fix handling of global show hidden files preference
+* Fix crash caused by earlier memleak fix
+* Don't redraw windows/desktop on focus in/out
+
Major changes in 2.11.92 are:
* Enable emblem dropping to the list view
* Disallow deleting special locations from the location button popup
diff --git a/configure.in b/configure.in
index 0a80c7959..3cf931383 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.11.92)
+m4_define(eel_minver, 2.12.0)
m4_define(esound_minver, 0.2.27)
m4_define(glib_minver, 2.6.0)
m4_define(gnome_desktop_minver, 2.9.91)