Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
Release v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eXeC64 committed Oct 22, 2016
1 parent 311c35e commit e59d0e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
-------------------

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)"\"
Expand Down

0 comments on commit e59d0e9

Please sign in to comment.