8
0
forked from pool/websocketpp

Accepting request 262374 from home:AndreasStieger:branches:devel:libraries:c_c++

websocketpp 0.4.0

OBS-URL: https://build.opensuse.org/request/show/262374
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/websocketpp?expand=0&rev=3
This commit is contained in:
Dominik Schmidt
2014-11-19 23:17:18 +00:00
committed by Git OBS Bridge
parent 73e58bbe5e
commit d03634fdf6
5 changed files with 35 additions and 13 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Nov 19 18:34:39 UTC 2014 - andreas.stieger@gmx.de
- update to 0.4.0
- Breaking API changes:
+ All methods now throw websocketpp::exception
+ Custom logging policies have some new required constructors
- Breaking utility changes:
+ websocketpp::lib::net::htonll and websocketpp::lib::net::ntohll
have been prefixed with an underscore to avoid conflicts
+ signature changes to base64_encode, sha1::calc
- New Features:
+ Adds incomplete minimal_server and minimal_client configs
- Bug and compatibility fixes
- use cmake macros
- clean spec file
-------------------------------------------------------------------
Mon Oct 27 21:02:44 UTC 2014 - dev@dominik-schmidt.de