summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-01-16 10:29:25 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2012-01-16 11:16:09 -0500
commit8ff0ae7d645b4c076977ab889b46a20392d3da25 (patch)
treedd9fdfb717e8b7fc77a87b062d6b3690350e5c88
parent8c778211e5c826998890d2034b828928c693e4d9 (diff)
downloadnautilus-8ff0ae7d645b4c076977ab889b46a20392d3da25.tar.gz
release: prepare for 3.3.43.3.4
-rw-r--r--NEWS7
-rw-r--r--configure.in2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a5297ab38..b7392645f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Major changes in 3.3.4 are:
+* Show both the current file counter and the total files in file operations UI
+* Lazily initialize the notification daemon
+* Move the UI files and icons into GResources
+* Refactor of NautilusWindowPane and NautilusWindowSlot code
+* libnautilus-extension GIR coverage has been improved
+
Major changes in 3.3.3 are:
* Implement the org.freedesktop.FileManager1 DBus interface
* Show context menu for current folder when clicking empty space
diff --git a/configure.in b/configure.in
index 3d12a884b..f89522af8 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.3.3, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.3.4, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================