-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNEWS
More file actions
169 lines (120 loc) · 4.38 KB
/
Copy pathNEWS
File metadata and controls
169 lines (120 loc) · 4.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
NanoWatchdog - NEWS
Summary
=======
Version 11.2017
Version 10.2016
Version 9.2016
Version 8.2016
Version 7.2016
Version 6.2015
Version 5.2015
Version 4.2015
Version 2015.3
Version 2015.2
Version 2015.1
-----------------------------------------------------------------------
Version 11.20xx
===============
Release date:
- INSTALL: update to have ad-hoc installation instructions.
- README: have an empty file so that autoreconf is happy.
- Arduino/NanoWatchdog.ino: update SET DELAY comment.
- src/nw-daemon.pl: obsolete SET INTERVAL command.
- src/nw-daemon.pl: fix opt_verbose initialization when exiting prematurely.
- src/nw-daemon.pl: improve running detection of the daemon.
- src/nw-daemon.pl: fix uninitialization of '$count' variable (todo #36).
-----------------------------------------------------------------------
Version 10.2016
===============
Release date: 2017- 5- 1
Please note that this version number is wrong (should be 10.2017),
while it is rightly tagged as '10.2017' in Github.
-----------------------------------------------------------------------
Version 9.2016
==============
Release date: 2016- 9-13
Bugfixes:
- fix the daemon startup command-line options.
- use @libexecdir@.
Packaging:
- simplify the etc/systemd/ hierarchy.
- simplify the src/ hierarchy.
-----------------------------------------------------------------------
Version 8.2016
==============
Release date: 2016- 9-12
NanoWatchdog client:
- fix respective communication ports of daemon vs. board.
NanoWatchdog daemon:
- have several verbosity levels (todo #15).
- new 'SET VERBOSE <n>' command: modify verbosity level at runtime.
-----------------------------------------------------------------------
Version 7.2016
==============
Release date: 2016- 8-30
NanoWatchdog daemon:
- manage SysV init system.
-----------------------------------------------------------------------
Version 6.2015
==============
Release date: 2015- 9- 6
NanoWatchdog client:
- fix help message.
NanoWatchdog daemon:
- review the mail sent at boot up.
- improve help message.
-----------------------------------------------------------------------
Version 5.2015
==============
Release date: 2015- 8-29
NanoWatchdog daemon:
- review the mail sent at boot up.
-----------------------------------------------------------------------
Version 4.2015
==============
Release date: 2015- 8-19
Packaging:
- change the versioning scheme.
- define an 'install-txz' autonomous target.
- define an udev rule to /dev/nanowatchdog.
- use 'no-dist-gzip' (todo #28).
NanoWatchdog daemon:
- review the mail sent at boot up (todo #29).
-----------------------------------------------------------------------
Version 2015.3
==============
Release date: 2015- 7-24
Generalities:
- have a standard 'configure' script (todo #24).
NanoWatchdog configuration:
- add send-from parameter (todo #21).
- add pid-file parameter which fixes the daemon startup
(todo #22).
NanoWatchdog daemon:
- add a trailing line feed to the nanowatchdog status
file (todo #25).
NanoWatchdog board:
- remove two chars shift from STATUS output (todo #26).
PCB: v5
-----------------------------------------------------------------------
Version 2015.2
==============
Release date: 2015-06-29
NanoWatchdog board:
- REINIT command is deprecated (todo #18).
NanoWatchdog management daemon:
- commands accept leading and trailing spaces.
- define HELP command (todo #19).
- doesn't check min/max values on unset parameters (todo #16).
NanoWatchdog as a systemd service:
- lets create a PID file in /var/run hierarchy.
PCB: v5
-----------------------------------------------------------------------
Version 2015.1
==============
Release date: 2015-06-15
Features: initial features
PCB: v4
-----------------------------------------------------------------------
P. Wieser - Created on 2015, june 15th.
Last updated on 2015, june 29th.