forked from Gutza/octave-daemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELEASE_NOTES.txt
32 lines (22 loc) · 1020 Bytes
/
RELEASE_NOTES.txt
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
Version 1.0.1
Release date: 2012-10-27
Two fixes:
* (bug) Configuration setting "max_instances" was ignored (the daemon always
launched three instances); now this is properly observed
(patch by: tasos-bitsios)
* (tweak) Increased daemon's main run() sleep from 0.1 ms to 1 ms
(empirical optimization; patch by: tasos-bitsios)
==============================================================================
Version 1.0.0
Release date: 2011-07-14
Several minor tweaks were made. More importantly, the project has been
properly tested in production.
==============================================================================
Version 0.1.1 (alpha)
Release date: 2011-05-07
Server stability was improved. More documentation was added.
==============================================================================
Version 0.1.0 (alpha)
Release date: 2011-05-06
This is the first alpha version. This should be stable enough for testing by
parties who are not necessarily interested in developing this package.