Skip to content

Commit

Permalink
preparing 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nniclausse committed May 24, 2013
1 parent f72f0ec commit 0ee0348
Show file tree
Hide file tree
Showing 5 changed files with 256 additions and 178 deletions.
32 changes: 32 additions & 0 deletions CHANGES
@@ -1,3 +1,35 @@
1.4.2 -> 1.5.0 Major enhancements and bugfixes (24 May 2013)
Bugfix:
* [TSUN-208] - in the jabber plugin, substitutions for raw request doesn't work in some cases.
* [TSUN-209] - If tag doesn't work with Tsung 1.4.2
* [TSUN-212] - Incorrect ERTS version being set on build.
* [TSUN-215] - normal ack timeout shouldn't used for global ack
* [TSUN-217] - If statement breaks on empty string
* [TSUN-218] - Race condition in tsung-recorder
* [TSUN-219] - Site fails to load via proxy recorder
* [TSUN-220] - Large configuration files trigger error
* [TSUN-229] - compatibility with erlang R15B
* [TSUN-230] - can't connect with TLS + ejabberd
* [TSUN-232] - Tsung for bosh protocol doesn't send a empty request to keep the user session alive.
* [TSUN-234] - Error encoding json string with escape_uri
* [TSUN-238] - Content-Length parsing broken
* [TSUN-241] - Invalid link Other in the graph.html
* [TSUN-245] - Message when dtd is not found not trivial
Improvements:
* [TSUN-174] - add an option to set resource in XMPP
* [TSUN-222] - Support unsubscribe operation for Jabber pubsub module
* [TSUN-228] - allow substitutions on cookies
* [TSUN-236] - Add probability support for servers
* [TSUN-242] - add timestamp and request duration in dump=protocol for http
* [TSUN-246] - http PATCH support
New Features:
* [TSUN-214] - Ability to pass attributes for node creation for XMPP pubsub protocol.
* [TSUN-227] - add new dynamic variable to get server hostname and port
* [TSUN-231] - add option to use weights instead of probabilities for sessions
* [TSUN-239] - add BOSH support
* [TSUN-240] - add websocket support
* [TSUN-244] - Percentile computation
* [TSUN-248] - add AMQP support
1.4.1 -> 1.4.2 Minor enhancements and bugfixes (4 Jan 2012)
Bugfix:
* [TSUN-199] - computation of NUsers is wrong
Expand Down
18 changes: 9 additions & 9 deletions configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for tsung 1.5.0a.
# Generated by GNU Autoconf 2.68 for tsung 1.5.0.
#
# Report bugs to <tsung-users@process-one.net>.
#
Expand Down Expand Up @@ -561,8 +561,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='tsung'
PACKAGE_TARNAME='tsung'
PACKAGE_VERSION='1.5.0a'
PACKAGE_STRING='tsung 1.5.0a'
PACKAGE_VERSION='1.5.0'
PACKAGE_STRING='tsung 1.5.0'
PACKAGE_BUGREPORT='tsung-users@process-one.net'
PACKAGE_URL=''

Expand Down Expand Up @@ -1188,7 +1188,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures tsung 1.5.0a to adapt to many kinds of systems.
\`configure' configures tsung 1.5.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1249,7 +1249,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of tsung 1.5.0a:";;
short | recursive ) echo "Configuration of tsung 1.5.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1329,7 +1329,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
tsung configure 1.5.0a
tsung configure 1.5.0
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1390,7 +1390,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by tsung $as_me 1.5.0a, which was
It was created by tsung $as_me 1.5.0, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -3691,7 +3691,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by tsung $as_me 1.5.0a, which was
This file was extended by tsung $as_me 1.5.0, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -3744,7 +3744,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
tsung config.status 1.5.0a
tsung config.status 1.5.0
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
Expand Down
5 changes: 5 additions & 0 deletions debian/changelog
@@ -1,3 +1,8 @@
tsung (1.5.0-1) unstable; urgency=low

* New upstream release

-- Nicolas Niclausse <nicolas.niclausse@niclux.org> Fri, 24 May 2013 09:53:05 +0200
tsung (1.4.2-1) unstable; urgency=low

* New upstream release
Expand Down

0 comments on commit 0ee0348

Please sign in to comment.