Skip to content

Commit

Permalink
Bump version and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
tasn committed Nov 21, 2024
1 parent 64edfb3 commit b58cca1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.12'
python-version: '3.10'

- name: Update pip and install deps
run: |
Expand Down
6 changes: 4 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

## Version 0.33.1
* Fix build CI for building standalone apps.

## Version 0.33.0
* SECURITY: fix login bypass issue (reported by Vít Šesták 'v6ak')
* This allowed attackers to bypass admin authentication in the web UI (requires the web UI to be enabled - on by default) by putting any password.
* SECURITY: fix login bypass issue (reported by Vít Šesták 'v6ak'). This allowed attackers to bypass admin authentication in the web UI (requires the web UI to be enabled - on by default) by putting any password.
* SECURITY: added DNS rebinding protection for the web UI (reported by Vít Šesták 'v6ak')
* Support radicale 3.2.0 and 3.3.0
* Upgrade a lot of dependencies and adjust code accordingly
Expand Down
2 changes: 1 addition & 1 deletion etesync_dav/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"""

__copyright__ = "Copyright (C) 2017-2021 Tom Hacohen"
__version__ = "0.33.0"
__version__ = "0.33.1"
__license__ = "GPL-3.0-only"
__author__ = "Tom Hacohen"
__author_email__ = "[email protected]"
Expand Down

0 comments on commit b58cca1

Please sign in to comment.