Skip to content

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Jun 5, 2024
1 parent 962f34a commit 9f59165
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
16 changes: 16 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
slick-greeter (2.0.4) wilma; urgency=medium

[ Jakko3 ]
* Get rid of gnome-common build dependency (#231)

[ Leigh Scott ]
* configure.ac: Update and fix warning (#233)

[ hoshino873 ]
* Add cursor scaling for HiDPI displays (#235)

[ Bobby Rong ]
* build: Add meson support (#240)

-- Clement Lefebvre <[email protected]> Wed, 05 Jun 2024 13:33:51 +0100

slick-greeter (2.0.3) virginia; urgency=medium

* l10n: Update translations
Expand Down
7 changes: 1 addition & 6 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
project(
'slick-greeter',
'vala', 'c',
version: '2.0.3',
meson_version: '>= 0.49.0'
)
project('slick-greeter', 'vala', 'c', version : '2.0.4', meson_version : '>= 0.49.0')

cc = meson.get_compiler('c')

Expand Down

0 comments on commit 9f59165

Please sign in to comment.