From 2d3b03183c9f1cdb685977f349bf4bbc74a2038d Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 11 Jan 2019 17:27:55 -0500 Subject: Release 1.3.2 --- Makefile | 2 +- RELEASES.md | 9 +++++++++ bfs.h | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ed6c6ef..05665f7 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ ############################################################################ ifeq ($(wildcard .git),) -VERSION := 1.3.1 +VERSION := 1.3.2 else VERSION := $(shell git describe --always) endif diff --git a/RELEASES.md b/RELEASES.md index 83d250e..b21c655 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,6 +2,15 @@ === +1.3.2 +----- + +**January 11, 2019** + +- Fixed an out-of-bounds read if LS_COLORS doesn't end with a `:` +- Allowed multiple debug flags to be specified like `-D opt,tree` + + 1.3.1 ----- diff --git a/bfs.h b/bfs.h index 1174da4..34fdc3c 100644 --- a/bfs.h +++ b/bfs.h @@ -18,7 +18,7 @@ #define BFS_H #ifndef BFS_VERSION -# define BFS_VERSION "1.3.1" +# define BFS_VERSION "1.3.2" #endif #ifndef BFS_HOMEPAGE -- cgit v1.2.3