From 498a8ffa4a0f584549fdf2175a2675a27fb9ce58 Mon Sep 17 00:00:00 2001 From: Christophe Vu-Brugier Date: Sat, 20 Jan 2018 19:47:28 +0100 Subject: [PATCH] Add a changelog Signed-off-by: Christophe Vu-Brugier --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..144eebf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog +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] + +## [0.6.4] - 2018-01-20 +### Fixed +- Fix segfault caused by large PDUs by generating multiple PDUs for + large registration messages. Contributed by Kyle Fortin. + +### Added +- Add the `--configfs-iscsi-path` option to exercise target-isns with + fake configfs hierarchies that emulate large iSCSI configurations. + Contributed by Kyle Fortin. +- Add [how to test target-isns with Open-iSNS](documentation/testing.md) +- Add a [changelog](CHANGELOG.md). + + +## [0.6.3] - 2017-03-05