mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update ChangeLog
This commit is contained in:
parent
288a88aa15
commit
f449f45b67
1 changed files with 22 additions and 1 deletions
23
ChangeLog
23
ChangeLog
|
|
@ -1,5 +1,26 @@
|
|||
|
||||
=== tio v1.24 ===
|
||||
=== tio v1.25 ===
|
||||
|
||||
|
||||
Changes since tio v1.24:
|
||||
|
||||
* Fix error applying new stdout settings
|
||||
|
||||
On Fedora 26 tio will quit with the following error message:
|
||||
|
||||
"Error: Could not apply new stdout settings (Invalid argument)"
|
||||
|
||||
In case of Fedora, it turns out that the new stdout settings used are a
|
||||
bit too agressive because an empty termios structure is used. To remedy
|
||||
this we reuse the existing stdout settings and only reconfigure the
|
||||
specific options we need to make a "raw" stdout configuration.
|
||||
|
||||
* Remove unused pkgconfig in configure
|
||||
|
||||
* Code cleanup
|
||||
|
||||
Remove unused variable.
|
||||
|
||||
|
||||
|
||||
Changes since tio v1.23:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue