Skip to content

Commit

Permalink
release 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fuktommy committed Dec 18, 2023
1 parent 1e0c208 commit 6504b4c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions doc/changelog.ja
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2023-12-18 4.12.0
joinのレスポンスのエラー処理修正。
systemd用のサンプルファイルを追加。
readme修正。
BSD系OSでビルドできるようにする。
Dockerfile追加。
GitHub Actions でのテストを追加。
Python 3.12 対応。
bindするアドレスを変更できるようにする。
PILへの依存を外す。

2022-12-29 4.11.0
dnsnameを設定しているときそれ以外でのserver.cgiへのアクセスを拒否する。
crondにステータスファイルを利用しないモードを追加。
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 = '4.11.0'
version = '4.12.0'
version_file = os.path.join(docroot, file_dir, 'version.txt')
if os.path.isfile(version_file):
try:
Expand Down

0 comments on commit 6504b4c

Please sign in to comment.