Skip to content

Commit

Permalink
2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Jun 18, 2024
1 parent 85c84bd commit a83fd20
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
xapp (2.8.4) wilma; urgency=medium

[ Michael Webster ]
* visibility-group: Use g_new instead of deprecated g_slice.
* visibility-group: Use a GWeakNotify instead of the destroy signal for automatic widget removal.
* xapp-visibility-group: add missing declaration in header file.

[ Clement Lefebvre ]
* l10n: Update translations

-- Clement Lefebvre <[email protected]> Tue, 18 Jun 2024 20:58:34 +0100

xapp (2.8.3) wilma; urgency=medium

[ Michael Webster ]
Expand Down
10 changes: 5 additions & 5 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
project(
'xapp',
'c',
version : '2.8.3',
default_options : ['buildtype=debugoptimized'],
meson_version : '>=0.56.0'
'xapp',
'c',
version : '2.8.4',
default_options : ['buildtype=debugoptimized'],
meson_version : '>=0.56.0'
)

gnome = import('gnome')
Expand Down

0 comments on commit a83fd20

Please sign in to comment.