Skip to content

Commit b2f5b89

Browse files
Mickaël SchoentgenBoboTiG
authored andcommitted
NXDRIVE-2592: Release 5.1.1
1 parent 68571eb commit b2f5b89

2 files changed

Lines changed: 4 additions & 12 deletions

File tree

docs/changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
- [4.5.1](changes/4.5.1.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.5.0...release-4.5.1))
2525
- [5.0.0](changes/5.0.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.5.1...release-5.0.0))
2626
- [5.1.0](changes/5.1.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.0.0...release-5.1.0))
27-
- [5.1.1](changes/5.1.1.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.1.0...master))
27+
- [5.1.1](changes/5.1.1.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.1.0...release-5.1.1))
2828

2929
## 3.x
3030

docs/changes/5.1.1.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 5.1.1
22

3-
Release date: `2021-xx-xx`
3+
Release date: `2021-04-15`
44

55
## Core
66

@@ -17,10 +17,6 @@ Release date: `2021-xx-xx`
1717
- [NXDRIVE-2597](https://jira.nuxeo.com/browse/NXDRIVE-2597): Use a LRU cache for translation strings
1818
- [NXDRIVE-2598](https://jira.nuxeo.com/browse/NXDRIVE-2598): Retry S3 non-chunked uploads on expired credentials
1919

20-
### Direct Edit
21-
22-
- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):
23-
2420
### Direct Transfer
2521

2622
- [NXDRIVE-2427](https://jira.nuxeo.com/browse/NXDRIVE-2427): Make the end of session notification clickable
@@ -48,10 +44,6 @@ Release date: `2021-xx-xx`
4844
- [NXDRIVE-2600](https://jira.nuxeo.com/browse/NXDRIVE-2600): Improve `options.py` coverage
4945
- [NXDRIVE-2601](https://jira.nuxeo.com/browse/NXDRIVE-2601): [Windows] Fix `test_valid_argument_value()` integration test
5046

51-
## Docs
52-
53-
- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):
54-
5547
## Minor Changes
5648

5749
- Upgraded `docutils` from 0.16 to 0.17
@@ -62,9 +54,9 @@ Release date: `2021-xx-xx`
6254

6355
- Added `engine_uid` argument to `DirectTransferSessionFinished.__init__()`
6456
- Added `remote_ref` argument to `DirectTransferSessionFinished.__init__()`
65-
- Changed the arguments types from `Engine.directTransferSessionFinished` signal to `(str, str, str)`
57+
- Changed arguments types of `Engine.directTransferSessionFinished` signal from `(str)` to `(str, str, str)`
6658
- Added `Notification.action_args`
67-
- Changed the arguments types from `NotificationService.triggerNotification ` signal to `(str, object)`
59+
- Changed arguments types of `NotificationService.triggerNotification ` signal from `(str, str)` to `(str, object)`
6860
- Added `Options.use_idempotent_requests`
6961
- Removed `Options.freezer`
7062
- Added `State.crash_details`

0 commit comments

Comments
 (0)