commit a3fe8c49c679051d90adb04e7d5aae51fcee9c72 Author: David Fifield david@bamsoftware.com Date: Tue Jul 22 08:58:41 2014 -0700
Increase version number to 1.7. --- ChangeLog | 1 + facilitator/configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog index 18582ce..759f7d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +Changes in version 1.7 o Fixed a bug in the browser proxy which caused it to stop accepting new connections once it had failed 5 previous connections.
diff --git a/facilitator/configure.ac b/facilitator/configure.ac index 3c034fb..2f56c1a 100644 --- a/facilitator/configure.ac +++ b/facilitator/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([flashproxy-facilitator], [1.6]) +AC_INIT([flashproxy-facilitator], [1.7]) AM_INIT_AUTOMAKE([-Wall foreign])
AC_ARG_VAR(fpfacilitatoruser, [the user/group for the facilitator to run as])
tor-commits@lists.torproject.org