Skip to content

Commit e67bb70

Browse files
committed
6.6.0
1 parent 8817820 commit e67bb70

File tree

2 files changed

+89
-1
lines changed

2 files changed

+89
-1
lines changed

debian/changelog

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,91 @@
1+
muffin (6.6.0) zena; urgency=medium
2+
3+
[ Kevin Langman ]
4+
* Add get_pipeline() API (#707)
5+
6+
[ Michael Webster ]
7+
* Update debian/libmuffin0.symbols.
8+
9+
[ JosephMcc ]
10+
* clutter/actor: Allow specifying the layout manager for an actor type (#709)
11+
12+
[ Eli Schwartz ]
13+
* meson: fix some implicit ordering dependencies on generated headers (#716)
14+
15+
[ Collin Bartlam ]
16+
* window.c: update saved_rect to target monitor work area on tiling (#714)
17+
18+
[ Joseph Wang ]
19+
* disable assert for gi scanner (#720)
20+
* use non-deprecated g_spawn_check_wait_status (#721)
21+
22+
[ Aleksey Samoilov ]
23+
* Replace any references to mutter with muffin (#726)
24+
* Bump wl_output interface to v4 (#727)
25+
* Fix Qt apps crash (#739)
26+
* [Wayland] Add support for xdg-foreign-v2 (#728)
27+
* [Wayland] Remove deprecated and obsolete protocols (#729)
28+
29+
[ Jami Kettunen ]
30+
* wayland/dma-buf: Add support for BGR_8888 formats (#732)
31+
32+
[ Aleksey Samoilov ]
33+
* Bump wl_compositor to version 5 (#734)
34+
* [Wayland]: Add support for hold gesture (#735)
35+
36+
[ Michael Webster ]
37+
* debian/control: Update some versions to match build changes.
38+
39+
[ Aleksey Samoilov ]
40+
* [Wayland] Bump gtk-shell-v1 protocol to version 6 (#736)
41+
* [Wayland] Add support for xdg-dialog-v1 protocol (#737)
42+
* [Xwayland] Add Xwayland byte-swapped clients support (#738)
43+
* [Wayland] Add support for xdg_toplevel.configure_bounds() (#740)
44+
* [Wayland] Fix crash when empty window geometry set (#741)
45+
* [Wayland] Implement xdg-activation-v1 protocol (#725)
46+
* [Xwayland] Check for listenfd option (#743)
47+
48+
[ Michael Webster ]
49+
* Revert "x11 backend: Don't let muffin reset the keyboard layout any time" (#719)
50+
* meta-xwayland.c: Fix rebase error.
51+
52+
[ Clement Lefebvre ]
53+
* Switch to XApp symbolic icons
54+
* Switch to xapp-symbolic-icons (XSI)
55+
56+
[ Michael Webster ]
57+
* display.c: Allow non-maximized windows to affect a monitor's fullscreen state.
58+
59+
[ Sunderland93 ]
60+
* xdg-shell/popup: Reset 'dismissed-by-client' state when remapping
61+
* window-actor/wayland: Remove subsurface actors on dispose
62+
* wayland/xdg-shell: Send xdg_popup.popup_done when position invalid
63+
* wayland/xdg-shell: Bail from popup_configure if resource was destroyed
64+
65+
[ Aleksey Samoilov ]
66+
* [Wayland] Viewport fixes (#747)
67+
* [Meson] Fix some deprecations warnings (#750)
68+
* [Wayland] add support for idle-inhibit-unstable-v1 protocol (#681)
69+
* [Wayland] Add support for xdg-toplevel-tag-v1 protocol (#745)
70+
71+
[ Leigh Scott ]
72+
* Make egl_device default and remove default enabled otions from Debian rules (#757)
73+
* cogl/winsys: Remove eglGetProcAddress workaround for EGL < 1.5 (#760)
74+
* Remove default_driver build option (#761)
75+
* Switch to libglvnd build deps (#758)
76+
77+
[ Michael Webster ]
78+
* theme.c: Revert symbolic name changes for window controls.
79+
80+
[ Aleksey Samoilov ]
81+
* [Wayland] Add wl_shm support for 10 bpc formats and wl_shm/DMA-BUF su… (#748)
82+
* [Wayland] Use anonymous file abstraction for wayland-keymap sharing (#753)
83+
84+
[ Michael Webster ]
85+
* workspace.c: Add new method for listing visible window stack. (#766)
86+
87+
-- Clement Lefebvre <[email protected]> Tue, 09 Dec 2025 15:38:33 +0000
88+
189
muffin (6.4.1) xia; urgency=medium
290

391
[ Michael Webster ]

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('muffin', 'c', version : '6.4.1', meson_version : '>=1.0.0', license : 'GPLv2+')
1+
project('muffin', 'c', version : '6.6.0', meson_version : '>=1.0.0', license : 'GPLv2+')
22

33
muffin_plugin_api_version = '3'
44

0 commit comments

Comments
 (0)