1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

updated changelog

This commit is contained in:
Steffen Vogel 2017-11-01 10:07:22 +01:00
parent 76111c5154
commit cde3d82a95

View file

@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Socket node-type support for Unix Domain Sockets
- Protobuf io format
- Python example client using new Protobuf and UDP/Unix sockets
### Changed
- Upgraded Docker build containers to Fedora 27
- Updated submodules for most dependencies
- Use "LABEL" instead of "MAINTAINER" keyword in Dockerfiles
### Fixed
- Socket node-type supports now arbirarily sized packets
## [0.5.1] - 2017-10-23
### Changed