release: 0.7.9

This commit is contained in:
Marco Trevisan (Treviño) 2020-02-26 20:05:24 +01:00
parent d30f73d628
commit 98a4bf483a
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@ -1,3 +1,12 @@
New in 0.7.9
============
* Fixed linking in darwin [Iain, Marco; !5]
* Added man page for notify-send [Jan; !6]
* Dropped autotools [Jan; !11]
Contributors:
Iain Lane, Jan Tojnar, Marco Trevisan
New in 0.7.8
============
* Support meson build system [Marco; !3]

View File

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