Skip to content

Commit 235b8b9

Browse files
committed
128.1
1 parent 9f89ac4 commit 235b8b9

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

debian/changelog

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
cjs (128.1) zena; urgency=medium
2+
3+
[ Michael Webster ]
4+
* .github/workflows: Use 115.0 tag for default build.
5+
6+
[ Marco Trevisan (Treviño) ]
7+
* overrides/Gio: Add wrappers for platform-specific Gio functions
8+
* overrides/Gio: Use print's warnDeprecatedOncePerCallsite to warn
9+
* cjs/deprecation: Use a larger deprecation stack for JS invoked requests
10+
* overrides/Gio: Use Platform prefix for platform-only symbols
11+
* gi/function: Implement name property for functions
12+
* overrides/Gio: Use Platform prefix for platform-only functions
13+
* overrides/Gio: Enable platform-specific wrappers only on newer GLib
14+
15+
[ Philip Chimento ]
16+
* Add JS API wrapping warn_deprecated_once_per_callsite
17+
18+
[ Florian Müllner ]
19+
* modules/package: Fix checking interface properties
20+
21+
[ Clement Lefebvre ]
22+
* Switch to XApp symbolic icons
23+
* Switch to xapp-symbolic-icons (XSI)
24+
25+
-- Clement Lefebvre <root@linuxmint.com> Wed, 10 Dec 2025 15:40:28 +0000
26+
127
cjs (128.0) xia; urgency=medium
228

329
[ Michael Webster ]

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(
66
'cjs',
77
'cpp',
88
'c',
9-
version : '128.0',
9+
version : '128.1',
1010
license : ['MIT', 'LGPL2+'],
1111
meson_version : '>= 0.62.0',
1212
default_options : [

0 commit comments

Comments
 (0)