summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--NEWS12
-rw-r--r--configure.in2
3 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c77ce9c3..8a0ada680 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-02-11 Alexander Larsson <alexl@redhat.com>
+ * configure.in:
+ Require glib 2.15.5
+
+ * NEWS:
+ Update for release
+
+2008-02-11 Alexander Larsson <alexl@redhat.com>
+
* libnautilus-private/nautilus-progress-info.[ch]:
* libnautilus-private/nautilus-file-operations.c:
Make progress setting be ratio based and not
diff --git a/NEWS b/NEWS
index d96401e00..c2d4e33ea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Major changes in 2.21.91 are:
+* String cleanups
+* Inhibit autorun for things we mount ourselves
+* Fix crashes and leaks
+* Only show selinux context if selinux detected
+* Default to move, not copy when dragging from trash
+* Don't autorun/automount non-local mounts
+* Fix case where we could run out of file descriptors
+* Handle drop of files on the desktop
+* Fix sensitiveness of delete from trash menu item
+* Fix open with context menu in always-use-browser mode
+
Major changes in 2.21.90 are:
* Use thousand separators in all numbers (if used by locale)
* Fix leaks
diff --git a/configure.in b/configure.in
index bf660b1e8..c52e83e85 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@ m4_define(bonobo_activation_minver, 2.1.0)
m4_define(bonobo_minver, 2.1.0)
m4_define(eel_minver, 2.21.90)
m4_define(esound_minver, 0.2.27)
-m4_define(glib_minver, 2.15.3)
+m4_define(glib_minver, 2.15.5)
m4_define(gnome_desktop_minver, 2.9.91)
m4_define(gnome_minver, 2.14.0)
m4_define(gnome_ui_minver, 2.6.0)