Skip to content

Commit 3d080ac

Browse files
committed
5.8.1
1 parent 94a950a commit 3d080ac

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
muffin (5.8.1) victoria; urgency=medium
2+
3+
[ Michael Webster ]
4+
* Escape vendor info for the monitor/layout configuration, don't call meta_monitor_spec_free() on a NULL pointer.
5+
* Fix build...
6+
* Disable fractional scaling by default.
7+
8+
-- Clement Lefebvre <[email protected]> Fri, 07 Jul 2023 15:25:00 +0200
9+
110
muffin (5.8.0) victoria; urgency=medium
211

312
[ Michael Webster ]

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('muffin', 'c',
2-
version: '5.8.0',
2+
version: '5.8.1',
33
meson_version: '>= 0.50.0',
44
license: 'GPLv2+'
55
)

0 commit comments

Comments
 (0)