Skip to content

Commit

Permalink
NXDRIVE-955: Update release notes for beta 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG authored Aug 31, 2017
1 parent 9bd716f commit 19598da
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# dev
Release date: `2017-??-??`


# 2.5.2
Release date: `2017-08-31`

### Core
- [NXDRIVE-731](https://jira.nuxeo.com/browse/NXDRIVE-731): Remove nuxeo-jsf-ui package dependency
- [NXDRIVE-836](https://jira.nuxeo.com/browse/NXDRIVE-836): Bad behaviors with read-only documents on Windows
- [NXDRIVE-956](https://jira.nuxeo.com/browse/NXDRIVE-956): Uniformize actions on local deletion of read-only documents
- [NXDRIVE-957](https://jira.nuxeo.com/browse/NXDRIVE-957): Update process from 2.5.0 to 2.5.1 is broken
- [NXDRIVE-729](https://jira.nuxeo.com/browse/NXDRIVE-729): Homogenize headers in source files

### GUI:
- [NXDRIVE-934](https://jira.nuxeo.com/browse/NXDRIVE-934): Try to guess the server URL
Expand Down
13 changes: 12 additions & 1 deletion docs/technical_changes.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# dev


# 2.5.2
- Removed `is_office_file()` function from local_watcher.py
- Added `dynamic_states=False` keyword to `synchronize_state()` method in `EngineDAO` class
- Added `dynamic_states` keyword to `synchronize_state()` method in `EngineDAO` class
- Added `force` keyword to `local_rollback()` method in `Engine` class
- Removed `get_username()` method from `RootAlreadyBindWithDifferentAccount` class. Use `username` attribute instead.
- Removed `get_url()` method from `RootAlreadyBindWithDifferentAccount` class. Use `url` attribute instead.
- Removed `deprecated()` function from utils.py
- Added `guess_server_url()` function to utils.py
- Moved `DRIVE_STARTUP_PAGE` constant from wui/settings.py to client/common.py
- Added `enrichers` keyword to `execute()` method in `BaseAutomationClient` class
- Added `**kwargs` keyword to `fetch()` method in `RemoteDocumentClient` class
- Removed `fetch()` method from `RestAPIClient` class
- Removed `is_locked()` method from `RestAPIClient` class
- Removed `log_on_server()` method from `RestAPIClient` class
- Added `log_on_server()` method to `RemoteDocumentClient` class
- Added `is_locked()` method to `RemoteDocumentClient` class
- Added `create_user()` method to `RemoteDocumentClient` class

# 2.5.1
- Removed `update_tooltip()` method from `Application` class
Expand Down

0 comments on commit 19598da

Please sign in to comment.