summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2018-04-09 22:01:51 +0200
committerCarlos Soriano <csoriano@gnome.org>2018-04-09 22:01:51 +0200
commit784b3eaab6495515393e99bcbc22344bb9cd975f (patch)
tree9fd81d42533043d98bbd3006a98547e6205d9114
parente950794a6253f06741a350501b966a32d64e4039 (diff)
downloadnautilus-784b3eaab6495515393e99bcbc22344bb9cd975f.tar.gz
release: Prepare for 3.28.13.28.1
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ff02d3852..c79a35baf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 3.28.1:
+* Fix rename popover animation (Ernestas Kulik)
+* Allow deleting the desktop folder (Antonio Fernandes)
+* Fix gsettings in Flatpak instal (Carlos Soriano)
+
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.
diff --git a/meson.build b/meson.build
index 510e2a2cc..4b64239ac 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('nautilus', 'c',
- version: '3.28.0.1',
+ version: '3.28.1',
meson_version: '>= 0.41.0',
license: 'GPL3+'
)