diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2010-11-01 18:08:41 +0100 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2010-11-01 18:08:41 +0100 |
commit | d61097230c3b77931b7fc6212f70104f1fcdab04 (patch) | |
tree | 5215c5d1b48b1ce404c7117cdd3aea301cd13328 | |
parent | 2b99456d621c08bd097b87726704e671c76be1a1 (diff) | |
download | nautilus-d61097230c3b77931b7fc6212f70104f1fcdab04.tar.gz |
Release 2.91.12.91.1
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | po/POTFILES.in | 1 |
3 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,11 @@ +Major changes in 2.91.1 are: +* Fix a number of GTK+ 3 regressions +* Port to the new GApplication API +* Add a settings key to make the background fade effect optional +* Add a settings key to register an external mass-renamer +* Drop support for old EXIF/XMP APIs +* Move the nautilus-sendto extension module in-tree + Major changes in 2.91.0.1 are: * Fix a crash related to GtkSpinner * Fix the filename cell renderer to use the new GtkSizeRequest functions diff --git a/configure.in b/configure.in index 4d8febbc2..efb974221 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ dnl Interface break is not allowed. m4_define(nautilus_extension_current, 3) m4_define(nautilus_extension_revision, 0) -AC_INIT(nautilus, 2.91.0.1, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus) +AC_INIT(nautilus, 2.91.1, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus) dnl =========================================================================== diff --git a/po/POTFILES.in b/po/POTFILES.in index 9228b64d3..2d9ad8aa9 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -107,3 +107,4 @@ src/nautilus-window.c src/nautilus-x-content-bar.c src/nautilus-zoom-control.c src/network-scheme.desktop.in +nautilus-sendto-extension/nautilus-nste.c |