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

Commit

Permalink
Merge pull request #57 from afck/master
Browse files Browse the repository at this point in the history
Version change to 0.5.4
  • Loading branch information
Viv Rajkumar committed Apr 26, 2016
2 parents b285655 + e284c79 commit 75ba6b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# MaidSafe Utilities - Change Log

## [0.5.4]
- Read the config file from the binary directory instead of the current one.
- Websocket logging to the web-server writes the complete and verbose JSON when
no pattern is specified in `log.toml` for async_web_socket.

## [0.5.3]
- Logging of date and time to web-server is now an ISO format with time-zone offset
- Unique id in log messages is string instead of u64 in JSON as 64 bit numbers are not supported out of the box in NodeJS web-servers.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -7,11 +7,11 @@ license = "GPL-3.0"
name = "maidsafe_utilities"
readme = "README.md"
repository = "https://github.com/maidsafe/maidsafe_utilities"
version = "0.5.3"
version = "0.5.4"

[dependencies]
bincode = "~0.5.1"
clippy = {version = "~0.0.61", optional = true}
clippy = {version = "~0.0.63", optional = true}
log = "~0.3.6"
log4rs = "~0.3.3"
net2 = "~0.2.23"
Expand Down

0 comments on commit 75ba6b1

Please sign in to comment.