aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG8
-rw-r--r--Makefile2
2 files changed, 9 insertions, 1 deletions
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)"\"