Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kbengine committed May 4, 2015
1 parent 19f3068 commit 9ef94be
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 1,20 @@
###v0.6.0

2015/5/3

新增与改善:
Websocket FRC6544协议通讯完善
cluster_controller.py(集群控制)、installer.py(安装助手)工具完善
assets默认不包含scripts/client目录,避免不必要的误会(移动到OGRE例子脚本目录中)
更新API文档
一些结构调整

BUG修正:
修正bots程序退出时crash问题
修正在进程繁忙状态下有时不能很好的安全关服
修正FixedDict引用未释放问题


###v0.5.0

2015/4/18
Expand Down
2 changes: 1 addition & 1 deletion kbe/src/lib/common/kbeversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 26,7 @@ along with KBEngine. If not, see <http://www.gnu.org/licenses/>.
namespace KBEngine{

#define KBE_VERSION_MAJOR 0
#define KBE_VERSION_MINOR 5
#define KBE_VERSION_MINOR 6
#define KBE_VERSION_PATCH 0


Expand Down

0 comments on commit 9ef94be

Please sign in to comment.