]> git.neil.brown.name Git - metad.git/blob - version.c
Assorted reformating
[metad.git] / version.c
1
2 char version[] = "2.17";
3
4 /*
5  * 2.17 06aug2003 metad: check if pid has been collected before assuming a failed kill means that it is lost.
6  * 2.16 18sep2002 metad: add "stream" service for tcp listening
7  *                metac: understand listing of stream service
8  * 2.15 17aug2001 metad: fixed ordering in main_loop
9  * 2.14 07aug2001 metad: short malloc in new_proc was causing problems
10  * 2.13 30apr99   metad: errors during startup were getting lost
11  *                       lookup username every time instead of once only
12  *                       disassociate from controlling tty
13  * 2.12 25may98   metad: bugfix - pidfile was not being closed!!
14  * 2.11 08oct96   metad: bug whereby would sometimes spin on failing process as next_hold was set to 0
15  * 2.10 15aug96   metad: that last fix was broken - try again
16  * 2.09 02aug96   metad: where re-read config file, didn't update server pointers in proc structures...
17  * 2.08 04jul96   metad: if pidfile and watchout_put options in force, then
18  *                    metad would wait for pipe to close even if daemon exitted.
19  *                    Now metad only wait 30 more seconds for pipe to close, then closes it.
20  *                    Also restart properly saves it_forked info.
21  * 2.07 02apr96   metad: fix bug in user= processing
22  * 2.06 06mar96   metad: fix memory buf in free_service
23  * 2.05 01feb96   metad: preserve enabled state over restart
24  * 2.04 04dec95   metad: wait a little while for child to write to pidfile -- xdm is slow
25  * 2.03 14nov95   metad: fixed bug where messaged returned on udb request caused crash
26  * 2.02 31oct95   metad: pidfile and watch_output options, minor improvements to logging
27  *                metac: understand new protocol phrases for pidfile and watch_output
28  * 2.01 25oct95   metad: zero holdtimes when run command received
29  *                metac: improve listings: brief and long, hostname included
30  *
31  */