Skip to content

Commit

Permalink
NXDRIVE-1023: Release 2.5.6
Browse files Browse the repository at this point in the history
Also:
  - Update psutil from 5.3.1 to 5.4.0
  • Loading branch information
BoboTiG committed Nov 2, 2017
1 parent bbf3f6d commit 60fd99b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/changes.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# dev
Release date: `2017-??-??`


# 2.5.6
Release date: `2017-11-02`

### Core
- [NXDRIVE-998](https://jira.nuxeo.com/browse/NXDRIVE-998): Fix behavior if the PAC URL is not reachable
- [NXDRIVE-1006](https://jira.nuxeo.com/browse/NXDRIVE-1006): Improve calls to /site/automation
- [NXDRIVE-1012](https://jira.nuxeo.com/browse/NXDRIVE-1012): Remote watcher is missing keywords
- [NXDRIVE-1013](https://jira.nuxeo.com/browse/NXDRIVE-1012): Fix and improve connection test for new account creation
- [NXDRIVE-1013](https://jira.nuxeo.com/browse/NXDRIVE-1013): Fix and improve connection test for new account creation
- [NXDRIVE-1020](https://jira.nuxeo.com/browse/NXDRIVE-1020): Unlock Windows events queue capacity

### GUI
Expand All @@ -27,6 +31,7 @@ Release date: `2017-??-??`
- GUI: Fix a SEGFAULT when closing the metadata window
- GUI: Add envar `USE_OLD_MENU` to force the use of the old menu
- Jenkins: The beta job now uploads the package to the PyPi server
- Packaging: Updated `psutil` from 5.3.1 to 5.4.0
- \[macOS\] Fix the favorite link creation
- \[Windows\] Packaging: Prevent infinite loop when uninstalling
- \[Windows\] Packaging: Fix symbolic link creation
Expand Down
3 changes: 3 additions & 0 deletions docs/technical_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
[//]: # (Note 3: keywords ordered [Added, Changed, Moved, Removed])

# dev


# 2.5.6
- Added `BaseAutomationClient.check_access()`
- Added `BaseAutomationClient.server_reachable()`
- Added `Manager.open_metadata_window()`
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ esky==0.9.9;python_version=='2.7'
faulthandler==3.0;python_version=='2.7'
Js2Py==0.50;python_version=='2.7'
poster==0.8.1;python_version=='2.7'
psutil==5.3.1;python_version=='2.7'
psutil==5.4.0;python_version=='2.7'
pycrypto==2.6.1;python_version=='2.7'
pypac==0.3.1;python_version=='2.7'
python-dateutil==2.6.1;python_version=='2.7'
Expand Down

0 comments on commit 60fd99b

Please sign in to comment.