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 282
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
2839058
commit ade651c
Showing
3 changed files
with
14 additions
and
2 deletions.
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,15 @@ | ||
timeshift (21.09.1) focal; urgency=medium | ||
|
||
* Fix #676 Build fails with xapp 2.0.0 | ||
* Fix #676 Update references to GLib.Object | ||
* Fix #425, #753, #755 | ||
* Fix #589 | ||
* Fix #186 | ||
* Fix compiler warnings | ||
* Update README | ||
|
||
-- Tony George <[email protected]> Sat, 25 Sep 2021 10:00:00 +0530 | ||
|
||
timeshift (21.06) focal; urgency=medium | ||
|
||
* Update packaging | ||
|
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 = "21.09"; | ||
public const string AppVersion = "21.09.1"; | ||
public const string AppAuthor = "Tony George"; | ||
public const string AppAuthorEmail = "[email protected]"; | ||
|
||
|
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 |
---|---|---|
|
@@ -37,7 +37,7 @@ using TeeJee.Misc; | |
public Main App; | ||
public const string AppName = "Timeshift"; | ||
public const string AppShortName = "timeshift"; | ||
public const string AppVersion = "21.09"; | ||
public const string AppVersion = "21.09.1"; | ||
public const string AppAuthor = "Tony George"; | ||
public const string AppAuthorEmail = "[email protected]"; | ||
|
||
|