From 7353178d6d5bb4bc04341a09f95510b05cec3adb Mon Sep 17 00:00:00 2001 From: "Dmitrij D. Czarkoff" Date: Fri, 13 May 2016 00:43:36 +0200 Subject: Release v2.1.1 --- CHANGELOG | 8 ++++++++ Makefile | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 57ecba8..dba28bb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,14 @@ imv Changelog ============= +v2,1,0 - 2016-05-12 +------------------- + +* Fix compatibility with older gcc versions +* Fix bug where unchanged files were unnecessarily reloaded +* Fix bug where first frame of gif or first slide was changed to quickly +* Minor performance improvements + v2.1.0 - 2016-04-27 ------------------- diff --git a/Makefile b/Makefile index 72204be..e8c43e1 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ TFLAGS ?= -g ${CFLAGS} VERSION := $(shell git describe --abbrev=8 --dirty --always --tags 2> /dev/null) ifeq ($(VERSION),) -VERSION := v2.1.0 +VERSION := v2.1.1 endif CFLAGS += -DIMV_VERSION=\""$(VERSION)"\" -- cgit v1.2.3