From 538146ca65d4fee9ac14011c3c0b0e988b114d37 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 28 Feb 2016 19:47:41 -0800 Subject: Fix for bug # 2225. This undoes the changes to posix special escape characters added in patch for bug 1689 --- src/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CHANGES.txt b/src/CHANGES.txt index c68b89c..ac264e3 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -25,6 +25,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Fix issue only with MSVC and Always build where targets marked AlwaysBuild wouldn't make it into CHANGED_SOURCES and thus yield an empty compile command line. (Bug #2622) + - Fix posix platform escaping logic to properly handle paths + with parens in them "()". (Bug #2225) From Jakub Pola: -- cgit v0.12