Skip to content

Commit c34b09d

Browse files
committed
6.4.0
1 parent 5d3121e commit c34b09d

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

debian/changelog

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
muffin (6.4.0) xia; urgency=medium
2+
3+
[ Michael Webster ]
4+
* window-x11.c: Handle a special case for sending a ConfigureNotify event.
5+
6+
[ Leigh Scott ]
7+
* Change all g_memdup() to g_memdup2() (#699)
8+
9+
[ Kevin Langman ]
10+
* Make clutter_offscreen_effect_get_target available to Cjs (#702)
11+
12+
[ Rick Calixte ]
13+
* gir: Correct usage of the closure annotation (#704)
14+
15+
[ AxeldeWater ]
16+
* Update README.md to mention the fact that Muffin is a fork of Mutter, instead of the default readme from Mutter (#697)
17+
18+
[ jknockel ]
19+
* constraints: Allow resize of windows moved above screen (#696)
20+
21+
-- Clement Lefebvre <[email protected]> Tue, 26 Nov 2024 12:49:42 +0000
22+
123
muffin (6.2.0) wilma; urgency=medium
224

325
[ Clement Lefebvre ]

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.2.0', meson_version : '>=0.56.0', license : 'GPLv2+')
1+
project('muffin', 'c', version : '6.4.0', meson_version : '>=0.56.0', license : 'GPLv2+')
22

33
mutter_plugin_api_version = '3'
44

0 commit comments

Comments
 (0)