* Fix build failure with gcc-10 (-fno-common). * A bunch of minor and warning fixes. OBS-URL: https://build.opensuse.org/package/show/utilities/termrec?expand=0&rev=4
45 lines
1.3 KiB
Plaintext
45 lines
1.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Apr 20 07:10:42 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.19:
|
|
* Fix build failure with gcc-10 (-fno-common).
|
|
* A bunch of minor and warning fixes.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 12 12:28:03 UTC 2019 - mvetter@suse.com
|
|
|
|
- Update to 0.18:
|
|
* library API is now declared stable, ABI at soname 1.
|
|
+ include file is <tty.h> (not <vt100.h>)
|
|
+ identifier prefixes are tty_ not vt100_
|
|
* asciicast support (v1 and v2).
|
|
* .zst compression.
|
|
* fetching (and not very useful putting) via CURL.
|
|
* drop proxyrec.
|
|
* tty emulation improvements:
|
|
+ CJK full(double)width
|
|
+ combining characters
|
|
+ overstrike (\e[9m)
|
|
+ 24-bit color
|
|
+ many ANSI codes
|
|
+ store the window title
|
|
* license is now LGPL2+.
|
|
- Don't install libtty.a
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 10 13:11:06 UTC 2017 - bruno@ioda-net.ch
|
|
|
|
- update to upstream 0.17
|
|
+ 256 colour and .xz support
|
|
+ a load of portability and misc fixes
|
|
- packaging :
|
|
+ Add missing compression lib-devel (zip,bzip,xz)
|
|
+ spec-cleaner
|
|
+ use autoreconf -fiv
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 02 18:45:02 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
- initial version (0.16)
|
|
|