Skip to content

Commit

Permalink
6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Jun 11, 2024
1 parent 567ca4b commit 9aefdd4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 5 deletions.
27 changes: 27 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
muffin (6.2.0) wilma; urgency=medium

[ Clement Lefebvre ]
* packaging: Forbid compilation if the symbols file is outdated
* packaging: Update symbols file

[ Leigh Scott ]
* Fix compile issue (#683)
* build: Use Xwayland pkg-config if available (#682)

[ Michael Webster ]
* meta-input-settings-x11.c: Don't warn about receiving more values than expected from libinput.

[ Rick Calixte ]
* Fix segfault during Alt-Tab when window focus mode is either 'Sloppy' or 'Mouse' (gdb backtrace attached) (#680)

[ jknockel ]
* meta-crtc-xrandr.c: use nearest neighbor filter for integer randr scales (#692)
* meta-monitor-manager-xrandr.c: DeleteMonitor before SetMonitor (#693)

[ Jeffrey Knockel ]
* meta-monitor-manager-xrandr.c: fix crtc disabling
* meta-monitor-manager-xrandr.c: fix screen size
* meta-monitor-manager-xrandr.c: screen size fixes

-- Clement Lefebvre <[email protected]> Tue, 11 Jun 2024 17:06:29 +0100

muffin (6.0.1) virginia; urgency=medium

[ Michael Webster ]
Expand Down
6 changes: 1 addition & 5 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
project('muffin', 'c',
version: '6.0.1',
meson_version: '>=0.56.0',
license: 'GPLv2+'
)
project('muffin', 'c', version : '6.2.0', meson_version : '>=0.56.0', license : 'GPLv2+')

mutter_plugin_api_version = '3'

Expand Down

0 comments on commit 9aefdd4

Please sign in to comment.