Skip to content

Commit

Permalink
install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorTrapenok committed Mar 27, 2018
1 parent ee6fe3f commit 997abaa
Showing 1 changed file with 75 additions and 15 deletions.
90 changes: 75 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,32 @@
## Next Release

BREAKING CHANGES:
FEATURES:
IMPROVEMENTS:
BREAKING CHANGES:
FEATURES:
IMPROVEMENTS:
BUG FIXES:

## v3.35

## v3.38
BUG FIXES:
* add make install instruction

## v3.37
BUG FIXES:
* bug fix for dev_id=0
* bug fix for users_data js api call

## v3.36

FEATURES:
* add table users_data
* add table revoked_tokens
* add jwt support
* add web_pipe_count command for track_* pipes
* add multi db

## v3.35

BUG FIXES:
* bug `Table doesn't exist` for table `conference_members`

## v3.34

Expand Down Expand Up @@ -45,20 +60,49 @@ BUG FIXES:
## v3.30

BUG FIXES:


* fix bug in cmake files
* errors when restart mysql server
* fix bug #36 CometServerApi.js:824 Invalid pipe name subscription web_chat_pipe chatControl
* fix bug #35 _cometServerApi.prototype.send_msg("pipe_log\n"+pipe_name+"\n"+marker+"\n");
* fix bug #34 tabSignal.connect is not a function

## v3.29

BUG FIXES:

* fix bug in star scripts

IMPROVEMENTS:

* add parametr connection_attempts to section db
* rebild docs in .md files and impruve links in docs

## v3.26

## v3.28

BUG FIXES:

* fix bug in star and stop scripts
* fix bug in stats


## v3.26

BUG FIXES:

* bug fix to query `select * from pipes where name in ("web_test");`
* Command systemctl stop comet.service does not work on Ubuntu 16 ( #17 )

IMPROVEMENTS:


* Added parameter `send_user_online_events` to `main`
* Added parameter `send_user_offline_events` to `main`
* Added parameter `save_users_last_online_time` to `main`

* Added section `cluster`
* Added section `cometqlproxy`
* Added clustering mechanism #15
* Added pidfile option in section `main`.`pidfile`

* Added queryes like `set paramName paramValue`
Expand All @@ -80,35 +124,51 @@ BUG FIXES:

* Was rename parameter `benchmark` to `statistics`

## v3.23

IMPROVEMENTS:

* added parametr `allow` to section `statistics` in .ini file
* added ini file documentation in to file ./docs/comet.ini.md

## v3.22

BUG FIXES:

* last online time did not save

IMPROVEMENTS:

* Added functions for aggregating statistics of using server
* Added settings to .ini file for controll content-type header

* Added dosc in dokuwiki format
* Was translated comments in comet.ini
* Added the white list of hosts to .ini file

## v3.21

IMPROVEMENTS:

* Added caching in memory for sending static files
* Added cache-control headers for get requests

## v3.2

BUG FIXES:
* Js Api version 3.28 (Fix bug in auth callbacks)
* Fix bug in auth callbacks
* complete api function getTrackPipeUsers


## v3.1
FEATURES:

FEATURES:

* Added function to getting users in track_pipes from js api
* Added deleting api query for pipes history #5
* Added deleting api query for pipes history #5
* Added CODE_OF_CONDUCT.md
* Added CONTRIBUTING.md
* Added CHANGELOG.md
* Added server version to ws answer
* Added server version to ws answer
* Js Api version 3.26
* Removed message `setState` from console log in Js Api
* Fixed bug when Js api in offline

0 comments on commit 997abaa

Please sign in to comment.