aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitrij D. Czarkoff <czarkoff@gmail.com>2016-05-13 00:43:36 +0200
committerDmitrij D. Czarkoff <czarkoff@gmail.com>2016-05-13 00:43:36 +0200
commit7353178d6d5bb4bc04341a09f95510b05cec3adb (patch)
tree370b77c3821ad04260e8a9bf5d54d5805c27d13c
parent6dad3c7bbf082ffc4468e353a569ae142bec7fd4 (diff)
downloadimv-7353178d6d5bb4bc04341a09f95510b05cec3adb.tar.gz
Release v2.1.1
-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)"\"