Skip to content

Commit a96e560

Browse files
committed
Bump version number and update release notes for the rc3 builds.
1 parent 2c23193 commit a96e560

6 files changed

+12
-4
lines changed

RELEASE_NOTES.md

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

3-
These notes apply to v2.3rc2 of 2017-12-03.
3+
These notes apply to v2.3rc3 of 2017-12-10.
44

55
## New Features
66

@@ -18,14 +18,22 @@ There is a new command-line argument `--connector` for specifying whether to get
1818

1919
[#306](https://github.com/adobe-apiplatform/user-sync.py/issues/306) v2.2.2 crashes if country code not specified.
2020

21+
[#314](https://github.com/adobe-apiplatform/user-sync.py/issues/314) invocation_defaults section should be optional.
22+
23+
[#315](https://github.com/adobe-apiplatform/user-sync.py/issues/315) Can't specify --user-filter or other string-valued args.
24+
2125
## Compatibility with Prior Versions
2226

2327
All configuration and command-line arguments accepted in prior releases work in this release. The `--users file` argument is still accepted, and is equivalent to (although more limited than) specifying `--connector csv`.
2428

2529
## Known Issues
2630

27-
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 (see the setup.py file for the specific version). This may not always be the latest version.
28-
2931
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`).
3032

3133
Each release on each platform is built with a specific version of Python. Typically this is the latest available for that platform (from the OS vendor, if they provide one, from [python.org](http://python.org) otherwise). In general, and especially on Windows, you should use the same Python to run User Sync as it was built with.
34+
35+
## Additional Build Information
36+
37+
User Sync is now built with PyLDAP 2.4.45.
38+
39+
User Sync is now built with umapi_client 2.10. This allows mocking the UMAPI connection for use with a test framework. See the test_framework directory in the source tree for more details.
-1.05 MB
Binary file not shown.
-1.05 MB
Binary file not shown.
-1.05 MB
Binary file not shown.
-1.05 MB
Binary file not shown.

user_sync/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
# SOFTWARE.
2020

21-
__version__ = '2.3rc2'
21+
__version__ = '2.3rc3'

0 commit comments

Comments
 (0)