summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6c1202f..f27e4ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+3.27.2
+======
+
+ * Add support for mouse back button
+ * Replace window menu with a "Scan" button (and other visual tweaks)
+ * Minor bugfixes
+ * Updated translations (ar, cs, de, fur, hr, id, is, nb, ne, sl)
+ * Updated documentation translations (fr)
+
3.27.1
======
diff --git a/meson.build b/meson.build
index 2ae3871..44bb3d7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'baobab', ['vala', 'c'],
- version: '3.27.1',
+ version: '3.27.2',
license: 'GPL2+',
meson_version: '>= 0.41.0',
)