From c1c899ca3bc8e57179411c4848d70441b5bc05ad Mon Sep 17 00:00:00 2001 From: Nicolas Niclausse Date: Mon, 14 Jun 2010 23:19:48 +0200 Subject: [PATCH] 1.3.2 version --- CHANGES | 26 ++++++++++++++++++++++++++ debian/changelog | 6 ++++++ vsn.mk | 2 +- 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index e6a51b83f..1afc54532 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,29 @@ +1.3.1 -> 1.3.2 Major bugfixes and enhancements (14 Jun 2010) +Bugfix: + * [TSUN-128] - Apostrophes cause string to convert to deep list in setdynvars with Erlang function. + * [TSUN-130] - static users starting time is wrong + * [TSUN-131] - tsung can stop too early when static users are used + * [TSUN-132] - http cookies: accept domains equals to hostname with a leading "." + * [TSUN-133] - proxy-recorder with SSL fails on large client packets (multiple TCP packets) + * [TSUN-138] - when an error occured( for ex a timeout during a request) and a client exits, started transactions are not updated + * [TSUN-140] - tsung does not honor the Proxy-Connection: keep-Alive or Connection: keep-Alive header if the proxy is HTTP/1.0 + * [TSUN-142] - http recorder can fail with https rewriting and chunked encoding + * [TSUN-147] - UDP & bidi does not seem to work + * [TSUN-148] - dynvar not found when used in match + * [TSUN-149] - tsung doesn't work with Amazon Elastic load balancing + * [TSUN-151] - tsung_stats.pl produces invalid *.gplot files +Improvements: + * [TSUN-82] - XMPP vhost support + * [TSUN-127] - add ability tu use floats for thinktimes + * [TSUN-139] - option to set random seed for launchers. + * [TSUN-141] - add dynamic variable support for postgres + * [TSUN-146] - New tsplot yfactor configuration support breaks most common configurations +New Features: + * [TSUN-135] - add support for SASL ANONYMOUS and PLAIN authentication for XMPP + * [TSUN-136] - add new plugin distributed testing of filesystem (nfs for ex), using a generic mode for executing erlang functions on clients nodes + * [TSUN-137] - add a way to mix requests types inside a single session + * [TSUN-143] - global time limit for the load test + * [TSUN-145] - tsung should support json parsing for dynamic variable 1.3.0 -> 1.3.1 Major bugfixes and enhancements (9 Sep 2009) Bugfix: * [TSUN-92] - the computation of the minimum for sample_counter is wrong diff --git a/debian/changelog b/debian/changelog index 62eaa903f..70bf987a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tsung (1.3.2-1) unstable; urgency=low + + * New upstream release + + -- Nicolas Niclausse Wed, 14 Jun 2010 20:11:05 +0200 + tsung (1.3.1-1) unstable; urgency=low * New upstream release diff --git a/vsn.mk b/vsn.mk index 058161a4f..1892b9267 100644 --- a/vsn.mk +++ b/vsn.mk @@ -1 +1 @@ -1.3.2a +1.3.2