Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Aug 1, 2022
1 parent 116b743 commit c6b4fd7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Changelog

## 4.0.2 / Unreleased
## 4.0.3 / Unreleased

## 4.0.2 / 2022-08-01

- #246 Add dir_browser/htdocs folder to sdist (.tar.gz)
- #248 Provider does not support set_last_modified" error
- #251 Fix removing locks in recursive mode
- #255 Fix ERROR: Invalid requirement: 'cheroot~=8'
- #260 Fix Case-Sensitivity issue on MOVE/COPY actions through Windows DAV
- Add shelve support to MSI installer (persistent lock- and property storage)
- Deprecate Python 3.6 (i.e. stop testing)

## 4.0.1 / 2022-01-11

Expand Down
5 changes: 4 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ Install WsgiDAV (and a server) like::

.. note::
MS Windows users that only need the command line interface may prefer the
`MSI installer <https://github.com/mar10/wsgidav/releases>`_.
`MSI installer <https://github.com/mar10/wsgidav/releases>`_ or install
using the Windows Package Manager::

> winget install wsgidav

To serve the ``/tmp`` folder as WebDAV ``/`` share with anonyoums read-write
access, simply run::
Expand Down
6 changes: 4 additions & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,11 @@ Install the preconditions if neccessary.
Basically the same as for `Linux / macOS`_

.. note::

MS Windows users that only need the command line interface may prefer the
`MSI installer <https://github.com/mar10/wsgidav/releases>`_.
`MSI installer <https://github.com/mar10/wsgidav/releases>`_ or install
using the Windows Package Manager::

> winget install wsgidav


Docker
Expand Down

0 comments on commit c6b4fd7

Please sign in to comment.