-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from deckerego/stretch_refresh
Issue #34 fixed some typos and updated for Stretch
- Loading branch information
Showing
7 changed files
with
16 additions
and
13 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
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
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
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,5 +1,7 @@ | ||
hackclock (2.2.2-1) stable; urgency=low | ||
hackclock (2.3.0-1) stable; urgency=low | ||
|
||
* Fixed improper escaping of a single-quote | ||
* Migration to Raspian Stretch | ||
* Reboot on kernel panic | ||
* Fixed LICENSE to include copyright | ||
|
||
-- DeckerEgo <[email protected]> Thu, 8 Jun 2017 21:30:00 -0500 | ||
-- DeckerEgo <[email protected]> Mon, 25 Sep 2017 23:00:00 -0500 |
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
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
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ def all_files(newroot, oldroot): | |
|
||
setup( | ||
name='HackClock', | ||
version='2.2.2', | ||
version='2.3.0', | ||
description='A hackable alarm clock for the Raspberry Pi', | ||
author='DeckerEgo', | ||
author_email='[email protected]', | ||
|