Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
lundmar committed Oct 15, 2017
1 parent 288a88a commit f449f45
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit f449f45

Please sign in to comment.