diff options
| author | Alexander Barton <alex@barton.de> | 2010-09-14 00:18:20 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2010-09-14 00:18:20 +0200 |
| commit | 212311efc5ab9a0196d163e40f01d56cf1a6d237 (patch) | |
| tree | d70052b32efcdf1070900be58b7d595ccdaeb323 /ChangeLog | |
| parent | fe5c7cb22d1dad4840872c79933f4a9ddbdff15b (diff) | |
| download | ngircd-212311efc5ab9a0196d163e40f01d56cf1a6d237.tar.gz ngircd-212311efc5ab9a0196d163e40f01d56cf1a6d237.zip | |
Updated ChangeLog to include signal handler changes
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 73c98d93..73c84734 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,10 @@ ngIRCd Release 17 - Enable the daemon to disable and enable "debug mode" on runtime using signal SIGUSR1, when debug code is compiled in, not only on startup using the command line parameters. + - Signal handler: added new 'delayed' signal handlers, including fallback + to deprecated sysv API. And removed global NGIRCd_SignalRehash variable. + - IO: add io_cloexec() to set close-on-exec flag. + - ng_ipaddr.h: include required assert.h header. - Conn_SyncServerStruct(): test all connections; and work case insensitive - configure script: correctly indent IPv6 yes/no summary output. - Don't reset My_Connections[Idx].lastping when reading data, so the |