Skip to content

Commit

Permalink
Prepare v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Aug 24, 2016
1 parent 1976018 commit 99277e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
CHANGES
=======

1.2.1 / Unreleased
1.3.0 / 2016-08-24
==================
- #19: Add configurable support for setting last modified file/directory timestamps
- #32: Fix invalid digest authentication header
- #19: Add option `mutable_live_props` to support setting last modified file/directory timestamps
(Jonas Bardino)
- #23: Fix Windows file manager and OSX Finder fails on file names with comma (Jonas Bardino)
- #27: Do not install tests (Erich Seifert)
- #28: New option `trusted_auth_header` allows reverse proxy authentication (Mageti)
- #30: API change to allow much easier per-user chrooting (Jonas Bardino)
- #32: Fix digest authentication rejected due to invalid header (Adrian Crețu)


1.2.0 / 2015-05-14
==================
Expand Down
2 changes: 1 addition & 1 deletion wsgidav/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
http://peak.telecommunity.com/DevCenter/setuptools#tagging-and-daily-build-or-snapshot-releases
Example "1.2.0b1", "1.2.0pre1" or "1.2.0"
"""
__version__ = "1.2.1pre1"
__version__ = "1.3.0"

0 comments on commit 99277e9

Please sign in to comment.