This commit is contained in:
Clement Lefebvre 2023-12-03 15:47:33 +00:00
parent 61e4bf69ec
commit 4c2bc54c22
2 changed files with 21 additions and 1 deletions

20
debian/changelog vendored
View File

@ -1,3 +1,23 @@
timeshift (23.12.1) virginia; urgency=medium
[ Boyuan Yang ]
* docs/man/meson.build: Use -N for help2man to avoid texinfo section (#217)
[ Robin Candau ]
* Add the installation/removal instructions for the timeshift Arch package (#220)
[ Yegor Yefremov ]
* docs/development.md: fix meson setup command (#224)
* README.md: point to development docs for the installation from source (#226)
[ Michael Webster ]
* Remove INSTALL file.
[ Clement Lefebvre ]
* Update translations
-- Clement Lefebvre <root@linuxmint.com> Sun, 03 Dec 2023 15:46:39 +0000
timeshift (23.07.1) victoria; urgency=medium
[ Bobby Rong ]

View File

@ -1,6 +1,6 @@
project(
'timeshift', 'vala', 'c',
version: '23.07.1',
version: '23.12.1',
license : 'GPL-2.0-or-later',
meson_version: '>= 0.54.0',
default_options: ['c_std=c99', 'build.c_std=c99'])