We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7c1d9 commit 8ebaed3Copy full SHA for 8ebaed3
debian/changelog
@@ -1,3 +1,16 @@
1
+timeshift (24.06.4) xia; urgency=medium
2
+
3
+ [ Maxim Ostapenko ]
4
+ * Added a way to install and uninstall a program in ALT Linux (#312)
5
6
+ [ Yannis Gerlach ]
7
+ * always have an config object (#371)
8
9
+ [ dampfwal3477 ]
10
+ * Update timeshift.appdata.xml (#356)
11
12
+ -- Clement Lefebvre <[email protected]> Tue, 03 Dec 2024 10:14:50 +0000
13
14
timeshift (24.06.3) wilma; urgency=medium
15
16
* l10n: Update translations
meson.build
@@ -2,7 +2,7 @@ project(
'timeshift',
'vala',
'c',
-version : '24.06.3',
+version : '24.06.4',
license : 'GPL-2.0-or-later',
meson_version : '>= 0.54.0',
default_options : ['c_std=c99', 'build.c_std=c99']
0 commit comments