summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-05-14 15:39:36 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-05-14 15:39:36 -0400
commit16763a8b828387930641d69c04451e02d67cadd6 (patch)
tree62b4cadc3d559903600df5c22eaf958f02b682f6
parent0e08c9938a4e3557f9519aa52f2f488a99e28e97 (diff)
downloadnautilus-16763a8b828387930641d69c04451e02d67cadd6.tar.gz
release: prepare for 3.4.23.4.2
-rw-r--r--NEWS10
-rw-r--r--configure.in2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 951ceac50..8ee769cd4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Major changes in 3.4.2 are:
+* Fix a crasher when using network devices
+* Fix a crasher when entering "http" addresses manually in the location bar
+* Fix button packing for media content cluebar
+* Fix rename field selection color in backdrop state
+* Don't show context menus on sidebar headings
+* Don't remove selection when clicking on a row out of name boundaries
+* Fix a wrapping issue with numeric strings in some circumstances
+* Plug some memory leaks
+
Major changes in 3.4.1 are:
* Don't display comment field for desktop files
* Fix off-by-one error in file operation counts
diff --git a/configure.in b/configure.in
index ffc536035..34d1d19c7 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 5)
m4_define(nautilus_extension_revision, 0)
-AC_INIT(nautilus, 3.4.1, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.4.2, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================