+5790. [bug] Enforce enqueuing TCP resumeread to prevent the
+ next read callback from being executed before the
+ current read callback has finished, and the worker
+ receive buffer has been marked as "freed". [GL #3079]
+
5789. [bug] Allow replacing expired zone signatures with
signatures created by the KSK. [GL #3049]
version of the zone, preventing resynchronization of zone contents
after ``named`` restart in case the unsigned zone file gets modified
while ``named`` is not running. This has been fixed. :gl:`#3071`
+
+- Under certain circumstances, reading from the raw TCP channels used
+ for rndc and statistics could cause assertion failure. This has been
+ fixed. :gl:`#3079`