File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ However contributors are encouraged to add their own entries for their work.
6
6
7
7
Since build 224:
8
8
----------------
9
+ * Huge shout-out to @thopiekar for helping with github triage, getting CI
10
+ working and sane, and other general help and patches!
11
+
12
+ * Significant work by @joankaradimov in porting pywin32 so that it works in a
13
+ MingGW/msys2 environment.
14
+
15
+ * ntsecuritycon.FILE_ALL_ACCESS had an incorrect value (#1354)
16
+
17
+ * SetSecurityDescriptorGroup now accepts None as group value (#1382)
18
+
19
+ * Fix an issue where win32gui.EnumChildWindows may throw a spurious exception.
20
+ (#1350)
21
+
9
22
* Better support for numpy objects in COM methods (#1388, @panikc and
10
23
@SReicheltPTV)
11
24
Original file line number Diff line number Diff line change 1
1
from __future__ import print_function
2
2
3
- build_id = "224 " # may optionally include a ".{patchno}" suffix.
3
+ build_id = "225 " # may optionally include a ".{patchno}" suffix.
4
4
# Putting build_id at the top prevents automatic __doc__ assignment, and
5
5
# I *want* the build number at the top :)
6
6
__doc__ = """This is a distutils setup-script for the pywin32 extensions
You can’t perform that action at this time.
0 commit comments