aboutsummaryrefslogtreecommitdiff
path: root/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'version.c')
-rw-r--r--version.c18
1 files changed, 16 insertions, 2 deletions
diff --git a/version.c b/version.c
index 7aca8d6d5b6e..73169ac44024 100644
--- a/version.c
+++ b/version.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2019 Mark Nudelman
+ * Copyright (C) 1984-2020 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -880,6 +880,20 @@ v549 2/10/19 Support X11 mouse extension 1006;
Win32 fixes (thanks to Jason Hood).
v550 2/16/19 Fix Win32 build; don't enable mouse unless --mouse is set.
v551 6/10/19 Doc changes.
+-----------------------------------------------------------------
+v552 7/8/19 Update Unicode tables.
+v553 10/17/19 Support tinfow; handle zero-width Hangul chars.
+v554 1/19/20 Remove erroneous free().
+v555 3/15/20 Display error msg immediately when toggle -o without stdin.
+v556 3/15/20 Update copyright.
+v557 3/21/20 Fix memory corruption with libtermcap.
+v558 4/17/20 Don't init terminal if -F and file fits on one screen (WIN32).
+v559 4/19/20 Handle deinit correctly on WIN32.
+v560 5/3/20 Fix regression when command results in no movement;
+ fix some less.nro issues (thanks to Bjarni I. Gislason).
+v561 5/11/20 Fix erroneous EOF calculation when F command is interrupted.
+v562 5/19/20 Update Unicode tables; minor doc formatting.
+v563 6/13/20 Fix crash due to realpath() incompatibility.
*/
-char version[] = "551";
+char version[] = "563";