Skip to content

Commit

Permalink
Releasing version 0.8.4
Browse files Browse the repository at this point in the history
Update NEWS.
  • Loading branch information
3v1n0 committed Feb 20, 2025
1 parent 02c9cb7 commit 570982f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
New in 0.8.4
============

* notification: Set the icon-name property as image hint instead of as app-icon
[Julian Sparber]
* notify-send: Require valid UTF-8 for Summary and Body [Logan Rathbone]
* notify-send: Allow sending an empty summary [Evy Garden]
* notify-send: Flush stdout after printing notification ID [delthas]
* build: Improve mapfile and support building in solaris [Alan Coopersmith]
* libnotify/notification: Modernize the NotifyNotification class definition
(and add support for auto-pointers) [Marco Trevisan]

* Bugs fixed:
- #35 notify-send dumps core if notification message is invalid UTF-8 [Logan
Rathbone]
- #39 libnotify should be quiet [Bastien Nocera]
- #44 fdo documentation link outdated in README.md [Marco Trevisan]

Contributors:
Alan Coopersmith, Bastien Nocera, Evy Garden, Julian Sparber, Logan Rathbone,
Marco Trevisan, Sertonix, delthas

New in 0.8.3
============

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('libnotify',
'c',
version: '0.8.3',
version: '0.8.4',
meson_version: '>= 0.56.0')

gnome = import('gnome')
Expand Down

0 comments on commit 570982f

Please sign in to comment.