Skip to content

Commit 205b53f

Browse files
authored
Merge pull request #295 from adobe-apiplatform/v2
Prepare for v2.2.2rc2 build
2 parents 3cc4953 + c3ca46a commit 205b53f

File tree

4 files changed

+168
-174
lines changed

4 files changed

+168
-174
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ endif
1717

1818
pex:
1919
pip install --upgrade pip
20-
pip install --upgrade wheel requests pex
20+
pip install --upgrade 'wheel<0.30.0' requests pex
2121
-$(RM) $(output_dir)
2222
pex -v -o $(output_dir)/$(output_filename)$(output_file_extension) -m user_sync.app \
2323
-f $(prebuilt_dir) \

RELEASE_NOTES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Release Notes for User Sync Tool Version 2.2.2
22

3-
These notes apply to v2.2.2rc1 of 2017-10-25.
3+
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

@@ -14,12 +14,16 @@ None.
1414

1515
[#288](https://github.com/adobe-apiplatform/user-sync.py/issues/288): Escape special characters in user input to LDAP queries.
1616

17+
[#293](https://github.com/adobe-apiplatform/user-sync.py/issues/293): Don't crash when existing users are added to secondaries.
18+
1719
## Compatibility with Prior Versions
1820

1921
There are no interface changes from prior versions.
2022

2123
## Known Issues
2224

25+
The nosetests are broken in this release candidate.
26+
2327
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.
2428

2529
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)