Skip to content

Commit

Permalink
NXDRIVE-2788: Release Drive beta 5.2.10 (#3624)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-shekhar committed Sep 29, 2022
1 parent f151b4b commit 72543d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docs/changes.md
Expand Up @@ -15,7 +15,7 @@
- [5.2.7](changes/5.2.7.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.2.6...release-5.2.7))
- [5.2.8](changes/5.2.8.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.2.7...release-5.2.8))
- [5.2.9](changes/5.2.9.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.2.8...release-5.2.9))
- [5.3.0](changes/5.3.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.2.9...master))
- [5.2.10](changes/5.2.10.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.2.9...master))

## 4.x

Expand Down
22 changes: 3 additions & 19 deletions docs/changes/5.3.0.md → docs/changes/5.2.10.md
@@ -1,47 +1,31 @@
# 5.3.0
# 5.2.10

Release date: `2022-xx-xx`
Release date: `2022-09-29`

## Core

- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):
- [NXDRIVE-2782](https://jira.nuxeo.com/browse/NXDRIVE-2782):Fix synchronization of files whose name contains a quote on MS Windows

### Direct Edit

- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):

### Direct Transfer

- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):

## GUI

- [NXDRIVE-2765](https://jira.nuxeo.com/browse/NXDRIVE-2765): Fix upgrade/downgrade mechanism
- [NXDRIVE-2735](https://jira.nuxeo.com/browse/NXDRIVE-2735): Uncheck items in Share Debug dialog box

## Packaging / Build

- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):
- [NXDRIVE-2768](https://jira.nuxeo.com/browse/NXDRIVE-2768): Upgrade to mac latest version
- [NXDRIVE-2781](https://jira.nuxeo.com/browse/NXDRIVE-2781): AppImage build failing as lib and _struct not getting created while build is performed
- [NXDRIVE-2785](https://jira.nuxeo.com/browse/NXDRIVE-2785): Fix MAC build

## Tests

- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):
- [NXDRIVE-2790](https://jira.nuxeo.com/browse/NXDRIVE-2790): Mac version format issue
- [NXDRIVE-2791](https://jira.nuxeo.com/browse/NXDRIVE-2791): Check behavior of Share debug popup

## Docs

- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):

## Minor Changes

- Added `tomli` 2.0.1
- Added `platformdirs` 2.4.0

- Upgraded `black` from 21.6b0 to 22.6.0
- Upgraded `identify` from 2.3.4 to 2.4.11
- Upgraded `pathspec` from 0.8.1 to 0.9.0
Expand All @@ -58,4 +42,4 @@ Release date: `2022-xx-xx`
- Updated .pre-commit-config.yaml:`black:rev`
- Updated posix/deploy_ci_agent.sh: ` Removed ensure_correctness function`
- Removed extra whitespace for numeric calls
- Reformatted string literals from fr to rf and br to rb
- Reformatted string literals from fr to rf and br to rb
2 changes: 1 addition & 1 deletion nxdrive/__init__.py
Expand Up @@ -27,7 +27,7 @@
"""

__author__ = "Nuxeo"
__version__ = "5.3.0"
__version__ = "5.2.10"
__copyright__ = """
Copyright Nuxeo (https://www.nuxeo.com) and others.
Expand Down

0 comments on commit 72543d3

Please sign in to comment.