forked from dukesoferl/erlnode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
76 lines (55 loc) · 2.97 KB
/
ChangeLog
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
* Wed Jun 22 2015 Anthony Molinaro <[email protected]> 0.6.1
- update deps so they work correctly with newer framewerk
- add recon and entop as deps so they are always available
* Sat Nov 21 2015 David Hull <[email protected]> 0.6.0
- allow override of default startup and shutdown wait time with
$ERLNODE_START_TIME and $ERLNODE_STOP_TIME
- suppress crash dump from erlnodectl start and stop timeouts
* Fri Nov 13 2015 Chris Varnerin <[email protected]> 0.5.1
- allow erlnode to start erlang in a cpuset
* Tue Mar 11 2013 Anthony Molinaro <[email protected]> 0.5.0
- integrate lager syslog
* Wed Oct 23 2013 Anthony Molinaro <[email protected]> 0.4.1
- change start/stop sequence numbers
* Fri Mar 08 2013 Anthony Molinaro <[email protected]> 0.4.0
- update lager, so start some applications prior to erlrc
* Wed Oct 24 2012 Anthony Molinaro <[email protected]> 0.3.1
- allow a system level config override
* Sun Jan 22 2012 Anthony Molinaro <[email protected]> 0.3.0
- remove riak_err, add lager
* Wed Jul 13 2011 Anthony Molinaro <[email protected]> 0.2.1
- remove erlang as a dependency so this will work with R13B04 without issue
* Fri Feb 18 2011 Anthony Molinaro <[email protected]> 0.2.0
- log rotate sasl log in erlang so we don't overwrite if there is a segfault
- use sasl_starter and crypto_starter instead of booting sasl and starting
crypto
* Thu Feb 17 2011 Anthony Molinaro <[email protected]> 0.1.1
- allow an additional hook file by default in /etc/erlnode.extra
* Thu Feb 17 2011 Anthony Molinaro <[email protected]> 0.1.0
- add rotation of logs at startup
- add riak_err dependence
- add logrotate rotation of sasl log
- add security limits which don't work :(
* Fri Aug 20 2010 Anthony Molinaro <[email protected]> 0.0.9
- change from 10 seconds to 100 seconds when waiting for node to start/stop
* Tue Jul 13 2010 Anthony Molinaro <[email protected]> 0.0.8
- don't start inets
- move ulimit so non-root users can run status
* Tue Jun 15 2010 Anthony Molinaro <[email protected]> 0.0.7
- up the limit of file descriptors
* Fri May 14 2010 Anthony Molinaro <[email protected]> 0.0.6
- change to /mnt for homedir
- add a restart command
* Tue Mar 30 2010 Anthony Molinaro <[email protected]> 0.0.5
- allow status to be run as non-root user via service
* Wed Feb 17 2010 Anthony Molinaro <[email protected]> 0.0.4
- start crypto and inets since we usually need them, also erlrc_boot
was not being called, so installed packages were not being loaded
* Wed Feb 10 2010 Anthony Molinaro <[email protected]> 0.0.3
- making architecture specific
* Wed Feb 10 2010 Anthony Molinaro <[email protected]> 0.0.2
- dependencies were incorrect
* Wed Feb 10 2010 Anthony Molinaro <[email protected]> 0.0.1
- adding erlstart as a dependency
* Wed Feb 10 2010 Anthony Molinaro <[email protected]> 0.0.0
- initial version