Skip to content

Commit 9aefdd4

Browse files
committed
6.2.0
1 parent 567ca4b commit 9aefdd4

File tree

2 files changed

+28
-5
lines changed

2 files changed

+28
-5
lines changed

debian/changelog

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
muffin (6.2.0) wilma; urgency=medium
2+
3+
[ Clement Lefebvre ]
4+
* packaging: Forbid compilation if the symbols file is outdated
5+
* packaging: Update symbols file
6+
7+
[ Leigh Scott ]
8+
* Fix compile issue (#683)
9+
* build: Use Xwayland pkg-config if available (#682)
10+
11+
[ Michael Webster ]
12+
* meta-input-settings-x11.c: Don't warn about receiving more values than expected from libinput.
13+
14+
[ Rick Calixte ]
15+
* Fix segfault during Alt-Tab when window focus mode is either 'Sloppy' or 'Mouse' (gdb backtrace attached) (#680)
16+
17+
[ jknockel ]
18+
* meta-crtc-xrandr.c: use nearest neighbor filter for integer randr scales (#692)
19+
* meta-monitor-manager-xrandr.c: DeleteMonitor before SetMonitor (#693)
20+
21+
[ Jeffrey Knockel ]
22+
* meta-monitor-manager-xrandr.c: fix crtc disabling
23+
* meta-monitor-manager-xrandr.c: fix screen size
24+
* meta-monitor-manager-xrandr.c: screen size fixes
25+
26+
-- Clement Lefebvre <[email protected]> Tue, 11 Jun 2024 17:06:29 +0100
27+
128
muffin (6.0.1) virginia; urgency=medium
229

330
[ Michael Webster ]

meson.build

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
project('muffin', 'c',
2-
version: '6.0.1',
3-
meson_version: '>=0.56.0',
4-
license: 'GPLv2+'
5-
)
1+
project('muffin', 'c', version : '6.2.0', meson_version : '>=0.56.0', license : 'GPLv2+')
62

73
mutter_plugin_api_version = '3'
84

0 commit comments

Comments
 (0)