=over
+=item *
+
+The remote terminal works after forking and spawns new sessions - one
+for each forked process.
+
=item *
Uses the less pager path from Config instead of searching for it (bf320d6)
=item *
+Fixed readline() when interrupted by signals so it no longer returns
+the "same thing" as before or random memory.
+
+=item *
+
Fixed a regression of kill() when a match variable is used for the
process ID to kill. (RT#75812) (8af710e)
=item *
-XXX
+readline() returns an empty string instead of undef when it is
+interrupted by a signal.
=back