Skip to content

Commit

Permalink
v666
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Sep 21, 2024
1 parent 03f9f1a commit ec23abd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@

* Fix bug where ^Z is not handled immediately (github #563).

* Fix bug where first byte from a LESSOPEN filter is deleted if it is
greater than 0x7F (github #568).

======================================================================

Major changes between "less" versions 643 and 661
Expand Down
4 changes: 2 additions & 2 deletions version.c
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ v662 8/8/24 Fix build with --with-secure; improve true colors on Windows;
v663 8/16/24 Fix ^X bug when output is not a tty.
v664 8/28/24 Fix Windows compile error, fix output bug on Windows with -Da.
v665 9/4/24 Fix ^Z bug.
v666
v666 9/21/24 Fix missing first byte from LESSOPEN if >0x7f.
*/

char version[] = "666x";
char version[] = "666";

0 comments on commit ec23abd

Please sign in to comment.