Skip to content

Commit 9f59165

Browse files
committed
2.0.4
1 parent 962f34a commit 9f59165

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

debian/changelog

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
slick-greeter (2.0.4) wilma; urgency=medium
2+
3+
[ Jakko3 ]
4+
* Get rid of gnome-common build dependency (#231)
5+
6+
[ Leigh Scott ]
7+
* configure.ac: Update and fix warning (#233)
8+
9+
[ hoshino873 ]
10+
* Add cursor scaling for HiDPI displays (#235)
11+
12+
[ Bobby Rong ]
13+
* build: Add meson support (#240)
14+
15+
-- Clement Lefebvre <[email protected]> Wed, 05 Jun 2024 13:33:51 +0100
16+
117
slick-greeter (2.0.3) virginia; urgency=medium
218

319
* l10n: Update translations

meson.build

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
project(
2-
'slick-greeter',
3-
'vala', 'c',
4-
version: '2.0.3',
5-
meson_version: '>= 0.49.0'
6-
)
1+
project('slick-greeter', 'vala', 'c', version : '2.0.4', meson_version : '>= 0.49.0')
72

83
cc = meson.get_compiler('c')
94

0 commit comments

Comments
 (0)