From 997abaa2e728e3737d65e89c538a2df211353ff9 Mon Sep 17 00:00:00 2001 From: Trapenok Victor Date: Tue, 27 Mar 2018 11:33:07 +1000 Subject: [PATCH] install commands --- CHANGELOG.md | 90 +++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 75 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56bac3f..65127c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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` @@ -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 \ No newline at end of file + * 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