summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7e6229c6..d480f8ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
===============
+Version 3.27.91
+===============
+Build:
+- Fix error when doing non-debug builds
+- Fix runtime linkage to libgsd and libcommon
+- Apply a workaround for D-Bus code generation
+
+===============
Version 3.27.90
===============
diff --git a/meson.build b/meson.build
index 51fd03cb..db3d356d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '3.27.90',
+ version: '3.27.91',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.44.0'
)