[libnotify] Bump version to 0.7.10



commit 2674c76f5389260c945caa90edc710dd3ba5fae3
Author: Marco Trevisan (Treviño) <mail 3v1n0 net>
Date:   Wed Apr 27 19:00:22 2022 +0200

    Bump version to 0.7.10
    
    Update NEWS.

 NEWS        | 19 +++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 20 insertions(+), 1 deletion(-)
---
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')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]