summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2006-03-13 10:29:14 +0000
committerAlexander Larsson <alexl@src.gnome.org>2006-03-13 10:29:14 +0000
commit0f04331cebded7bb1748615211167a591693752f (patch)
treec9eac63f26b28b8dc9aa7f8a752300362903ae15
parent7cc8f99418ba5861c6aabb1201ead6b456fc47ce (diff)
downloadnautilus-NAUTILUS_2_14_0.tar.gz
Update for releaseNAUTILUS_2_14_0
2006-03-13 Alexander Larsson <alexl@redhat.com> * NEWS: Update for release * configure.in: Update version to 2.14.0
-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 b151f64d3..06b7e12fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-03-13 Alexander Larsson <alexl@redhat.com>
+
+ * NEWS:
+ Update for release
+
+ * configure.in:
+ Update version to 2.14.0
+
2006-03-07 Alexander Larsson <alexl@redhat.com>
* src/file-manager/fm-directory-view.c: (drive_mounted_callback),
diff --git a/NEWS b/NEWS
index 38971727c..74093836a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Major changes in 2.14.0 are:
+* Fix deadlock when dragging over list view in some conditions
+* Fix keynav details in text beside icon mode
+* Don't show folder count for smb shares
+* Fix crash on middle click of file
+* Fix a crash when leaving a directory
+* Close window when folder moves to trash
+* Fix deep count in properties dialog in some cases
+* Avoid calculating mime lists for activation
+* Fix text drawing in RTL mode when using text besides icons
+* Remove blank error dialog on mount when using gnome-mount
+
Major changes in 2.13.92 are:
* Better filename linebreaking at punctuation marks.
* List view: If a rename moves the file in the view, scroll to the new position
diff --git a/configure.in b/configure.in
index 32fa5edc6..a6d9c358a 100644
--- a/configure.in
+++ b/configure.in
@@ -22,7 +22,7 @@ m4_define(exif_minver, 0.5.12)
m4_define(beagle_minver, 0.0.12)
m4_define(tracker_minver, 0.0.1)
-AC_INIT(nautilus, 2.13.93,
+AC_INIT(nautilus, 2.14.0,
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================