1                                                                -*- text -*
2NEWS file for GNU Teseq
3
4Copyright (C) 2008,2013  Micah Cowan  <micah@addictivecode.org>
5
6Copying and distribution of this file, with or without modification,
7are permitted in any medium without royalty provided the copyright
8notice and this notice are preserved.
9
10Version 1.1.1
11
12* Updated all files to reflect new email address for maintainer:
13  micah@addictivecode.org (previous address, micah@cowan.name, is no
14  longer valid)
15
16* Added links in the (Texinfo) manual to playable videos that
17  demonstrate basic teseq functionality, and how to use teseq to create
18  _and edit_ interactive terminal demos:
19
20  * https://asciinema.org/a/7443
21  * https://asciinema.org/a/7445
22
23* Added example in the manual for using teseq to strip escapes out of a
24  typescript file.
25
26* Note: a new (optional) build dependency has been introduced:
27  pkg-config, which is now used to find whether libcheck is installed.
28
29* BUG FIX: Fixed an issue where teseq could spin indefinitely churning
30  out \xFF bytes on no further input. Input from a command such as
31    $ printf '\033!!\177'
32  would produce this issue.
33
34  This issue was discovered by means of american fuzzy lop,
35  http://lcamtuf.coredump.cx/afl/
36
37* BUG FIX: Fixed an issue with \x7F (DEL) being treated as a valid final
38  character for control sequences, and being printed on teseq's output
39  (which should not be printing non-whitespace control characters).
40
41Version 1.1
42
43* Colorized output now supported via the --color (or --colour) option,
44  and the TESEQ_COLORS environment variable.
45
46* Descriptions and labels for non-standard controls from DEC, Xterm,
47  Rxvt, etc, are now always issued, without the need for the -x option.
48
49* Reseq now recognizes "halt" (@@@) lines (with --halts option), waiting
50  for keypress before continuing.
51
52* Teseq now identifies which charset is being switched, by its ISO IR
53  registration.
54
55* BUG FIX: Teseq could crash on the input, `\033$z'.
56
57Version 1.0.0
58
59* Initial release!
60