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 c3118e7..e70dfaa 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,14 @@
imv Changelog
=============
+v2.1.3 - 2016-10-22
+
+* Fix various resource leaks
+* Fix a bug where imv would to try and catch up on long periods of lost gif
+ playback time if it were suspended for a second or more.
+* Improve handling of unusual read() return codes
+* Fix a linking issue with unit tests on some platforms
+
v2.1.2 - 2016-06-15
-------------------
diff --git a/Makefile b/Makefile
index c130dfb..642eaa9 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.2
+VERSION := v2.1.3
endif
CFLAGS += -DIMV_VERSION=\""$(VERSION)"\"