summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2020-02-26 20:05:24 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2020-02-26 20:06:01 +0100
commit98a4bf483a69c6436311bcb9834d9d93235c96b7 (patch)
tree0c8007e7ee2eca6fe73ba9da70240b81d84b82c4
parentd30f73d628092308962f98d78bb1516c2362aae7 (diff)
downloadlibnotify-0.7.9.tar.gz
release: 0.7.90.7.9
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 43bdb02..f9752e5 100644
--- a/NEWS
+++ b/NEWS
@@ -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]
diff --git a/meson.build b/meson.build
index 5063fe5..088b7ed 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('libnotify',
'c',
- version: '0.7.8',
+ version: '0.7.9',
meson_version: '>= 0.47.0')
gnome = import('gnome')