github jonas/tig tig-2.5.3

latest releases: tig-2.5.10, tig-2.5.9, tig-2.5.8...
3 years ago

Bug fixes:

  • Fix autoconf checking for readline. (#1072)
  • Fix segfault when saving a view with no column.
  • Reset view->parent when main view is promoted.
  • Fix segfault when pressing Enter in a child main view.
  • Restore lazy navigation.
  • Format time_t values portably and fix other values too. (#1084, #1085)
  • Fix loop when wrapping line with ISO-8859-1 character. (#1087, #1088)

Change summary

The diffstat and log summary for changes made in this release.

 .gitignore               |  2 +-
 INSTALL.adoc             |  4 +-
 Makefile                 |  6 +--
 NEWS.adoc                | 13 ++++++
 doc/tig.1.adoc           |  2 +
 src/argv.c               |  2 +-
 src/blame.c              |  2 +-
 src/diff.c               |  2 +-
 src/display.c            | 13 ++----
 src/draw.c               |  2 +-
 src/main.c               |  5 +-
 src/pager.c              |  2 +-
 src/status.c             |  2 +-
 src/string.c             | 99 ++++++++++------------------------------
 src/tig.c                |  3 +-
 src/ui.c                 |  2 +-
 src/util.c               | 10 ++--
 src/view.c               |  8 ++--
 tools/ax_lib_readline.m4 |  6 +--
 19 files changed, 76 insertions(+), 109 deletions(-)

Thomas Koutcher (11):
      Replace deprecated MD5 checksums with SHA256 in make dist
      Fix autoconf checking for readline
      Fix segfault when saving a view with no column
      Reset view->parent when main view is promoted
      Fix segfault when pressing Enter in a child main view
      Restore lazy navigation
      Format time_t values portably and fix other values too
      Fix loop when wrapping line with ISO-8859-1 character
      Add example showing how to use TIG_SCRIPT to pass startup commands
      Update NEWS
      tig-2.5.3

Don't miss a new tig release

NewReleases is sending notifications on new releases.