Skip to content

Commit

Permalink
v508
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Jul 19, 2017
1 parent 17a3552 commit d11bc37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS.VER
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
* Pass-thru Unicode formating chars (Cf type) instead of treating them
as binary chars.

* Fix bugs when using LESSOPEN and switching between stdin and other files.

* Fix some bugs handling filenames containing shell metacharacters.

* Fix some memory leaks.
Expand Down
3 changes: 2 additions & 1 deletion version.c
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ v505 7/17/17 Add M and ESC-M commands;
v506 7/17/17 On Windows, convert UTF-8 to multibyte if console is not UTF-8;
handle extended chars on input (thanks to Jason Hood).
v507 7/18/17 Fix some bugs handling filenames containing shell metachars.
v508 7/19/17 Fix bugs when using LESSOPEN to read stdin.
*/

char version[] = "507";
char version[] = "508";

0 comments on commit d11bc37

Please sign in to comment.