summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2021-01-15 13:18:04 +0100
committerBenjamin Berg <bberg@redhat.com>2021-01-15 15:18:33 +0100
commit960795c2f1578437102d7abf20cbae135b83e21b (patch)
treedc2b56db25b5a55cf9c75e57e611fdbdf33e1eb5
parent2a235135713899a26b030db1c121d760233c0c2f (diff)
downloadlibgweather-benzea/40.alpha.1.tar.gz
Release 40.alpha.140.alpha.1benzea/40.alpha.1
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a55a29e..927fba7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+==================
+Version 40.alpha.1
+==================
+
+This version fixes a few major issues that slipped into the last release:
+- Fix warnings related to the new application-id and contact-info properties
+- Fix use-after-free issues when detached locations are used
+- Fix vala binding issues by removing a left over struct definition
+
================
Version 40.alpha
================
diff --git a/meson.build b/meson.build
index e4c9c09..b5fb1f4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgweather', 'c',
- version: '40.alpha',
+ version: '40.alpha.1',
meson_version: '>= 0.50.0',
)