Skip to content

Commit

Permalink
6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Nov 26, 2024
1 parent 5d3121e commit c34b09d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
muffin (6.4.0) xia; urgency=medium

[ Michael Webster ]
* window-x11.c: Handle a special case for sending a ConfigureNotify event.

[ Leigh Scott ]
* Change all g_memdup() to g_memdup2() (#699)

[ Kevin Langman ]
* Make clutter_offscreen_effect_get_target available to Cjs (#702)

[ Rick Calixte ]
* gir: Correct usage of the closure annotation (#704)

[ AxeldeWater ]
* Update README.md to mention the fact that Muffin is a fork of Mutter, instead of the default readme from Mutter (#697)

[ jknockel ]
* constraints: Allow resize of windows moved above screen (#696)

-- Clement Lefebvre <[email protected]> Tue, 26 Nov 2024 12:49:42 +0000

muffin (6.2.0) wilma; urgency=medium

[ Clement Lefebvre ]
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('muffin', 'c', version : '6.2.0', meson_version : '>=0.56.0', license : 'GPLv2+')
project('muffin', 'c', version : '6.4.0', meson_version : '>=0.56.0', license : 'GPLv2+')

mutter_plugin_api_version = '3'

Expand Down

0 comments on commit c34b09d

Please sign in to comment.