Browse Source

update documentation for 0.9.8 release

Helmut Pozimski 7 years ago
parent
commit
3262cee882
5 changed files with 14 additions and 3 deletions
  1. 5 0
      Changelog
  2. 1 1
      LICENSE
  3. 6 0
      debian/changelog
  4. 1 1
      doc/stdd.1
  5. 1 1
      setup.py

+ 5 - 0
Changelog

@@ -1,3 +1,8 @@
+2017-01-08  Helmut Pozimski  <helmut@pozimski.eu>
+
+   fixed display initialization
+   fixed errors in the shutdown sequence of the daemon
+
 2016-12-03  Helmut Pozimski  <helmut@pozimski.eu>
 
     moved the project over to python 3.x, older version are now deprecated

+ 1 - 1
LICENSE

@@ -1,4 +1,4 @@
-Copyright (c) 2013-2016, Helmut Pozimski
+Copyright (c) 2013-2017, Helmut Pozimski
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+stdd (0.9.8-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Helmut Pozimski <helmut@pozimski.eu>  Sun, 01 Jan 2017 16:37:00 +0100
+
 stdd (0.9.7-1) unstable; urgency=low
 
   * New upstream release

+ 1 - 1
doc/stdd.1

@@ -1,4 +1,4 @@
-.TH STDD 1 "03 December, 2016" 0.9.7 stdd
+.TH STDD 1 "08 January, 2017" 0.9.8 stdd
 .SH NAME
 stdd \- a daemon to display the current time on a 7 segment display
 .SH SYNOPSIS

+ 1 - 1
setup.py

@@ -12,7 +12,7 @@ from distutils.core import setup
 
 setup(
     name="stdd",
-    version="0.9.7",
+    version="0.9.8",
     author_email="helmut@pozimski.eu",
     description="stdd, simple time display daemon",
     long_description=("stdd is a small daemon written in python which displays"