summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2018-03-15 14:25:22 +0100
committerCarlos Soriano <csoriano@gnome.org>2018-03-15 14:33:24 +0100
commit9f28215927d023b54d88a25e026163e9e193bcf3 (patch)
tree05138fc88f48c9fb74865833a9ea456510ec27e4
parent9cdc03999ccc1ff8c44feae37f48d389f27cfcbb (diff)
downloadnautilus-9f28215927d023b54d88a25e026163e9e193bcf3.tar.gz
Release: Prepare for 3.28.0.13.28.0.1
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1d90a15ba..ff02d3852 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 3.28.0.1:
+* Don't show other apps starred files. (Antonio Fernandes)
+Note for users: Starred files up to this point will be needed to be restarred.
+
Major changes in 3.28.0:
* Fix build failure (Ernestas Kulik)
* Translation updates
diff --git a/meson.build b/meson.build
index 340caa042..0d9099ddb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('nautilus', 'c',
- version: '3.28.0',
+ version: '3.28.0.1',
meson_version: '>= 0.41.0',
license: 'GPL3+'
)