Index: trunk/docs/Changelog
===================================================================
--- trunk/docs/Changelog	(revision 112)
+++ trunk/docs/Changelog	(revision 113)
@@ -1,3 +1,7 @@
 2.3.6:
+	* sh_cat.c: reduce priority of MSG_TCP_RESET to avoid spamming if
+	  port checking is used on same host as server (reported by kadafax)
+	* Install.sh: don't use --separate-output with non-checklist
+	  widgets (problem discovered by D. Denton)
 	* sh_gpg.c, sh_userfiles.c: use sh_getpwnam et al. wrappers
 
Index: trunk/src/sh_cat.c
===================================================================
--- trunk/src/sh_cat.c	(revision 112)
+++ trunk/src/sh_cat.c	(revision 113)
@@ -228,5 +228,5 @@
   { MSG_TCP_ILL,     SH_ERR_SEVERE,  TCP,   N_("msg=\"Restart without prior exit\" host=\"%s\"")},
   { MSG_TCP_SYNC,    SH_ERR_SEVERE,  TCP,   N_("msg=\"Out of sync\" host=\"%s\"")},
-  { MSG_TCP_RESET,   SH_ERR_SEVERE,  TCP,   N_("msg=\"Connection reset by peer\" host=\"%s\"")},
+  { MSG_TCP_RESET,   SH_ERR_NOTICE,  TCP,   N_("msg=\"Connection reset by peer\" host=\"%s\"")},
   { MSG_TCP_CNEW,    SH_ERR_INFO,    TCP,   N_("msg=\"New connection\" socket_id=\"%d\"")},
   { MSG_E_HTML,      SH_ERR_ERR,     ERR,   N_("msg=\"Error writing HTML status\"")},
@@ -542,5 +542,5 @@
   { MSG_TCP_ILL,     SH_ERR_SEVERE,  TCP,   N_("msg=<Restart without prior exit>, client=<%s>")},
   { MSG_TCP_SYNC,    SH_ERR_SEVERE,  TCP,   N_("msg=<Out of sync>, client=<%s>")},
-  { MSG_TCP_RESET,   SH_ERR_SEVERE,  TCP,   N_("msg=<Connection reset by peer>, client=<%s>")},
+  { MSG_TCP_RESET,   SH_ERR_NOTICE,  TCP,   N_("msg=<Connection reset by peer>, client=<%s>")},
   { MSG_TCP_CNEW,    SH_ERR_INFO,    TCP,   N_("msg=<New connection>, socket_id=<%d>")},
   { MSG_E_HTML,      SH_ERR_ERR,     ERR,   N_("msg=<Error writing HTML status>")},
