summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ===========================================================================