aboutsummaryrefslogtreecommitdiff
path: root/contrib/less/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/less/version.c')
-rw-r--r--contrib/less/version.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/contrib/less/version.c b/contrib/less/version.c
index 68a42a6272fa..a5925c335a8f 100644
--- a/contrib/less/version.c
+++ b/contrib/less/version.c
@@ -1049,6 +1049,18 @@ v677 4/27/25 Fix & filtering bug.
v678 5/1/25 Don't change stty tab setting.
v679 5/28/25 Fix lesskey parsing bug when env var is prefix of another;
fix unexpected exit when using -K.
+v680 6/25/25 Fix hang if a search using ^S modifier matches empty string.
+v681 8/2/25 Fix bug using -g with -J; fix bug when pasting input
+ with --incsearch; improve performance with long lines;
+ fix performance with & filtering; change search position when
+ using --incsearch; treat some composing chars as binary.
+v682 8/24/25 Add --cmd; fix lesskey bug using #stop; fix lesskey bug
+ using "invalid"; fix some emoji bugs.
+v683 9/4/25 Fix bug if cmd char received during file read.
+v684 9/18/25 Allow mixing of options and filenames on command line;
+ add LESS_TERMCAP_SUSPEND & LESS_TERMCAP_RESUME.
+v685 10/4/25 Make --incsearch return to same column as well as same line;
+ fix some problems reported by valgrind.
*/
-char version[] = "679";
+char version[] = "685";