Dunst v1.3.2

This commit is contained in:
Nikos Tsipinakis 2018-05-06 13:30:01 +03:00
parent 6ebe7ca413
commit f9732bd2fa
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Dunst changelog # Dunst changelog
## 1.3.2 - 2018-05-06
### Fixed
- Crash when trying to load an invalid or corrupt icon (#512)
## 1.3.1 - 2018-01-30 ## 1.3.1 - 2018-01-30
### Fixed ### Fixed

View File

@ -3,7 +3,7 @@
include config.mk include config.mk
VERSION := "1.3.1 (2018-01-30)" VERSION := "1.3.2 (2018-05-06)"
ifneq ($(wildcard ./.git/.),) ifneq ($(wildcard ./.git/.),)
VERSION := $(shell git describe --tags) VERSION := $(shell git describe --tags)
endif endif