summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-04-27 19:00:22 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-04-27 19:00:44 +0200
commit2674c76f5389260c945caa90edc710dd3ba5fae3 (patch)
treeff7876c16435c937d475d03daafeed172022e2a9
parentd138596c7852353d0c3d6030260e9d3007c906a1 (diff)
downloadlibnotify-0.7.10.tar.gz
Bump version to 0.7.100.7.10
Update NEWS.
-rw-r--r--NEWS19
-rw-r--r--meson.build2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f9752e5..ce5a2f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+New in 0.7.10
+=============
+* notify-send: Support commas in icon filenames [Thorsten; !15]
+* notify-send: Give failing exit code if showing notification fails [Ray, !13]
+* notify-send: Support for replacing an existing notification [Paul; !17]
+* notify-send: Add support for notification actions and responses [Ben; !18]
+* notification: Send the application ID when possible [Corentin; !1]
+* notification: Use g_memdup2 when available [Marco; !22]
+* notification: Improve SNAP detection and confined desktop ID [Marco; !23]
+* notification: Add support for getting actions activation token [Marco; !24]
+* notify: Use application ID if any to set the fallback app name [Marco; !18]
+* Build fixes and improvements [Marco; !22]
+* Docs updates [Boris, David; !14, !20]
+
+Contributors:
+ Marco Trevisan, Boris Shtrasman, Matthias Sweertvaegher, Thorsten Wißmann,
+ Ray Strode, Maximiliano Sandoval R, David King, Corentin Noël, Paul Collins,
+ Matthias Sweertvaegher, Ben Blain
+
New in 0.7.9
============
* Fixed linking in darwin [Iain, Marco; !5]
diff --git a/meson.build b/meson.build
index a803f0d..d035a9f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('libnotify',
'c',
- version: '0.7.9',
+ version: '0.7.10',
meson_version: '>= 0.47.0')
gnome = import('gnome')