We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011ca96 commit 93d63f6Copy full SHA for 93d63f6
CHANGELOG.md
@@ -1,6 +1,22 @@
1
Changes
2
=======
3
4
+Version 1.8.4
5
+-------------
6
+
7
+1. Include paths read from configuration files on windows are now normed
8
+ and passed between quotation marks. This makes ```pygccxml``` more robust
9
+ when used on Windows (with paths containing whitespaces).
10
11
+2. Closed cache file handle, which would not be closed in case of an exception
12
+ (warning thrown by Python 2.7.13)
13
14
+3. Always call wait() on subprocesses before closing stdout/stderr streams.
15
+ Detected by Python 3.6. Fixes the following warning:
16
+ ResourceWarning: subprocess xxxxx is still running
17
18
+2. Updated travis setup to python 3.6 for OS X.
19
20
Version 1.8.3
21
-------------
22
0 commit comments