This repository has been archived by the owner on Oct 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a3c9a5
commit 4447b0a
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> 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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = "[email protected]"; | ||
|
||
|