Skip to content

Commit

Permalink
release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fuktommy committed Apr 19, 2014
1 parent 0e579eb commit 41aafe6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions doc/changelog.ja
@@ -1,3 +1,18 @@
2014-04-19 4.0.0
Python3対応(Python2には非対応)。
テンプレートエンジンをCheetahからJinja2に変更。
レスのポップアップを再帰的にできるようにする。
ログのフォーマットを変更。
GCのデバッグ処理を外す。
保管庫を廃止。
携帯電話(ガラケー)向けの機能を廃止。
moonlight(自分の知る全ての掲示板を取得する機能)を廃止。
UPnP機能を廃止。
GUI(Tkインタフェース)を廃止。
他ノードのつけたタグは、タグの編集時以外には見せないようにする。
sage機能を廃止。
py2exeによるWindows版を廃止。

2014-02-16 3.16.0
書き込みを持っていないノードからの更新通知を無視する。
スレッドを開いたときにURLを書き換えない。
Expand Down
4 changes: 2 additions & 2 deletions shingetsu/config.py
@@ -1,7 +1,7 @@
"""Saku Configuration.
"""
#
# Copyright (c) 2005-2012 shinGETsu Project.
# Copyright (c) 2005-2014 shinGETsu Project.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -57,7 +57,7 @@ def _get_version():
f.close()
except (IOError, OSError):
pass
return 'shinGETsu/0.7 (Saku-Ex/%s)' % version
return 'shinGETsu/0.7 (Saku/%s)' % version


# External config files.
Expand Down

0 comments on commit 41aafe6

Please sign in to comment.