Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jan 22, 2015
1 parent 58824ce commit da9a07f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
v0.6.3
======

* new command-line option `address` to specify the address to bind to [pull request](https://github.com/centrifugal/centrifuge/pull/57)
* it's now possible to provide `tornado_settings` in configuration file to pass initialization parameters to Tornado's HTTPServer instance [pull request](https://github.com/centrifugal/centrifuge/pull/60) :

```
{
"password": "admin",
"cookie_secret": "secret",
"api_secret": "secret",
"tornado_settings": {
"xheaders": true
}
}
```
* Toro dependency updated to version 0.8


v0.6.2
======

Expand Down
2 changes: 1 addition & 1 deletion centrifuge/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coding: utf-8
# Copyright (c) Alexandr Emelin. MIT license.

__version__ = "0.6.2"
__version__ = "0.6.3"

0 comments on commit da9a07f

Please sign in to comment.