From f83b218a3278ffc7041cf24a00e87a57d05df5eb Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Wed, 13 May 2015 23:34:19 -0700 Subject: [PATCH] version 0.6 --- ChangeLog | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index c9eff72..5fef30d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,10 @@ -0.6: ?? - * Parse \{connection.uid} type expressions in --first-message, - --message, --latency-marker parameters, making sent data unique per - connection. - * Added "k" multiplier to --connections, now -c10k option is valid :) +0.6: 2015-May-13 + * Parse \{connection.uid} type expressions in + --first-message, --message, --latency-marker parameters, + allowing constructing payloads unique per connection. + * Added "k" multiplier to --connections; + allowing for a -c10k option (inside joke ;) 0.5: 2015-Apr-14 * --enable-asan and --enable-tsan flags to enable address/thread sanitizer.