From 942ac254a9bf1c813a3a288452db83ee144bba49 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Wed, 30 Apr 2014 08:17:54 -0400 Subject: [PATCH] tig-2.0.1 --- Makefile | 2 +- NEWS.adoc | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2776027..ad4fd13 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # The last tagged version. Can be overridden either by the version from # git or from the value of the DIST_VERSION environment variable. -VERSION = 2.0 +VERSION = 2.0.1 all: diff --git a/NEWS.adoc b/NEWS.adoc index de67bb1..9d46ccc 100644 --- a/NEWS.adoc +++ b/NEWS.adoc @@ -1,6 +1,14 @@ Release notes ============= +tig-2.0.1 +--------- + +Bug fixes: + + - Fix compilation in watch.c. + - Fix parsing of key bindings mapped to '^' and '<'. (GH #280, #282) + tig-2.0 ------- -- 2.11.4.GIT