summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2007-02-12 11:21:51 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-02-12 11:21:51 +0000
commit51a23cc519dac93d35aa1f23cef6d31885751196 (patch)
treeab961d9d73960a78648fc05e8da98de92d475df3
parent75ecea82ce152d0893714033d17b6ba88f6750c2 (diff)
downloadnautilus-NAUTILUS_2_17_91.tar.gz
Bump to 2.17.91NAUTILUS_2_17_91
2007-02-12 Alexander Larsson <alexl@redhat.com> * configure.in: Bump to 2.17.91 * NEWS: Update for release svn path=/trunk/; revision=12740
-rw-r--r--ChangeLog10
-rw-r--r--NEWS7
-rw-r--r--configure.in2
3 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 78a68cde3..0d57024e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-02-12 Alexander Larsson <alexl@redhat.com>
+
+ * configure.in:
+ Bump to 2.17.91
+
+ * NEWS:
+ Update for release
+
2007-02-06 Alexander Larsson <alexl@redhat.com>
* configure.in:
@@ -72,6 +80,8 @@
* nautilus-file-management-properties.desktop.in.in:
Move File Management capplet to PersonalSettings.
+=== nautilus 2.17.90 ===
+
2007-01-22 Alexander Larsson <alexl@redhat.com>
* NEWS:
diff --git a/NEWS b/NEWS
index fc316781c..590b1a083 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Major changes in 2.17.91 are:
+* Change file management capplet category
+* Avoid showing "empty" in the tree while loading directory
+* Prompt for empty trash on unmount
+* Capitalize lin" in "Link to ..." names
+* Fix crashes and memory leaks
+
Major changes in 2.17.90 are:
* Add nautilus_file_info_get_activation_uri for extensions
* Zero-pad seconds in progress display
diff --git a/configure.in b/configure.in
index e50d49fcb..079f8d1d5 100644
--- a/configure.in
+++ b/configure.in
@@ -28,7 +28,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 2)
m4_define(nautilus_extension_revision, 0)
-AC_INIT(nautilus, 2.17.90,
+AC_INIT(nautilus, 2.17.91,
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================