File: NEWS

package info (click to toggle)
teseq 1.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,624 kB
  • sloc: ansic: 3,509; sh: 1,607; perl: 335; makefile: 50
file content (59 lines) | stat: -rw-r--r-- 2,033 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
                                                                -*- text -*
NEWS file for GNU Teseq

Copyright (C) 2008,2013  Micah Cowan  <micah@addictivecode.org>

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

Version 1.1.1

* Updated all files to reflect new email address for maintainer:
  micah@addictivecode.org (previous address, micah@cowan.name, is no
  longer valid)

* Added links in the (Texinfo) manual to playable videos that
  demonstrate basic teseq functionality, and how to use teseq to create
  _and edit_ interactive terminal demos:

  * https://asciinema.org/a/7443
  * https://asciinema.org/a/7445

* Added example in the manual for using teseq to strip escapes out of a
  typescript file.

* Note: a new (optional) build dependency has been introduced:
  pkg-config, which is now used to find whether libcheck is installed.

* BUG FIX: Fixed an issue where teseq could spin indefinitely churning
  out \xFF bytes on no further input. Input from a command such as
    $ printf '\033!!\177'
  would produce this issue.

  This issue was discovered by means of american fuzzy lop,
  http://lcamtuf.coredump.cx/afl/

* BUG FIX: Fixed an issue with \x7F (DEL) being treated as a valid final
  character for control sequences, and being printed on teseq's output
  (which should not be printing non-whitespace control characters).

Version 1.1

* Colorized output now supported via the --color (or --colour) option,
  and the TESEQ_COLORS environment variable.

* Descriptions and labels for non-standard controls from DEC, Xterm,
  Rxvt, etc, are now always issued, without the need for the -x option.

* Reseq now recognizes "halt" (@@@) lines (with --halts option), waiting
  for keypress before continuing.

* Teseq now identifies which charset is being switched, by its ISO IR
  registration.

* BUG FIX: Teseq could crash on the input, `\033$z'.

Version 1.0.0

* Initial release!