From 4447b0a7d27e87c927e756f85411d378b2d102f3 Mon Sep 17 00:00:00 2001 From: Tony George Date: Sat, 29 Feb 2020 12:12:49 +0530 Subject: [PATCH] v20.02 --- debian/changelog | 11 +++++++++++ src/Gtk/AppGtk.vala | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b13f58ed..0a833499 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +timeshift (20.02) xenial; urgency=medium + + * Fix bind-mount issues (#528, #535, #536, #555) + + * Mount devices to /run/timeshift instead of /mnt/timeshift + + * Update translation files + + -- Tony George Sat, 29 Feb 2019 10:00:00 +0530 + + timeshift (19.08.1) xenial; urgency=medium * #375 Fix build errors with vala 0.42.5; Remove --threads from makefile; diff --git a/src/Gtk/AppGtk.vala b/src/Gtk/AppGtk.vala index 97ccc57e..9fc799d9 100644 --- a/src/Gtk/AppGtk.vala +++ b/src/Gtk/AppGtk.vala @@ -38,7 +38,7 @@ using TeeJee.Misc; public Main App; public const string AppName = "Timeshift"; public const string AppShortName = "timeshift"; -public const string AppVersion = "19.08"; +public const string AppVersion = "20.02"; public const string AppAuthor = "Tony George"; public const string AppAuthorEmail = "teejeetech@gmail.com";