Skip to content

Commit c3ca46a

Browse files
committed
Update release notes for v2.2.2rc2
1 parent de99442 commit c3ca46a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ These notes apply to v2.2.2rc2 of 2017-10-29.
44

55
## New Features
66

7-
None.
7+
[#294](https://github.com/adobe-apiplatform/user-sync.py/issues/294): Show statistics about users added to secondaries.
88

99
## Bug Fixes
1010

@@ -22,6 +22,8 @@ There are no interface changes from prior versions.
2222

2323
## Known Issues
2424

25+
The nosetests are broken in this release candidate.
26+
2527
Because the release on Windows is built with a pre-compiled version of pyldap, we have to specify a specific version to be used in each release. This may not always be the latest version.
2628

2729
On the Win64 platform, there are very long pathnames embedded in the released build artifact `user-sync.pex`, which will cause problems unless you are on Windows 10 and are either running Python 3.6 or have enabled long pathnames system-wide (as described in this [Microsoft Dev Center article](https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx)). To work around this issue on older platforms, set the `PEX_ROOT` environment variable (as described [in the docs here](https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/setup_and_installation.html)) to be a very short path (e.g., `set PEX_ROOT=C:\pex`).

0 commit comments

Comments
 (0)