-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update debian/changelog prior to release #nodch
First public release of .DEB.
- Loading branch information
Showing
1 changed file
with
13 additions
and
3 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,5 +1,15 @@ | ||
argon1 (0.1-1) unstable; urgency=low | ||
argon1 (0.1) unstable; urgency=low | ||
|
||
* Initial release | ||
* Adjust default LUT so fan doesn't start as often | ||
* Tweak system logging setup | ||
* Clean up config file locations list | ||
* Fixed a couple of deadlocks; clean shutdown now works | ||
* Add some quick documentation in README.md | ||
* Fixes to DEB package postinst script | ||
* Clean up debian rules file | ||
* Initial debian version which builds successfully | ||
* Add basic logging support | ||
* Switch from jsonrpclib to Python-builtin xmlrpclib | ||
* Initial commit | ||
-- Spiros Papadimitriou <[email protected]> Thu, 25 Jun 2020 07:57:30 -0400 | ||
|
||
-- Spiros Papadimitriou <[email protected]> Tue, 23 Jun 2020 15:29:00 -0500 |