Skip to content

Commit

Permalink
release 5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fuktommy committed Feb 24, 2025
1 parent b9adf8c commit 16400c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/changelog.ja
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2025-02-24 5.2.3
リバースプロキシ環境でアクセス権限の判定に失敗しうる不具合の修正。
リバースプロキシ用の設定項目と設定サンプルを追加。

2025-02-22 5.2.2
サンプル設定のキャッシュのディレクトリを変更。
mchで複数のアクセスのレスポンスが混線してそうなのを修正したつもり。
Expand Down
2 changes: 1 addition & 1 deletion shingetsu/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _get_value(parser, section, key, default, vtype=''):
def _get_version():
"""Get Saku version for useragent and servername.
"""
version = '5.2.2'
version = '5.2.3'
version_file = os.path.join(docroot, file_dir, 'version.txt')
if os.path.isfile(version_file):
try:
Expand Down

0 comments on commit 16400c0

Please sign in to comment.