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 09de7ba..a879fc6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+3.35.2
+======
+
+ * Added compatibility with MinGW
+ * Improved treeview navigation in order to avoid horizontal scrolling
+ * Updated color palette of the charts
+ * Added a command line option to cross filesystem boundaries
+ * Updated translations (ca, es, kk, ro, tr, uk, zh_CN)
+
3.35.1
======
diff --git a/meson.build b/meson.build
index 11731b9..83c5117 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'baobab', ['vala', 'c'],
- version: '3.35.1',
+ version: '3.35.2',
license: 'GPL2+',
meson_version: '>= 0.50.0',
)