/ Zope / Apsis / Pound Mailing List / Archive / 2006 / 2006-06 / ANNOUNCE: Pound - reverse proxy and load balancer - v2.0.7

[ << ] [ >> ]

[ pound 2.0 breaks XMLRPC? / usr local ... ] [ dying/resurrecting backends / "Timur ... ]

ANNOUNCE: Pound - reverse proxy and load balancer - v2.0.7
Robert Segall <roseg(at)apsis.ch>
2006-06-05 11:52:53 [ FULL ]
This is to announce the release of Pound v2.0.7.

Changes in this version:

- fixed the problem pointed out by Sérgio Freire and Cliff Wells in the
config support for Unix domain sockets.

- fixed the potential memory leak in the AUTH decoding, as pointed out
by Rune Saetre.

Many thanks to all contributors. Given the large number of fixes since
2.0 I would very much like to release this as 2.1 - provided no
additional problems are discovered, so please try to test it as much as
possible.

The software is at version 2.0.7 (beta quality). Further testing 
(especially under heavy loads), improvements and suggestions are
welcome.[...]

ANNOUNCE: Pound - reverse proxy and load balancer - v2.0.8
Robert Segall <roseg(at)apsis.ch>
2006-06-19 19:04:32 [ FULL ]
This is to announce the release of Pound v2.0.8.

Changes in this version:

- modified the code so that all instances of the Location and
Content-location headers are rewritten (if necessary). This should solve
the problems we have seen with IE behaving differently from Firefox and
Opera.

- to reflect the above change the Change30x configuration parameter has
been renamed to RewriteLocation. If set it will cause all responses to
be rewritten (and not only the various redirects as it did until now).

The software is at version 2.0.8 (beta quality). Further testing 
(especially under heavy loads), improvements and suggestions are
welcome.[...]

Re: [Pound Mailing List] ANNOUNCE: Pound - reverse proxy and load balancer - v2.0.8
"Simon Matter" <simon.matter(at)ch.sauter-bc.com>
2006-06-20 11:37:40 [ FULL ]
> This is to announce the release of Pound v2.0.8.[...]

Hi Robert,

I need the patch below to build. Otherwise it complains about missing
MKDIST.in. Of course my "solution" is just a hack.

Regards,
Simon

--- Pound-2.0.8/configure.orig  2006-06-19 18:57:11.000000000 +0200
+++ Pound-2.0.8/configure       2006-06-20 11:33:05.000000000 +0200
(at)(at) -6205,8 +6205,6 (at)(at)

           ac_config_files="$ac_config_files Makefile"

-          ac_config_files="$ac_config_files MKDIST"
-
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
 # tests run on this system so they can be shared between configure
(at)(at) -6733,7 +6731,6 (at)(at)
   case "$ac_config_target" in
   # Handling of arguments.
   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-  "MKDIST" ) CONFIG_FILES="$CONFIG_FILES MKDIST" ;;
   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
   *) { { echo "$as_me:$LINENO: error: invalid argument:
$ac_config_target" >&5
 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}

Re: [Pound Mailing List] ANNOUNCE: Pound - reverse proxy and load balancer - v2.0.8
Robert Segall <roseg(at)apsis.ch>
2006-06-23 09:37:33 [ FULL ]
On Tue, 2006-06-20 at 11:37 +0200, Simon Matter wrote:[...]

Thanks Simon, this will be fixed in the next release.[...]

ANNOUNCE: Pound - reverse proxy and load balancer - v2.0.9
Robert Segall <roseg(at)apsis.ch>
2006-06-23 14:20:35 [ FULL ]
This is to announce the release of Pound v2.0.9.

Changes in this version:

- improved the code for the Location and Content-location headers
rewriting. Pound should now do a better job of detecting when the
location needs rewriting - namely:
  - when the Location refers to the back-end itself.
  - when the Location refers to the Listener, possibly with the wrong
    protocol (but the correct port).

- the RewriteLocation configuration directive is now enabled by default
(value 1). You'll have to manually disable it if you don't want that
behaviour.

The software is at version 2.0.9 (beta quality). Further testing 
(especially under heavy loads), improvements and suggestions are
welcome.[...]

MailBoxer