diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-08-30 21:23:26 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-08-30 21:23:26 +0100 |
commit | 6e2b3f435ae49e4d372476c4a8a2ef64d497c87d (patch) | |
tree | 71cceea07fd71933bb6afc8d32de760007dfc281 | |
parent | 07d3c4d882b378b65f8ab5e99f8fffbeb797b2ab (diff) | |
download | rtmux-6e2b3f435ae49e4d372476c4a8a2ef64d497c87d.tar.gz rtmux-6e2b3f435ae49e4d372476c4a8a2ef64d497c87d.tar.bz2 rtmux-6e2b3f435ae49e4d372476c4a8a2ef64d497c87d.zip |
Add to CHANGES.
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ CHANGES FROM 2.5 TO 2.6-rc, 29 August 2017 +* Fix memory leak when lines with BCE are removed from history. + +* Fix (again) the "prefer unattached" behaviour of attach-session. + * Reorder how keys are checked to allow keys to be specified that have a leading escape. GitHub issue 1048. |