1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-12-14 01:58:05 +00:00

NEWS, ChangeLog: fixed some misspellings

This commit is contained in:
Alexander Barton
2012-05-07 22:38:26 +02:00
parent 5e5377a063
commit ae27571414
2 changed files with 20 additions and 20 deletions

View File

@@ -14,7 +14,7 @@ ngIRCd Release 19.1 (2012-03-19)
- Fix gcc warning (v4.6.3), initialize "list" variable to NULL. - Fix gcc warning (v4.6.3), initialize "list" variable to NULL.
- Fix typos: "recieved" -> "received", "Please not" -> "Please note", - Fix typos: "recieved" -> "received", "Please not" -> "Please note",
and fix lintian(1) warning ""hyphen-used-as-minus-sign", too. and fix lintian(1) warning ""hyphen-used-as-minus-sign", too.
- Really include _all_ patchtes to build the Anope module into the - Really include _all_ patches to build the Anope module into the
distribution archive ... ooops! distribution archive ... ooops!
- getpid.sh: Fix test case error for Debian using sbuild(1). - getpid.sh: Fix test case error for Debian using sbuild(1).
- Don't log "ngIRCd hello message" two times when starting up. - Don't log "ngIRCd hello message" two times when starting up.
@@ -28,7 +28,7 @@ ngIRCd Release 19 (2012-02-29)
- Fix building ngIRCd with old gcc versions (e. g. 2.7.2). - Fix building ngIRCd with old gcc versions (e. g. 2.7.2).
- Correctly re-open syslog logging after reading of configuration - Correctly re-open syslog logging after reading of configuration
file: Syslog logging has been initialized before reading the file: Syslog logging has been initialized before reading the
configuraton, so ngIRCd always used the default facility and ignored configuration, so ngIRCd always used the default facility and ignored
the "SyslogFacility" configuration option ... the "SyslogFacility" configuration option ...
Thanks to Patrik Schindler for reporting this issue! Thanks to Patrik Schindler for reporting this issue!
@@ -85,7 +85,7 @@ ngIRCd Release 19 (2012-02-29)
commands: this reduces the possibility of flooding channels with commands: this reduces the possibility of flooding channels with
commands like "PRIVMSG/NOTICE #a,#n,#c,... :message" a little bit. commands like "PRIVMSG/NOTICE #a,#n,#c,... :message" a little bit.
Problem noticed by Cahata, thanks! Problem noticed by Cahata, thanks!
- Display correct error message when "Server{UID|GID}" variabe in the - Display correct error message when "Server{UID|GID}" variable in the
configuration file is invalid (not a number and no existing user). configuration file is invalid (not a number and no existing user).
- Update Copyright notices for 2012 :-) - Update Copyright notices for 2012 :-)
- JOIN command: don't stop handling of channel lists when a single - JOIN command: don't stop handling of channel lists when a single

2
NEWS
View File

@@ -11,7 +11,7 @@
ngIRCd Release 19.1 (2012-03-19) ngIRCd Release 19.1 (2012-03-19)
- Really include _all_ patchtes to build the Anope module into the - Really include _all_ patches to build the Anope module into the
distribution archive ... ooops! distribution archive ... ooops!
ngIRCd Release 19 (2012-02-29) ngIRCd Release 19 (2012-02-29)