From 16763a8b828387930641d69c04451e02d67cadd6 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 14 May 2012 15:39:36 -0400 Subject: release: prepare for 3.4.2 --- NEWS | 10 ++++++++++ configure.in | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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 =========================================================================== -- cgit v1.2.1