This commit is contained in:
Tony George 2014-01-01 22:38:36 +05:30
parent 6bc65cf9cd
commit f8047961f2
2 changed files with 4 additions and 15 deletions

17
debian/changelog vendored
View File

@ -1,16 +1,5 @@
timeshift (1.4) quantal; urgency=medium
timeshift (1.4.1) quantal; urgency=medium
* Terminate rsync when user closes main window
* Fixed build errors on Ubuntu 12.04 (precise)
* Removed space from log file and snapshot directory names
* Removed references to Gtk.Stock
* Fix for build errors on Ubuntu 14.04 (trusty)
* Restore window: Added tooltip descriptions
* Scheduled snapshots will be disabled if backup device is running
out of space
-- Tony George <tony.george.kol@gmail.com> Wed, 01 Jan 2013 10:00:00 +0530
-- Tony George <tony.george.kol@gmail.com> Wed, 01 Jan 2013 11:00:00 +0530

View File

@ -39,7 +39,7 @@ using TeeJee.Misc;
public Main App;
public const string AppName = "TimeShift";
public const string AppVersion = "1.4";
public const string AppVersion = "1.4.1";
public const string AppAuthor = "Tony George";
public const string AppAuthorEmail = "teejee2008@gmail.com";