summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-04-27 21:05:49 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-04-27 21:05:49 +0200
commite8a57f7245434603a0fda8b0b6a30017f08ce1e4 (patch)
tree93e979b71ab51d63e8f15a39eeb215f9a50c91a7
parented43da3479c8a2ebbaf49262a1c97da9fabbef77 (diff)
downloadlibnotify-e8a57f7245434603a0fda8b0b6a30017f08ce1e4.tar.gz
Bump version to 0.7.110.7.11
Update NEWS.
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 87bc92f..c6754c9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+New in 0.7.11
+=============
+* Fix potential build errors with old glib version we require
+* notify-send: Add support for boolean hints
+* notify-send: Support passing any hint value, by parsing variant strings
+* notify-send: Add explicit option to create transient notifications
+
+Contributors:
+ Marco Trevisan
+
New in 0.7.10
=============
* notify-send: Support commas in icon filenames [Thorsten; !15]
diff --git a/meson.build b/meson.build
index d035a9f..b82af4b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('libnotify',
'c',
- version: '0.7.10',
+ version: '0.7.11',
meson_version: '>= 0.47.0')
gnome = import('gnome')