Skip to content

Commit

Permalink
Bump version v1.11.4+dev -> v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c4ffein committed Apr 14, 2020
1 parent e2de6a4 commit f09eac2
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 8 deletions.
26 changes: 26 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ History
.. towncrier release notes start
Parsec 1.12.0 (2020-04-14)
--------------------------

Bugfixes
~~~~~~~~

* Fix forbidden error during backend startup when some custom S3 providers
(`#1094 <https://github.com/Scille/parsec-cloud/issues/1094>`__)
* Use "localhost" as the default hostname in the cli. (`#1075
<https://github.com/Scille/parsec-cloud/issues/1075>`__)

Miscellaneous internal changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Add `fs.entry.file_conflict_resolved` internal event to be notified when a
file conflict has been resolved by copying and renaming the file with the
local changes. (`#1095 <https://github.com/Scille/parsec-
cloud/issues/1095>`__)
* Add cancel button to "Parsec is already running, please close it" prompt in
windows installer. (`#1103 <https://github.com/Scille/parsec-
cloud/issues/1103>`__)
* Update the windows installer to be less verbose. In particular, the Winfsp
installation becomes silent. (`#1112 <https://github.com/Scille/parsec-
cloud/issues/1112>`__)


Parsec 1.11.4 (2020-03-31)
--------------------------

Expand Down
Empty file removed newsfragments/1068.empty.rst
Empty file.
1 change: 0 additions & 1 deletion newsfragments/1075.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1094.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1095.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1097.empty.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1103.misc.rst

This file was deleted.

Empty file removed newsfragments/1109.empty.rst
Empty file.
2 changes: 0 additions & 2 deletions newsfragments/1112.misc.rst

This file was deleted.

2 changes: 1 addition & 1 deletion parsec/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# This file is imported from __init__.py and exec'd from setup.py

__version__ = "1.11.4+dev"
__version__ = "1.12.0"

0 comments on commit f09eac2

Please sign in to comment.