summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Davis <christopherdavis@gnome.org>2021-09-21 08:21:13 -0700
committerChristopher Davis <christopherdavis@gnome.org>2021-09-21 08:21:13 -0700
commit0eaa3cf519298ab1b2be5ab18b5ecf1dfbadd002 (patch)
treebad0999b8e9076e2e165272a39ebf0890ad184bb
parentadd528c789ddf37cb0c7bb02daf321e34c3b852d (diff)
downloadbaobab-0eaa3cf519298ab1b2be5ab18b5ecf1dfbadd002.tar.gz
Prepare release 41.041.0
-rw-r--r--NEWS22
-rw-r--r--data/org.gnome.baobab.appdata.xml.in22
-rw-r--r--meson.build2
3 files changed, 45 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 082d4f4..71e4156 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+41.0
+=======
+
+Disk Usage Analyzer 41 comes with support for building the GUI on windows,
+contributed Gabriel Rauter.
+
+* Translation updates:
+ - Bulgarian
+ - Chinese (Taiwan)
+ - Croatian
+ - Czech
+ - Danish
+ - Dutch
+ - English (United Kingdom)
+ - Greek, Modern (1453-)
+ - Hebrew
+ - Nepali
+ - Occitan (post 1500)
+ - Russian
+ - Slovak
+ - Western Frisian
+
40.0
=======
diff --git a/data/org.gnome.baobab.appdata.xml.in b/data/org.gnome.baobab.appdata.xml.in
index aa9b850..73f51f1 100644
--- a/data/org.gnome.baobab.appdata.xml.in
+++ b/data/org.gnome.baobab.appdata.xml.in
@@ -39,6 +39,28 @@
<translation type="gettext">baobab</translation>
<releases>
+ <release version="41.0" date="2021-09-21">
+ <description>
+ <p>Disk Usage Analyzer 41 comes with support for building the GUI on windows, contributed Gabriel Rauter.</p>
+ <p>The following translations have been updated:</p>
+ <ul>
+ <li>Bulgarian</li>
+ <li>Chinese (Taiwan)</li>
+ <li>Croatian</li>
+ <li>Czech</li>
+ <li>Danish</li>
+ <li>Dutch</li>
+ <li>English (United Kingdom)</li>
+ <li>Greek, Modern (1453-)</li>
+ <li>Hebrew</li>
+ <li>Nepali</li>
+ <li>Occitan (post 1500)</li>
+ <li>Russian</li>
+ <li>Slovak</li>
+ <li>Western Frisian</li>
+ </ul>
+ </description>
+ </release>
<release version="40.0" date="2021-03-20">
<description>
<p>Disk Usage Analyzer's visuals have been updated to match the GNOME 40 visual style.</p>
diff --git a/meson.build b/meson.build
index 73808be..f64c3ce 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'baobab', ['vala', 'c'],
- version: '40.0',
+ version: '41.0',
license: 'GPL2+',
meson_version: '>= 0.50.0',
)