This commit is contained in:
Nicholas Marriott
2020-10-30 12:11:02 +00:00
parent d0ad34e94d
commit 25cae5d86f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
CHANGED FROM 3.1b TO 3.1c
* Fix a stack overflow on colon-separated CSI parsing.
CHANGES FROM 3.1a TO 3.1b
* Fix build on systems without sys/queue.h.