Bump version to 0.7.11

Update NEWS.
This commit is contained in:
Marco Trevisan (Treviño) 2022-04-27 21:05:49 +02:00
parent ed43da3479
commit e8a57f7245
No known key found for this signature in database
GPG Key ID: 9449C2F50996635F
2 changed files with 11 additions and 1 deletions

10
NEWS
View File

@ -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]

View File

@ -1,6 +1,6 @@
project('libnotify',
'c',
version: '0.7.10',
version: '0.7.11',
meson_version: '>= 0.47.0')
gnome = import('gnome')