The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
==============================
2013-07-02 21:30:49 +0100 2.18
==============================

  commit b09281bb3701530b072356b94cac20a794ea907b
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue Jul 2 21:30:49 2013 +0100
  
    Bump to version 2.18

  commit 12c3469f10017d3778a34751fd2f0bc5cd64dd85
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue Jul 2 21:24:04 2013 +0100
  
    Don't use MooseX::AttributeHelpers anymore 

==============================
2012-10-22 10:10:15 +0100 2.16
==============================

  commit ddd1e079da7f39803ebfae0ced9022987f3f3f83
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Mon Oct 22 10:10:15 2012 +0100
  
    Bump to version 2.16 to update included Module::Install 

==============================
2011-12-28 11:41:15 +0000 2.14
==============================

  commit e890e99cdfb6463dd4ddee9c1ce4ff822e540dc4
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Dec 28 11:41:15 2011 +0000
  
    Bump to version 2.14

  commit 7b003a8999684b509522c2fe443e14a38137a789
  Author: Thorsten Schwinn <ts@espionage.de>
  Date:   Wed Dec 28 11:38:52 2011 +0000
  
    Resolve crash with bad http request

    Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> 

==============================
2011-05-14 11:13:32 +0100 2.12
==============================

  commit b0992bad00d249173ee5ff8b156fcf345156dd61
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sat May 14 11:13:32 2011 +0100
  
    Bump version

  commit 56f65f688bb69c6a222b9d43fff71babd5df683e
  Author: Adrian Yee <adrian@gt.net>
  Date:   Sat May 14 10:59:45 2011 +0100
  
    [RT #67951] Patch: Keep alive connections aren't reset properly after
    streaming

    Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=67951 >

    If keep-alives are enabled and streaming is used, the connection
    state isn't reset properly causing the wrong output on subsequent
    requests.

    Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>

  commit abf359178399cbeb32522853690abd797e91dfcd
  Author: Adrian Yee <adrian@gt.net>
  Date:   Sat May 14 10:53:51 2011 +0100
  
    [RT #67949] Patch: Connection closes before last flush while
    streaming

    Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=67949 >

    Since the pod isn't complete for how to properly stream, I'm not 100%
    sure this patch is correct, but here goes anyways.

    After you've completed streaming and you call DONE, it always yields
    got_flush regardless if POE::Wheel::ReadWrite has something left in
    its buffer to flush. Executing the got_flush event when it has data
    left in its buffer leads to SimpleHTTP resetting/closing the
    connection prematurely. This patch fixes it by allowing ReadWrite to
    flush the last chunk itself.

    Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> 

==============================
2011-03-08 00:28:07 +0000 2.10
==============================

  commit 0425908e6f4c9708ed6649c8ab72c074599d8c14
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue Mar 8 00:28:07 2011 +0000
  
    Update build requirements and dist fixes 

==============================
2011-01-12 20:05:05 +0000 2.08
==============================

  commit 16849949bbe6b539d549bd7d5713f49441c64471
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Jan 12 20:05:05 2011 +0000
  
    Bumper version

  commit eeb9dd8ee9741a6ec363a2d2cdb1667ce2048488
  Author: Ed Heil <ed@donor.com>
  Date:   Wed Jan 12 20:03:10 2011 +0000
  
    [PATCH] possible issue with connections RT #64718

    In using POE::Component::Server::SimpleHTTP v. 2.06, we've come
    across a problem with error messages such as:

    Can't call method "dead" on an undefined value at
    [...]/POE/Component/Server/SimpleHTTP.pm line 840.

    The line is:

    # Mark the client dead

    $connection->dead(1);

    This happens when our load balancer makes a check to make sure the
    port is open where the SimpleHTTP server is listening.

    We've fixed it with:

    # Mark the client dead

    $connection->dead(1) if $connection;

    I'm afraid at this point I haven't got the ability to do the
    low-level debugging necessary to determine exactly how $connection
    comes to be undef, or whether this is the best way to accomplish the
    fix in the big picture, but I wanted to share the fix in case you
    found it useful.

    Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> 

==============================
2010-12-03 23:50:53 +0000 2.06
==============================

  commit 022177b74b1baa9af4420583a399faea60489251
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Fri Dec 3 23:50:53 2010 +0000
  
    Bump version

  commit 061fb63b793ebef311ed3436878e2886956dfd1a
  Author: donor.com <donor@cpan.org>
  Date:   Fri Dec 3 23:48:26 2010 +0000
  
    RT #63575 Crash in LOG2HANDLER

    With a LOG2HANDLER, dies is DONE event handler. Fix is to use method
    call rather than array de-reference.

    Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>

  commit ba403870437ffa02bc16e2b6b357568c752093a7
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed May 19 12:04:08 2010 +0100
  
    Sync changes 

==============================
2010-05-19 11:30:49 +0100 2.04
==============================

  commit 962ff9855c25fbe08f02579d6021a1f25e764561
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed May 19 11:30:49 2010 +0100
  
    Bump to version 2.04

  commit 596632447b8f0450b1cd031af33e7daf78c57c4d
  Author: Markus Jansen <markus.jansen@ericsson.com>
  Date:   Wed May 19 11:12:10 2010 +0100
  
    Patch applied from Markus Jansen which adds 'sslintermediatecacert'
    option.

  commit 5ab8239c11b6093a076eabae9c5be68ecba41a03
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Fri May 14 13:13:08 2010 +0100
  
    Fix the versions 

==============================
2010-05-14 13:07:50 +0100 2.02
==============================

  commit 50765bec1584aa54ad59c4202fa5cfc1443875b5
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Fri May 14 13:07:50 2010 +0100
  
    Applied fixes as per Jeremy Johnson's recommendations in RT #44111

    It looks as though this patch has been included in

    SimpleHTTP 2.0 . however, now it falls to line 813

    $connection = $self->_requests->{$id}->response->connection;

    and dies because $self->_requests->{$id}->response is undefined.

    I've wrapped that in some defensive code:

    if(defined $self->_requests->{$id}->response) {

    $connection = $self->_requests->{$id}->response->connection;

    } else {

    warn "response for $id is undefined" if DEBUG;

    }

    and also the $connection->dead(1) line below.

    I'm not sure if this leaves something in a bad state yet..

    there isn't a CLOSE_WAIT socket left hanging, at least.

    I also tried sending a "/\n\n" into the SOAP port

    and the request fell into the "malformed request"

    code in SimpleHTTP . this time , the module dies at line 585:

    $response->connection( $connection );

    because connection is defined as "ro" .

  commit 420aa7d746b08a5e7b51024e2693ab1e275b09e2
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Fri May 14 12:43:28 2010 +0100
  
    Sync Changes 

==============================
2009-09-03 13:26:53 +0100 2.00
==============================

  commit 35e4fda218be31f662d6855545f6e17521b3f810
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Sep 3 13:26:53 2009 +0100
  
    Bump to a stable release

  commit e1cc0a8738638731e684cbb72e9fad1e46674fb8
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Sep 3 13:20:02 2009 +0100
  
    Update to Changes 

=================================
2009-08-21 16:08:58 +0100 1.99_03
=================================

  commit e12d35c425eba7866fdc6a96728d74e476531af8
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Fri Aug 21 16:08:58 2009 +0100
  
    Prepare for a CPAN development release

  commit f090b426eaa4e16357507d344b595744e61d44a5
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Fri Aug 21 16:03:33 2009 +0100
  
    Removed PreFork subclass and tests. It will have its own distribution
    from now on. 

=================================
2009-07-07 16:11:32 +0100 1.99_02
=================================

  commit b42a9a28f21a5f010a372903aaa92fe0a3e56466
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Tue Jul 7 16:11:32 2009 +0100
  
    Bump version for a CPAN release

  commit 85d1e4c81fd4426f0af5168c2a8b91c6090e5d0c
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Fri Jun 19 16:58:45 2009 +0100
  
    Moved around the event handlers in PreFork

  commit aa853233329a161c1538009238d10c2a7d945167
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Fri Jun 19 14:07:06 2009 +0100
  
    Removed some debugging warnings

  commit abd283a873b0f7e44f1604a3ceb488b7435637ab
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Fri Jun 19 14:01:15 2009 +0100
  
    Added no MooseX::POE and make_immutable to PreFork.

  commit 537fd7c1d803d7fdb8b4c4ba36df21d87ebe63a8
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Fri Jun 19 13:25:02 2009 +0100
  
    Added some debug code.

  commit 5bb1c987daa6ab1b61f06d5c4ca5e3e6713d6a9e
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Wed Jun 17 11:36:36 2009 +0100
  
    Worked out that START events are called top down.

  commit 12cf3f7f4fdce841057b8db7a3e48d7b48377095
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Wed Jun 17 10:38:28 2009 +0100
  
    Added prefork example

  commit 0262174071f5b05a6006417d7b7a315d1449074c
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Wed Jun 17 10:10:37 2009 +0100
  
    Some more PreFork fixes, mainly with the SUPER calls

  commit c5dee2f3b20150c3db71f36dd1e38de15bba465e
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Wed Jun 17 09:46:44 2009 +0100
  
    More PreFork fixes.

  commit 568e31352fcc88ed6ac76f53b90a2d7b9b0aa2e2
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Wed Jun 17 09:37:36 2009 +0100
  
    More PreFork refactoring.

  commit e07e0083f0011e36bb9a6ee5eb18aa09f3428502
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Wed Jun 17 00:24:26 2009 +0100
  
    Refactored big chunks of code including PreFork \o/

  commit 79c8bc3d039ecdb09a757d25ac951aeb97c46a16
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Mon Jun 15 14:50:45 2009 +0100
  
    Getting there with the refactoring, but coming to the conclusion that
    the internal logic is like a dog's breakfast

  commit 2687b868eb109ba4c990d29c5414221baf172dfd
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Mon Jun 15 10:23:01 2009 +0100
  
    Minor changes prior to refactoring the streaming support

  commit 4315e0aa346043fe6829d2fce4bd714d72de684d
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Fri Jun 12 11:10:20 2009 +0100
  
    Resolved annoying warnings.

  commit 693a5e2581eabbd6a6d29fea6ea64245ab5cc90e
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Fri Jun 12 10:54:22 2009 +0100
  
    Bump version for a development CPAN release

  commit 9415836496521ef98258adc6cc9d3b00babd5bea
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Fri Jun 12 10:41:21 2009 +0100
  
    Add meta to Makefile.PL, debug issues with the streaming.

  commit ac3f3fee754f6275a615f2d4021257335f0c0202
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Fri Jun 12 09:09:53 2009 +0100
  
    Minor changes to filters and the streaming code

  commit 389dc427c3ce393cde2d80f8908f74156a220d84
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Jun 11 23:42:44 2009 +0100
  
    Refactored to use MooseX::POE

  commit a4888173e26c1a80119ad0b9e8500dcc16cfddd9
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Tue Jun 9 12:58:41 2009 +0100
  
    Moosified the fake HTTP::Response object. Tracked down usage in main
    module and fixed.

  commit 55a252278184b9ce8e1c3980a7ac78f15e5fbe20
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Tue Jun 9 00:11:42 2009 +0100
  
    Moosified the connection object

  commit 452b83f62ed92ffb6cc692529ac8c167db363ea2
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Mon Jun 8 22:01:28 2009 +0100
  
    Fixes for running in PROXYMODE

  commit 0e1767b44efe1af343720589dcaf537d89858ff5
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Sat Mar 14 17:01:20 2009 +0000
  
    Blank Changes file ready for git log output

  commit 87d5ee0186e07fddeb1eb64c12ae7b5dcdfc7338
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Sat Mar 14 17:00:28 2009 +0000
  
    Moved old svn Changes file to Changes.svn. Updated dist PREOP to run
    git log

  commit 1da3bf7af568eebeccec2b67994cbf726aa544c2
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Sat Mar 14 15:53:17 2009 +0000
  
    Removed the svn-log.perl script no longer required now on git

  commit 93fc97493c6d990e0e1594d191c588f98cee79c7
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Sat Mar 14 15:47:08 2009 +0000
  
    Fixed problem with socket closing. Reported by Sean Pieper [RT
    #44111] but also addresses [RT #27120] 

==============================
2009-03-09 23:39:43 +0000 1.58
==============================

  commit a6592d1eaf1270e0d91fdb5b85c5c2caed4fa7c4
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Mon Mar 9 23:38:21 2009 +0000
  
    Fixed an issue in Prefork with SSLify reported by Hubert Lubaczewski 

==============================
2009-02-26 16:24:08 +0000 1.56
==============================

  commit c92d30c35c4275970724d5e896d819cbe9ed4262
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Feb 26 16:21:41 2009 +0000
  
    ADDRESS was not being passed through to the SocketFactory as an
    option. It does now 

==============================
2009-01-23 07:27:00 +0000 1.54
==============================

  commit f520abed8cb248bd990d12343e7b93227d6fc41d
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Fri Jan 23 07:23:17 2009 +0000
  
    Move testsuite to use POE::Filter::HTTP::Parser, perltidy everything,
    bump version 

=================================
2009-01-22 08:50:54 +0000 1.53_03
=================================

  commit c552bab37bd21c9bf6a2fe072878cb6bb9e5572c
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Jan 22 08:50:31 2009 +0000
  
    Bump development release version

  commit be9f5bb6aad99f84fe2e022f732512feba786a76
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Jan 22 08:49:21 2009 +0000
  
    Ran perltidy against SimpleHTTP.pm, fixed keepalive test 

=================================
2009-01-21 14:05:58 +0000 1.53_02
=================================

  commit fc4136abb85ce0b737aa9f522cf5ddb369d9063d
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Wed Jan 21 14:05:18 2009 +0000
  
    Forgot the dependency on Test::POE::Client::TCP for the new tests.
    doh. 

=================================
2009-01-20 16:07:32 +0000 1.53_01
=================================

  commit 17e7711217b9a8f8da5fd1426d088e9bffa2d1c1
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Tue Jan 20 16:06:43 2009 +0000
  
    Give it a development version and ship for the CPAN Testers to smoke

  commit baf41178256bebe57744a5903904edfb9beeabbf
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Tue Jan 20 16:00:37 2009 +0000
  
    Houston we appear to have a refactored testsuite. Yes, it really
    works. And consistently as well. hurrah

  commit c2194b002416512b39e5144b438425f94ac0be3f
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Mon Jan 19 21:23:03 2009 +0000
  
    Hopefully fixed mysteriously failing tests, by making the STDOUT
    "hot" in the forked process 

==============================
2009-01-19 21:23:50 +0000 1.52
==============================

  commit 0b061e5e77771d5aaaf8cb78389e5785be6fa59f
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Mon Jan 19 21:23:50 2009 +0000
  
    CPAN Release 1.52

  commit bb59adbff1d857a7608369a9e12b87ed17923552
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Mon Jan 19 21:07:42 2009 +0000
  
    Fix [rt.cpan.org #42444] reported by pravus 

==============================
2008-12-17 10:42:57 +0000 1.50
==============================

  commit 9df9761d1051971c84cb2b17c69c7c554ec9273a
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Wed Dec 17 10:39:28 2008 +0000
  
    Fix applied for RT #41780

  commit ac08764873c02a567177f6f36f50d4588625c6c2
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Sat Nov 15 08:53:26 2008 +0000
  
    Some code tidying 

==============================
2008-09-05 15:39:31 +0000 1.48
==============================

  commit 4062c6488a7c30d7dd739142a2c9761f3c6725fa
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Fri Sep 5 15:36:56 2008 +0000
  
    Added makemaker_args() directive to Makefile.PL, thanks to Matt Trout
    for that tip

  commit 45521dd970d03f8ecc48b2db52afb9f37ed80a7c
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Fri Sep 5 15:34:46 2008 +0000
  
    Removed the FATAL => 'all' from use warnings. suggested by Andreas
    Gudmundsson

  commit 221f0ac7ab2637ae194253b35e81b4dd72e311d5
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Fri Sep 5 15:24:08 2008 +0000
  
    Downstream Debian patch applied RT #38743 by Martin Ferrari 

==============================
2008-04-14 12:09:28 +0000 1.46
==============================

  commit f883d46c7eab5092a6001d2c9a3b47f27dd62709
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Mon Apr 14 12:08:42 2008 +0000
  
    Fixed PROXYMODE setting handling 

==============================
2008-04-14 11:30:47 +0000 1.44
==============================

  commit 55d2ab467d607bee4151d536c57180b5d8e989ca
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Mon Apr 14 11:27:08 2008 +0000
  
    Added PROXYMODE setting

  commit 99b81e26da47219eee5e422b4a2fff184a892f44
  Author: Eriam Schaffter <eriam@cpan.org>
  Date:   Thu Apr 3 15:18:15 2008 +0000
  
    Dont flush option added in the Response object and corrected case.

  commit a93c29b1edba05828ba3b64cb0beed67b86e7ea0
  Author: Agaran <agaran@ep09.pld-linux.org>
  Date:   Fri Feb 22 01:12:35 2008 +0000
  
    - BinGOs, dont kill me, but i like to have todo to consider

  commit 4e546fe1ffc8d5b5bb39332475bcdc20c5bc0b8c
  Author: Agaran <agaran@ep09.pld-linux.org>
  Date:   Fri Feb 22 00:42:03 2008 +0000
  
    - random port used for testing, helped for me in few cases

  commit 2a24d6295c1147d39af5e2459951ef640e4fa091
  Author: Agaran <agaran@ep09.pld-linux.org>
  Date:   Wed Feb 20 20:49:27 2008 +0000
  
    - missed one letter

  commit ab42d90330a76f0cc5cadadb4155473341edc9a4
  Author: Agaran <agaran@ep09.pld-linux.org>
  Date:   Wed Feb 20 17:16:43 2008 +0000
  
    - new LOG2HANDLER which is fired after servicing request 

==============================
2008-02-13 08:42:59 +0000 1.42
==============================

  commit 082169dff1d46e3790624e80d1f2806b51f89d02
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Wed Feb 13 08:29:28 2008 +0000
  
    Increased the requirement of PoCo-Client-HTTP to version 0.82 as per
    RT#33201 

==============================
2008-01-17 15:32:57 +0000 1.40
==============================

  commit e6224b13e7eb87ea0db4e06b87a2bf076e48463f
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Jan 17 15:31:39 2008 +0000
  
    "Fixed" the uppercase options annoyance. Hurrah. 

==============================
2008-01-17 14:53:21 +0000 1.38
==============================

  commit 6eb8c8c8001619c663d5417acdf9317cc94f937b
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Jan 17 14:45:39 2008 +0000
  
    Amended the test count in 09_prefork test, reported by UltraDM. 

==============================
2008-01-14 21:26:41 +0000 1.36
==============================

  commit f276e8952eb2e5672c3345b482ed405c47f375a2
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Mon Jan 14 21:25:39 2008 +0000
  
    Applied a patch from Maciej Pijanka (agaran) 

==============================
2008-01-09 15:29:51 +0000 1.34
==============================

  commit 7901990cbeb12f364935c9e9dbf4261d4f6051a5
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Wed Jan 9 09:41:15 2008 +0000
  
    Bumped required version of POE to 0.9999 to fix problem with
    POE::Filter::HTTPD and bad requests 

==============================
2008-01-08 10:13:14 +0000 1.32
==============================

  commit 98e6bbc26939177f359d625051a28feedb1b582f
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Tue Jan 8 10:11:41 2008 +0000
  
    Fixed problem with bad requests, reported by agaran 

==============================
2007-12-21 16:59:05 +0000 1.30
==============================

  commit a695c415fbbecb8f793a3aa388b42f7e3aa887cd
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Fri Dec 21 16:56:40 2007 +0000
  
    Minor amendments prior to CPAN Release

  commit af6463cd518cb4e55c36ac676bca9687120ab1d0
  Author: Philip Gwyn <perl@pied.nu>
  Date:   Thu Dec 20 02:28:51 2007 +0000
  
    Added build_requires LWP::ConnCache

  commit 0415728a992c60b0f7802627454c1ac0be63dbc2
  Author: Philip Gwyn <perl@pied.nu>
  Date:   Thu Dec 20 02:27:49 2007 +0000
  
    Added HTTP/1.1 keep-alive support.

    - Off by default, turn on with KEEPALIVE=>1

    - Added t/11_keepalive.t to test above Created Fix_Headers() which
    adds default response headers for both stream

    and normal responses. Responses to HEAD requests shouldn't have
    Content-Length set! Default content-type is now text/plain

  commit 7570629693c46096d72ee3e93b9b1738e3ed0510
  Author: Philip Gwyn <perl@pied.nu>
  Date:   Mon Dec 17 15:26:10 2007 +0000
  
    Changed the on_close interface to 'SETCLOSEHANDLER' which is closer
    to the normal SimpleHTTP interface.

  commit e59a8976f938f42b48183d4bd2218f0630a84e8c
  Author: Philip Gwyn <perl@pied.nu>
  Date:   Fri Dec 14 20:41:39 2007 +0000
  
    Added Server::SimpleHTTP::Connection->ID Added
    Server::SimpleHTTP::Connection->on_close Modified t/05_run.t and
    t/06_stream.t to test the above Documented the above 

==============================
2007-12-13 13:56:17 +0000 1.28
==============================

  commit a6014c4ed9ff24dd63ba9898f53bf590a384a7f2
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Dec 13 13:55:58 2007 +0000
  
    Bump version for release 

=================================
2007-12-13 13:05:37 +0000 1.27_03
=================================

  commit d36a6820c1d1efeed992e28018684760405a3aa3
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Dec 13 13:05:20 2007 +0000
  
    Made setting an ALIAS optional 

=================================
2007-12-13 09:45:04 +0000 1.27_02
=================================

  commit 4f6f51bb1e562f2cd517b92a779377cf1a5d765e
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Dec 13 09:44:15 2007 +0000
  
    Only make PoCo-Client-HTTP a build_prereq if explicitly requested or
    Prefork support has been requested 

=================================
2007-12-13 09:44:52 +0000 1.27_01
=================================

  commit c22a4962a6c72c4ab8fe4f4394c58156aaadcad5
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Dec 13 09:44:52 2007 +0000
  
    CPAN Release 1.27_02

  commit d5f3ca2ff93962edb4aaa4bf51a2121f35cd22da
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Dec 13 08:22:38 2007 +0000
  
    Adjusted timing of the tests. 

==============================
2007-12-11 17:42:57 +0000 1.26
==============================

  commit cb24f1e8a5c902f492db7ec8eceab861fa37b8c9
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Tue Dec 11 17:42:24 2007 +0000
  
    Bump version for release

  commit 46a95e895dab659464b82225330b9359a1a4224f
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Tue Dec 11 17:40:36 2007 +0000
  
    Refactored all tests apart from the Prefork tests to use
    POE::Wheel::Run or equivalent instead of fork().

  commit 15144dbacc50d0319e714a677a800dfbc1ba6047
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Tue Dec 11 13:42:26 2007 +0000
  
    Refactored 05_run.t to remove fork() and use POE::Wheel::Run instead. 

==============================
2007-11-29 12:11:45 +0000 1.25
==============================

  commit 368a664e0d330bd1f1ac54ea5c13424481738dd5
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Nov 29 12:10:14 2007 +0000
  
    Fixed one of the test cases for MSWin32 

==============================
2007-11-01 15:08:54 +0000 1.24
==============================

  commit 6e4b50ae2dfbed4081628fd814e452ac8967e27e
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Nov 1 15:07:15 2007 +0000
  
    Changes to skip fork tests on MSWin32

  commit 16109d0d2080b6a36d6c7082aae38bb5936ed728
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Fri Jul 13 10:27:38 2007 +0000
  
    Fixed the skipall in the tests requiring IPC::Shareable. Renumbered
    tests

  commit dafba3b758cce4ca4bc93228902ef4bad13a8646
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Jul 12 18:53:12 2007 +0000
  
    Made ADDRESS parameter optional, thanks to Zach Roberts for pointing
    that out. Updated the documentation. Fixed MANIFEST

  commit 7c405626b72dc4a71a4e5920c14abad45b13d54c
  Author: Eriam Schaffter <eriam@cpan.org>
  Date:   Sun Jul 8 09:09:11 2007 +0000
  
    Added SKIP and tweaked the test that forks childs so I does not mess
    up with Test::More

  commit 4bf479ba74cd8f0563c5bf0b56828128b2a4dd2a
  Author: Marlon Bailey <mbailey@cpan.org>
  Date:   Sat Jul 7 20:58:46 2007 +0000
  
    Merging in PUSH branch, DO NOT push out to CPAN before making sure
    test cases are Prefork aware and 7_bad_request.t pass.

  commit c7de3f842b68feab8b312f6005e85a5f3825486c
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Jun 7 16:42:36 2007 +0000
  
    Added back t/3_pod_coverage.t

  commit 4639923b1f597c87a02290096b20a5a8aa607a06
  Author: Marlon Bailey <mbailey@cpan.org>
  Date:   Mon Apr 30 23:54:04 2007 +0000
  
    Saved bad request test, which cannot be commited til new version of
    POE is release.

  commit bb7603e2fae4fadd13267459c037579904aad838
  Author: Marlon Bailey <mbailey@cpan.org>
  Date:   Fri Apr 27 22:01:30 2007 +0000
  
    Committing failing test case which illustrates issue with external
    Wheel which SimpleHTTP uses for handing off HTTP::Requests to it's
    Got_Input handler.

  commit 7d2c85168dd3d89f225608583f8f7343d5d0eb2e
  Merge: 02fa2bd 39d6884
  Author: Marlon Bailey <mbailey@cpan.org>
  Date:   Fri Apr 27 18:37:56 2007 +0000
  
    Removing push branch work from trunk. It is now under branches/push.

  commit 39d688440d25bf53b74e286e1b8224800f52caaa
  Author: Eriam Schaffter <eriam@cpan.org>
  Date:   Thu Apr 26 08:40:39 2007 +0000
  
    + new api + dont_flush option + POD !!

  commit bcbf3c3650aa57ca72d5f83ecd29e57d6fa98d7e
  Author: Eriam Schaffter <eriam@cpan.org>
  Date:   Thu Apr 26 08:29:53 2007 +0000
  
    + dont_flush option

  commit 521b8e1d57442f055375588ebc8450a82f474af9
  Author: Eriam Schaffter <eriam@cpan.org>
  Date:   Thu Apr 26 08:29:12 2007 +0000
  
    ! extension name ..

  commit 409291ee08e821236ac08b8fb4186814d11ded7c
  Author: Eriam Schaffter <eriam@cpan.org>
  Date:   Thu Apr 26 08:28:30 2007 +0000
  
    + new api + option for giving the user the ability to do his
    callbacks on his own

  commit 595c61ed8b170846bbf8a8aa857b26a46338fb1c
  Author: Eriam Schaffter <eriam@cpan.org>
  Date:   Thu Apr 26 08:27:36 2007 +0000
  
    + new api

  commit a3d4a6aa3fcf31607793dae0bf548d3011fff5b5
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Wed Mar 21 18:20:53 2007 +0000
  
    Forgot to add pod_coverage test to svn 

==============================
2007-03-21 18:02:05 +0000 1.23
==============================

  commit 6bf9f63c55a3d151919e8a613d2baaa53ac27193
  Author: Marlon Bailey <mbailey@cpan.org>
  Date:   Wed Mar 21 17:59:56 2007 +0000
  
    Bumping up version number.

  commit 47c5a9aaae248bf11999093a8d20d1c0c2c1e3cb
  Author: Marlon Bailey <mbailey@cpan.org>
  Date:   Wed Mar 21 17:54:25 2007 +0000
  
    Fixing build requirement issues for streaming tests. 

==============================
2007-03-21 08:44:13 +0000 1.22
==============================

  commit 3e0dd26e3b3a2cd1c7f54566483a1d201229c817
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Wed Mar 21 08:42:20 2007 +0000
  
    Added files to MANIFEST. Bumped version number for release.

  commit 9fedc4f7622c2e2aa77352d2e135d73d3f0053ff
  Author: Eriam Schaffter <eriam@cpan.org>
  Date:   Tue Mar 20 18:39:13 2007 +0000
  
    + test for streaming ..

  commit e0eb583d5c37c6c0af7a0d8c77eb42c9e9bd61c2
  Author: Eriam Schaffter <eriam@cpan.org>
  Date:   Mon Mar 19 19:36:47 2007 +0000
  
    + pod and modified parameters passed to the stream event (everything
    is contained in a hash)

  commit 4984abf7b425ea99ac6b43a4103d91b3c8a9545a
  Author: Eriam Schaffter <eriam@cpan.org>
  Date:   Mon Mar 19 19:34:41 2007 +0000
  
    sample of the streaming feature

  commit f092d15e762833a9099bba1353afd927c841658a
  Author: Eriam Schaffter <eriam@cpan.org>
  Date:   Fri Mar 16 10:49:44 2007 +0000
  
    + test for streamed wheel + POST stream event to foreign session

  commit fa6a30011562c12ad34c09c9add3acd58867287a
  Author: Eriam Schaffter <eriam@cpan.org>
  Date:   Fri Mar 16 10:48:09 2007 +0000
  
    added STREAM_SESSION to allow other POE session to register the
    STREAM event 

==============================
2007-03-15 19:36:38 +0000 1.21
==============================

  commit 163155efea3141ca14e974f956c961a0c642f563
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Mar 15 19:35:12 2007 +0000
  
    Bumped the version number for release

  commit 96101ec8216340485151b01a5f5d2d864e72b27d
  Author: Marlon Bailey <mbailey@cpan.org>
  Date:   Thu Mar 8 14:27:26 2007 +0000
  
    Updated POD in regards to the Log Handler session and how its
    arguments changed based on malformed client requests.

  commit f1559ef4bf655ee39e3df9fcfea39a34874916b4
  Author: Marlon Bailey <mbailey@cpan.org>
  Date:   Thu Mar 8 04:29:40 2007 +0000
  
    Server now handles malformed requests better. Will not try to
    dispatch to a handler when receiving a malformed request.

  commit fbd09d62e8345d120617f45a86eb0e92386b157d
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Tue Mar 6 09:25:04 2007 +0000
  
    Changes updated from release. 

==============================
2007-03-06 09:17:46 +0000 1.20
==============================

  commit f73fb9bef375d6160ccf19dad1adb44e42b71565
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Tue Mar 6 09:14:40 2007 +0000
  
    Bumped the version number

  commit 9f5744c13857ef78b7e220a98dc9e5109ad9b2d9
  Author: Marlon Bailey <mbailey@cpan.org>
  Date:   Tue Mar 6 03:56:13 2007 +0000
  
    Server no longer dies if it cannot find a handler for a path, now it
    returns a response with a 404 code along with the content '404 Not
    Found' per RFC description.

  commit 469a45e8f149cb9c0fb9a6af64e0ecef3612feb1
  Author: Marlon Bailey <mbailey@cpan.org>
  Date:   Mon Mar 5 00:02:24 2007 +0000
  
    Server will now croak if it has a handler registered for the
    directory but has a problem posting to it. 

==============================
2007-02-15 17:23:44 +0000 1.19
==============================

  commit a6391eb3fd6b01f49f205eb5fc448b2b698f749d
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Feb 15 17:22:33 2007 +0000
  
    Added avinash240's test from branch/push 

==============================
2007-02-15 17:22:55 +0000 1.18
==============================

  commit 8d507923f1a373b4dc1f3e5145bbd1953a60c716
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Feb 15 17:22:55 2007 +0000
  
    CPAN Release 1.19

  commit 9d6536ca4b30e26cf94c1aef89e0425ede71a7f1
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Feb 15 17:12:36 2007 +0000
  
    Hacked to make the HEAP an object and added some methods 

==============================
2007-02-15 14:47:56 +0000 1.17
==============================

  commit a7b516e74d8d4e9a456d6890f31b243ae669bfae
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Feb 15 14:46:02 2007 +0000
  
    Added kwalitee test.

  commit 1784566986a6d210467186e950ee56222cc9f25e
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Thu Feb 15 14:45:34 2007 +0000
  
    Added LOGHANDLER directive for general logging duties. Deprecated the
    Changes to Changes.old, added svn logging for the future Changes
    file.

  commit 26b4da32a846a6d98f54e9853a1d149188755e4d
  Author: Eriam Schaffter <eriam@cpan.org>
  Date:   Mon Feb 5 21:36:44 2007 +0000
  
    ! is_streaming

  commit ac070266d44e4c869c01ba58feb15fd580a63f52
  Author: Eriam Schaffter <eriam@cpan.org>
  Date:   Sat Feb 3 19:02:35 2007 +0000
  
    + is_streaming needs a 1 to be initialized

  commit f0dfd2f653e88fbe57d6688fce666e079a6568bf
  Author: Eriam Schaffter <eriam@cpan.org>
  Date:   Sat Feb 3 19:01:03 2007 +0000
  
    ! is_streaming can now be used to test if a response is actually in
    streaming mode 

==============
End of Excerpt
==============