)]}'
{
  "log": [
    {
      "commit": "ead5012b9f8bca08415f39e15226dbc6112a9538",
      "tree": "5bf346c0f10c4aa593ed591e987d381edfff7dac",
      "parents": [
        "b0ca3fa047e39513b83f999205e8e1e73e6ff0c3"
      ],
      "author": {
        "name": "Joe Orton",
        "email": "jorton@apache.org",
        "time": "Tue Feb 06 08:33:52 2024 +0000"
      },
      "committer": {
        "name": "Joe Orton",
        "email": "jorton@apache.org",
        "time": "Tue Feb 06 08:33:52 2024 +0000"
      },
      "message": "* src/modules/perl/modperl_common_util.c (modperl_table_magic_copy):\n  Use I32 rather than int for \u0027namelen\u0027 argument, fixing an\n  incompatible function pointer error/warning in a 32-bit build:\n\nmodperl_common_util.c:57:53: error: initialization of ‘int (*)(PerlInterpreter *, SV *, MAGIC *, SV *, const char *, I32)’ {aka ‘int (*)(struct interpreter *, struct sv *, struct magic *, struct sv *, const char *, long int)’} from incompatible pointer type ‘int (*)(PerlInterpreter *, SV *, MAGIC *, SV *, const char *, int)’ {aka ‘int (*)(struct interpreter *, struct sv *, struct magic *, struct sv *, const char *, int)’} [-Wincompatible-pointer-types]\n   57 |                                                     modperl_table_magic_copy};\n      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~\n\nChecked back to Perl 5.14.x which has I32 (a typedef of long int on\ni686) rather than int in the prototype for the svt_copy function\npointer in MGVTBL, so I32 appears to have been always correct here:\n\nint  (*svt_copy)(SV *sv, MAGIC* mg, SV *nsv, const char *name, I32 namlen);\n\nper https://perldoc.perl.org/5.14.0/perlguts\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1915593 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b0ca3fa047e39513b83f999205e8e1e73e6ff0c3",
      "tree": "a983a3dad30da85b48d78fa045c3d43dbb68fe2d",
      "parents": [
        "3fe4b7ac7bf39aafdc4c00117f0e1b861c3d5483"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sat Oct 21 10:48:21 2023 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sat Oct 21 10:48:21 2023 +0000"
      },
      "message": "Start 2.0.14-dev cycle\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1913175 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "3fe4b7ac7bf39aafdc4c00117f0e1b861c3d5483",
      "tree": "fb904f192c34a2f091633962d24442aa244be1af",
      "parents": [
        "1d8885da16f9efaf2792f8596f8b93b10e949454"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sat Oct 21 09:46:26 2023 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sat Oct 21 09:46:26 2023 +0000"
      },
      "message": "Release 2.0.13\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1913167 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "1d8885da16f9efaf2792f8596f8b93b10e949454",
      "tree": "dc04d13194d9c14d023eee0646257d169091aee0",
      "parents": [
        "4a61b2e6067101e3545b87f15e7829d44ba09302"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Aug 06 11:39:45 2023 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Aug 06 11:39:45 2023 +0000"
      },
      "message": "Make mod_perl-2.0.13-rc1\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1911491 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "4a61b2e6067101e3545b87f15e7829d44ba09302",
      "tree": "425e24132e621424fe3baa3b1527dcfb7fa40334",
      "parents": [
        "9caae46751c74f301a7aa8e0dd2b1bf4d0e906b1"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Aug 06 11:34:45 2023 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Aug 06 11:34:45 2023 +0000"
      },
      "message": "Update README for 2.0.13\n\n- Tested up to the latest Apache httpd 2.4.57\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1911490 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9caae46751c74f301a7aa8e0dd2b1bf4d0e906b1",
      "tree": "8c3e732c95e010b393afe539094c42cf15610a0a",
      "parents": [
        "790ab8df76688723270ad0a7c7398f328e23868c"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Aug 06 11:28:49 2023 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Aug 06 11:28:49 2023 +0000"
      },
      "message": "Avoid various \"uninitialized value\" warnings from ExtUtils::MM_Unix and ExtUtils::MM_Any when running Makefile.PL\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1911489 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "790ab8df76688723270ad0a7c7398f328e23868c",
      "tree": "3e0765cd428666ca755d67a31f1d27b236797aef",
      "parents": [
        "60289acc7296c1369869d209dbb38bb3f97d30a5"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Aug 06 11:15:56 2023 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Aug 06 11:15:56 2023 +0000"
      },
      "message": "Update Apache-SizeLimit external from 0.97 to 0.98\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1911488 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "60289acc7296c1369869d209dbb38bb3f97d30a5",
      "tree": "3e0765cd428666ca755d67a31f1d27b236797aef",
      "parents": [
        "e9bdaae39f11802f195218e83a68ce25340ac592"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Aug 06 11:14:51 2023 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Aug 06 11:14:51 2023 +0000"
      },
      "message": "Update Apache-Reload external from 0.13 to 0.14\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1911487 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e9bdaae39f11802f195218e83a68ce25340ac592",
      "tree": "3e0765cd428666ca755d67a31f1d27b236797aef",
      "parents": [
        "89b830c08fe07dddab3e6c398a526c62eb580764"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Jul 05 18:39:49 2023 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Jul 05 18:39:49 2023 +0000"
      },
      "message": "Changes entry for previous commit\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1910798 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "89b830c08fe07dddab3e6c398a526c62eb580764",
      "tree": "527ec9451e2b21a579ddf97c7a12ab17243656db",
      "parents": [
        "83f688dd0d7dbd6b3bfb61a40ab3005a35e033b9"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Jul 05 18:23:06 2023 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Jul 05 18:23:06 2023 +0000"
      },
      "message": "Do not use deprecated ap_get_server_version() in Server::Status\n\nIt produced warnings with httpd 2.4.\n\nPatch by Petr Písař \u003cppisar@redhat.com\u003e from https://rt.cpan.org/Ticket/Display.html?id\u003d124972\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1910796 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "83f688dd0d7dbd6b3bfb61a40ab3005a35e033b9",
      "tree": "7a17dbf2aa924a3b9f4deaaefba1718d275f4224",
      "parents": [
        "11bb9a6b1f86262772ab0cda03ba2d628792bbee"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Jul 05 17:28:32 2023 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Jul 05 17:28:32 2023 +0000"
      },
      "message": "Changes entry for previous commit\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1910795 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "11bb9a6b1f86262772ab0cda03ba2d628792bbee",
      "tree": "47a2b3b83a44ab771f73640d6e9b32cc134346e4",
      "parents": [
        "cd992fb3cb4287ab6e3dcb24f2d03c2e32116399"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Jul 05 17:21:31 2023 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Jul 05 17:21:31 2023 +0000"
      },
      "message": "Avoid sandbox denial while attempting to generate PCH:\n```\nF: fopen_wr\nS: deny\nP: /usr/include/apr-1/apr.h.gch\nA: /usr/include/apr-1/apr.h.gch\nR: /usr/include/apr-1/apr.h.gch\nC: /usr/libexec/gcc/x86_64-pc-linux-gnu/13/cc1 -quiet /usr/include/apr-1/apr.h -quiet -dM -dumpdir a- -dumpbase apr.h -dumpbase-ext .h -mtune\u003dgeneric -march\u003dx86-64 -o /tmp/ccfl5N0L.s --output-pch /usr/include/apr-1/apr.h.gch\n```\n\nPatch by Sam James \u003csam@gentoo.org\u003e\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1910794 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "cd992fb3cb4287ab6e3dcb24f2d03c2e32116399",
      "tree": "a3c9d8a1a54898ba5d638f4936de7526b4b7f200",
      "parents": [
        "991cfeca9bac185f191510e0064f174d45718e6a"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Jun 27 08:40:21 2023 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Jun 27 08:40:21 2023 +0000"
      },
      "message": "Changes entry for previous commit\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1910624 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "991cfeca9bac185f191510e0064f174d45718e6a",
      "tree": "5dc93efa23ce3829b026de778b3a2a9cd547ab2d",
      "parents": [
        "48e610359e52acb22332d5467c2a764183275db4"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Jun 27 08:38:15 2023 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Jun 27 08:38:15 2023 +0000"
      },
      "message": "Stop using do_open9() - this deprecated function was removed in 5.37.1\n\nPatch by Jitka Plesnikova \u003cjplesnik@redhat.com\u003e from https://rt.cpan.org/Ticket/Display.html?id\u003d148451\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1910623 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "48e610359e52acb22332d5467c2a764183275db4",
      "tree": "9671fab6367554fa790bc9167feb5a0e783bea4c",
      "parents": [
        "2f7541624668a91b407f3479ce223cdaeeec13f2"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Jan 30 13:47:35 2022 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Jan 30 13:47:35 2022 +0000"
      },
      "message": "Start 2.0.13-dev cycle\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1897602 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2f7541624668a91b407f3479ce223cdaeeec13f2",
      "tree": "e05b602eaf335df3a1c19af14d05ac568d31d71c",
      "parents": [
        "561f0672e8da450158b34fdac45a949845f0dc0d"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Jan 30 13:01:42 2022 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Jan 30 13:01:42 2022 +0000"
      },
      "message": "Release 2.0.12\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1897595 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "561f0672e8da450158b34fdac45a949845f0dc0d",
      "tree": "0a0248b1a6ee1c1167335d3b9adfe1a475f9cdb1",
      "parents": [
        "4d3756b6d3ae493ed43ce3ee26cbd4c2ef363dac"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Dec 21 10:02:24 2021 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Dec 21 10:02:24 2021 +0000"
      },
      "message": "Reverting previous commit\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1896220 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "4d3756b6d3ae493ed43ce3ee26cbd4c2ef363dac",
      "tree": "f2f638550256a8ede80a222dec9ac9052c6a46bb",
      "parents": [
        "8d3b221337c9b1e2ae556ccbc83866aeb1f463dd"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Dec 21 10:01:01 2021 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Dec 21 10:01:01 2021 +0000"
      },
      "message": "Testing buildbot fix on svn commit... (Removed in next commit)\n\nSee INFRA-22631.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1896219 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "8d3b221337c9b1e2ae556ccbc83866aeb1f463dd",
      "tree": "0a0248b1a6ee1c1167335d3b9adfe1a475f9cdb1",
      "parents": [
        "087143fc13ec7811fc448166a18ef87f54125ab2"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sat Dec 18 11:14:30 2021 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sat Dec 18 11:14:30 2021 +0000"
      },
      "message": "Make mod_perl-2.0.12-rc2\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1896122 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "087143fc13ec7811fc448166a18ef87f54125ab2",
      "tree": "0abbedca20baa9c4c6488936e1b37c51cc48d9d5",
      "parents": [
        "daef108cc429085680e7314c03e55f3affa3f8ca"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sat Dec 18 10:55:31 2021 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sat Dec 18 10:55:31 2021 +0000"
      },
      "message": "Update Changes\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1896121 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "daef108cc429085680e7314c03e55f3affa3f8ca",
      "tree": "b275aa2a5c87f3e3684298def9a32bb6f8603ff2",
      "parents": [
        "39c2ed83ed2f65f6a82a6d5452fc41e87be5362a"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sat Dec 18 10:49:30 2021 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sat Dec 18 10:49:30 2021 +0000"
      },
      "message": "Add CONTRIBUTING.md file.\n\nThanks to Edward J. Sabol for the suggestion.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1896120 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "39c2ed83ed2f65f6a82a6d5452fc41e87be5362a",
      "tree": "03742670991d1253ac63a023dc0845cabbf3da2b",
      "parents": [
        "da3dc330718003fd789f86a8aa8860facad9d116"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sat Dec 18 10:16:46 2021 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sat Dec 18 10:16:46 2021 +0000"
      },
      "message": "Add bug tracker information to README\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1896119 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "da3dc330718003fd789f86a8aa8860facad9d116",
      "tree": "fa7bd32fdf38f2541f004def268a4b861a2683c3",
      "parents": [
        "67bee59b697575df0600399e08585e3f049c28ea"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Nov 07 13:26:28 2021 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Nov 07 13:26:28 2021 +0000"
      },
      "message": "Make mod_perl-2.0.12-rc1\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1894809 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "67bee59b697575df0600399e08585e3f049c28ea",
      "tree": "86a4e729cc26bbe7b20d6594f56db8a75b6ab010",
      "parents": [
        "e1086049b2e3bd4dffcef0fbd9895af9c496f93b"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Nov 07 13:19:10 2021 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Nov 07 13:19:10 2021 +0000"
      },
      "message": "Update README for 2.0.12\n\n- Tested up to the latest Apache httpd 2.4.51\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1894808 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e1086049b2e3bd4dffcef0fbd9895af9c496f93b",
      "tree": "a6f910484a56f5b51b3c14056fe9146f610610bb",
      "parents": [
        "42e939d84acf33ed1fadeffc6e15f2f847f5e3fb"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Nov 07 13:16:25 2021 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Nov 07 13:16:25 2021 +0000"
      },
      "message": "Update Apache-Test external from 1.42 to 1.43\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1894807 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "42e939d84acf33ed1fadeffc6e15f2f847f5e3fb",
      "tree": "a6f910484a56f5b51b3c14056fe9146f610610bb",
      "parents": [
        "9dac4cf5580660720bbc18b51bcef7c9be75d658"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Oct 15 08:55:54 2021 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Oct 15 08:55:54 2021 +0000"
      },
      "message": "Update Changes for previous commit\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1894283 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9dac4cf5580660720bbc18b51bcef7c9be75d658",
      "tree": "9d33e56933e358ec1f60ce25b4c08f3cb109e97b",
      "parents": [
        "0ca450af347cd897565cab62dfd98aa5bb1e2be2"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Oct 15 08:50:16 2021 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Oct 15 08:50:16 2021 +0000"
      },
      "message": "Parse apr.h with a C preprocessor\n\nmod_perl\u0027s build script parses /usr/include/apr-1/apr.h for detecting\nAPR_HAS_THREADS preprocessor symbol to decide whether APR library\nsupports threads. Then APR::ThreadMutex module is built only if APR\nlibrary was built with threads support.\n\nBut /usr/include/apr-1/apr.h on some architectures (e.g. not on aarch64)\nis a wrapper for the real platform-specific header file. As a result\nmod_perl was erroneously built without APR::ThreadMutex module.\n\nThis patch replaces opening that header file with executing\na C preprocessor for the header file. That restores compatibility\nwith the multilib-sanitized /usr/include/apr-1/apr.h header file (e.g.\non x86_64).\n\nThis patch uses safe more-than-3-list form of piped open(). This is\nnot supported on Windows Perl \u003c 5.022.\n\nhttps://bugzilla.redhat.com/show_bug.cgi?id\u003d1981927\nSigned-off-by: Petr Písař \u003cppisar@redhat.com\u003e\n\n[Modified from the original patch on\nhttps://rt.cpan.org/Public/Bug/Display.html?id\u003d137599\nby the committer to retain the old style for WIN32 since\nwe need to support perls older than 5.022.]\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1894282 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "0ca450af347cd897565cab62dfd98aa5bb1e2be2",
      "tree": "58d4fa73a9163d75c39bf588e9b0c5e06a51645e",
      "parents": [
        "9a2d55d9327d054567c2b2ddb7ba75ef94797121"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Aug 11 15:58:58 2021 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Aug 11 15:58:58 2021 +0000"
      },
      "message": "Update Changes for previous commit\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1892236 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9a2d55d9327d054567c2b2ddb7ba75ef94797121",
      "tree": "a1838a6a6b37c6fb4cc311f99d19f665177bb371",
      "parents": [
        "55519bc570ce72fe470c7d7f176d73a358503ce8"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Aug 11 15:58:24 2021 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Aug 11 15:58:24 2021 +0000"
      },
      "message": "Improve installation instructions for AIX\n\nPatch by Rainer Tammer \u003crainer.tammer@schulergroup.com\u003e.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1892235 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "55519bc570ce72fe470c7d7f176d73a358503ce8",
      "tree": "2176834551376768cf5eedb6ff2eca12b328753d",
      "parents": [
        "916376b4559d194ca618ce52c5a937fb000350be"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Apr 20 13:57:03 2021 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Apr 20 13:57:03 2021 +0000"
      },
      "message": "Changes entry for previous commit\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1889015 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "916376b4559d194ca618ce52c5a937fb000350be",
      "tree": "d101d1fbcd94d44c81fe64b39db79ca3b8993ec9",
      "parents": [
        "0537fc994f27c6b655fe27dc78bda13bda1f6664"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Apr 20 13:55:29 2021 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Apr 20 13:55:29 2021 +0000"
      },
      "message": "Fix build for perl \u003e\u003d 5.33.7\n\nPatch by Leon Timmermans \u003cfawaka@gmail.com\u003e from https://github.com/Perl/perl5/issues/18617\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1889014 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "0537fc994f27c6b655fe27dc78bda13bda1f6664",
      "tree": "0242d95232391b0e9942c255bc1f4d85cf216f0c",
      "parents": [
        "0fcc71934b7b31e6417054c384d6949bff022c31"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Mon Feb 22 14:28:55 2021 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Mon Feb 22 14:28:55 2021 +0000"
      },
      "message": "Update Changes for previous commit\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1886794 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "0fcc71934b7b31e6417054c384d6949bff022c31",
      "tree": "fd5a117645a1eea5948c5c5f2a0b0d45764daf51",
      "parents": [
        "c4b0914071f962c4d21eca7caf297d5709fe78a6"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Mon Feb 22 14:22:21 2021 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Mon Feb 22 14:22:21 2021 +0000"
      },
      "message": "Fix SIGSEGV crash due to wrong use of perl_parse()\n\nPatch by Charles Pigott \u003ccpigott@rapitasystems.com\u003e.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1886793 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c4b0914071f962c4d21eca7caf297d5709fe78a6",
      "tree": "48e062d55aae93a092422071e09872216bd5e916",
      "parents": [
        "ef14c357be8c45fc4784e69abae833d62b63d276"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Oct 08 07:41:31 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Oct 08 07:41:31 2019 +0000"
      },
      "message": "Restore build with perl 5.8.8\n\nMGf_LOCAL was introduced by perl commit a5063e7cd8fef802efd25ffe9df2c3748f4254f6 in 5.9.3 and back-ported to 5.8.9.\n\nBased on a patch from https://stackoverflow.com/a/49521058/11510760\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1868115 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "ef14c357be8c45fc4784e69abae833d62b63d276",
      "tree": "dd16be7ef972bd0a84db6937f233c82aa47b9556",
      "parents": [
        "2c20c6c4339520b43efc7802c09f607df2aacf8f"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Oct 06 13:27:28 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Oct 06 13:27:28 2019 +0000"
      },
      "message": "Use SHA256/SHA512 checksums rather than MD5/SHA1 as required by https://www.apache.org/dev/release-distribution\n\nAlso, prefer https: links over http: links.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1868060 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2c20c6c4339520b43efc7802c09f607df2aacf8f",
      "tree": "be902a24acba56916f74e20f547ff87d5340e4a8",
      "parents": [
        "e2af6eaa18a247645ad68425387ae455a6caeb6d"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sat Oct 05 12:03:20 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sat Oct 05 12:03:20 2019 +0000"
      },
      "message": "Start 2.0.12-dev cycle\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1868013 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e2af6eaa18a247645ad68425387ae455a6caeb6d",
      "tree": "4d5107ad749502709825dc3a8ff0eff33e4748eb",
      "parents": [
        "dc3e397690d8b95c520a31cc5e687ba92dec42b1"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sat Oct 05 11:00:06 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sat Oct 05 11:00:06 2019 +0000"
      },
      "message": "Release 2.0.11\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1868006 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "dc3e397690d8b95c520a31cc5e687ba92dec42b1",
      "tree": "eb6465e37f0cce015375e62f79a8ce7e431a34ba",
      "parents": [
        "3734823467eca856311652f7b5ab16a688cefc98"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Oct 03 12:14:40 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Oct 03 12:14:40 2019 +0000"
      },
      "message": "Update Changes file\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1867935 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "3734823467eca856311652f7b5ab16a688cefc98",
      "tree": "fced1dc6911dc412a7ac10bf12a72f2ddbad3293",
      "parents": [
        "c36dc6a1768a7e929a9295c40fa528879e3fba87"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Oct 03 12:13:18 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Oct 03 12:13:18 2019 +0000"
      },
      "message": "Fix t/modules/apache_resource.t failures\n\nThe values returned by BSD::Resource::$res() are sometimes undefined, but the values of the hashref returned by get_rlimits() are fine.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1867934 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c36dc6a1768a7e929a9295c40fa528879e3fba87",
      "tree": "af9f4d1eafdc54e9713bcb2dfbe30b30cba231ed",
      "parents": [
        "2bd236e9c00691dedf92f353795d888e9ca9faf1"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Sep 27 07:20:41 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Sep 27 07:20:41 2019 +0000"
      },
      "message": "Update README with current status of known test failures\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1867619 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2bd236e9c00691dedf92f353795d888e9ca9faf1",
      "tree": "9e760699380c482c74c9b7841b65a80ecbfe5a38",
      "parents": [
        "bd43a46b16dfe0b331d1a6b5384ece1a19d969e8"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Sep 26 17:12:28 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Sep 26 17:12:28 2019 +0000"
      },
      "message": "Make mod_perl-2.0.11-rc3\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1867595 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "bd43a46b16dfe0b331d1a6b5384ece1a19d969e8",
      "tree": "412072c7e9b2354f2db4cda611b4f621f1a1437a",
      "parents": [
        "7f51eae4979f52503db708033a31c7bc101abb40"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Sep 26 17:05:30 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Sep 26 17:05:30 2019 +0000"
      },
      "message": "Fix t/api/request_rec.t failures on non-Windows platforms\n\nThese failures were introduced by rev. 1865449.\n\nUse FINFO_SIZE rather than FINFO_NAME for the finfo() test since FINFO_NAME isn\u0027t dealt with in the \u0027unix\u0027 version of APR\u0027s filestat.c, causing \"APR::Finfo::stat: (70008) Partial results are valid but processing is incomplete\" errors -- the very errors that were fixed by rev. 1865449 on Windows!\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1867594 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "7f51eae4979f52503db708033a31c7bc101abb40",
      "tree": "4285e30f4ff9d260e387b30ef37a94aba20b495c",
      "parents": [
        "237ea6d1879e4571900efb3cf2decb3acb7cdfa2"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Sep 24 16:47:24 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Sep 24 16:47:24 2019 +0000"
      },
      "message": "Make mod_perl-2.0.11-rc2\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1867472 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "237ea6d1879e4571900efb3cf2decb3acb7cdfa2",
      "tree": "6fd9371c9630110f4145be3a47ce30e43f3eb5fb",
      "parents": [
        "43d1cf65a0969c1d44520ad529f64177ec624099"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Sep 24 16:39:11 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Sep 24 16:39:11 2019 +0000"
      },
      "message": "Update Changes file with recent changes\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1867471 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "43d1cf65a0969c1d44520ad529f64177ec624099",
      "tree": "04ceb37e6ff8c30fd21dcf4bf05fd8c5e8620909",
      "parents": [
        "ea85218ce292d5d4be28f9fe30a156217af03b4e"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Sep 24 16:31:13 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Sep 24 16:31:13 2019 +0000"
      },
      "message": "Fix [CVE-2011-2767] Arbitrary Perl code execution in the context of the user account via a user-owned .htaccess\n\nPatch by Jan Ingvoldstad \u003cjani+debian-2011+@ifi.uio.no\u003e from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug\u003d644169#19\n(See also https://rt.cpan.org/Ticket/Display.html?id\u003d126984)\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1867470 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "ea85218ce292d5d4be28f9fe30a156217af03b4e",
      "tree": "04ca9930a6597395a3327cc1bd1c34c8cc105883",
      "parents": [
        "817088a87878c4dbd5abfe0a6a74ca8d77deb3e1"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Sep 24 12:54:06 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Sep 24 12:54:06 2019 +0000"
      },
      "message": "Fix potential test suite hangs due to pipelined response deadlocks\n\nPatch by Zefram \u003czefram@fysh.org\u003e from https://rt.cpan.org/Ticket/Display.html?id\u003d82409\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1867454 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "817088a87878c4dbd5abfe0a6a74ca8d77deb3e1",
      "tree": "928d262620c89010436ddf8bf9fe78cee16e6f0e",
      "parents": [
        "63311e2b1b83fa8e8e30eb16de64c2d11e746081"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Sep 24 08:07:32 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Sep 24 08:07:32 2019 +0000"
      },
      "message": "Fix t/compat/request.t failures\n\nWith better error handling in override_mp2_api(), we can see why we get an Internal Server Error from this script:\n\nerror overriding Apache2::RequestRec::filename : Bareword \"WIN32\" not allowed while \"strict subs\" in use at (eval 178) line 15.\n\nAnd the fix is trivial.\n\nThanks to Adam Prime for making me look into this!\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1867432 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "63311e2b1b83fa8e8e30eb16de64c2d11e746081",
      "tree": "787f5b33ea31f262e76c0609d35d4389f85f0e0a",
      "parents": [
        "b8dcec504231016f250d501045e1bb595bf54de0"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Mon Sep 02 12:28:34 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Mon Sep 02 12:28:34 2019 +0000"
      },
      "message": "Make mod_perl-2.0.11-rc1\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1866277 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b8dcec504231016f250d501045e1bb595bf54de0",
      "tree": "1e35fe57f081cc7e09b31a1cb5c63d1fb90b489e",
      "parents": [
        "84a6f0bd410897294bbbbf694243f076dbc73932"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Mon Sep 02 12:21:04 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Mon Sep 02 12:21:04 2019 +0000"
      },
      "message": "Update README\n\n- Tested up to the latest Apache httpd 2.4.41\n- Update known test failures on Windows\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1866275 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "84a6f0bd410897294bbbbf694243f076dbc73932",
      "tree": "a34b21119e3d40d8a63c6cff19b508c247b83235",
      "parents": [
        "857830118267edfc8f820e6ddaf382b553e29465"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Aug 28 07:28:57 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Aug 28 07:28:57 2019 +0000"
      },
      "message": "Update Apache-Test external from 1.41 to 1.42\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1866025 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "857830118267edfc8f820e6ddaf382b553e29465",
      "tree": "a34b21119e3d40d8a63c6cff19b508c247b83235",
      "parents": [
        "330eb18450adc67e0f5b03b85e799dd6bc355a01"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Mon Aug 19 12:29:37 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Mon Aug 19 12:29:37 2019 +0000"
      },
      "message": "Avoid use of FINFO_NORM where possible; if not possible then switch off the FINFO_PROT bits on Windows\n\nSome Windows set-ups have problems using apr_stat()\u0027s FINFO_NORM mode: see https://bz.apache.org/bugzilla/show_bug.cgi?id\u003d51560 and the dev@apr.apache.org thread cited in Comment 4 on that bug.\n\nThe problem revolves around the information requested by the APR_FINFO_GPROT and APR_FINFO_WPROT bits. We don\u0027t appear to need that information in what we\u0027re doing, so the simplest workaround is to turn off those bits (and the APR_FINFO_UPROT bit) in what we\u0027re requesting -- but only on WIN32, to minimize regression risk.\n\nIn some places we clearly only need a tiny subset of what FINFO_NORM gives us anyway, and switching to FINFO_MIN etc instead is even easier (and hopefully risk-free).\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1865449 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "330eb18450adc67e0f5b03b85e799dd6bc355a01",
      "tree": "0e91ee20b1518caba917b5b5574aea93d7fb5087",
      "parents": [
        "635d03517daaf7c03318cd017d899a39ead97221"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Jul 21 10:24:04 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sun Jul 21 10:24:04 2019 +0000"
      },
      "message": "Remove use of deprecated symbol Nullav\n\nThis was done previously in r1362399 but a couple of uses crept back in via r1602099.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1863518 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "635d03517daaf7c03318cd017d899a39ead97221",
      "tree": "021c5a2ab607b4e623bcfe874f750e6a505d5625",
      "parents": [
        "84dc29ceca31e519fdf274cb76bf3ba91c7da6aa"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Jul 11 12:39:59 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Jul 11 12:39:59 2019 +0000"
      },
      "message": "Fix for recent perls in which \u0027.\u0027 is no longer in @INC by default\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1862921 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "84dc29ceca31e519fdf274cb76bf3ba91c7da6aa",
      "tree": "0daf285c6b5f70b75e4ade3b2048fd0ac6d3be8f",
      "parents": [
        "a14902056ee686cb972b4ee83e46c3028cc4c694"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Jul 11 12:21:08 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Jul 11 12:21:08 2019 +0000"
      },
      "message": "Update README for 2.0.11\n\n- Tested up to the latest Apache httpd 2.4.39\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1862919 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a14902056ee686cb972b4ee83e46c3028cc4c694",
      "tree": "046346ce54f8dbda92eabad6e0297d83f69892a0",
      "parents": [
        "13527993507844cb1c7500934fbacdf8c2c76d70"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Jul 11 12:16:39 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Jul 11 12:16:39 2019 +0000"
      },
      "message": "Update Changes file with recent changes\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1862918 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "13527993507844cb1c7500934fbacdf8c2c76d70",
      "tree": "c3cdd004e7f9dcaa8b2d4be5a7ade4a66787bb86",
      "parents": [
        "86620cbe03dd8a3121c6f54a1c174ab3a7c587ae"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Jul 11 07:49:26 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Jul 11 07:49:26 2019 +0000"
      },
      "message": "Update Apache-Test external from 1.40 to 1.41\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1862907 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "86620cbe03dd8a3121c6f54a1c174ab3a7c587ae",
      "tree": "c3cdd004e7f9dcaa8b2d4be5a7ade4a66787bb86",
      "parents": [
        "a3d253b050fb3d1cf6aa4f827ec5434783b0d874"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Jun 21 07:50:51 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Jun 21 07:50:51 2019 +0000"
      },
      "message": "Ensure secure URLs are used in build scripts\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1861756 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a3d253b050fb3d1cf6aa4f827ec5434783b0d874",
      "tree": "954d88b7c493072493308bbc7718aa2a822c3163",
      "parents": [
        "33a736e6c254c13e4a3057863c5832de810d5faa"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Jun 21 07:36:43 2019 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Jun 21 07:36:43 2019 +0000"
      },
      "message": "Fix Use-after-free segfault in ap_server_config_defines seen on start-up on OpenBSD\n\nReported by Sam Vaughan at https://bz.apache.org/bugzilla/show_bug.cgi?id\u003d63516\nSuggested fix by Joe Orton on that ticket.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1861755 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "33a736e6c254c13e4a3057863c5832de810d5faa",
      "tree": "d6f58930f813887b1695c7be1a16447812dfd6ba",
      "parents": [
        "f178b842298ed2898d14c1fd3096772a5a5320ee"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Jan 04 18:14:45 2017 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Jan 04 18:14:45 2017 +0000"
      },
      "message": "Fix build breakage caused by r1717474 in perl \u003c 5.13.6 (mg_free_type() was added in 5.13.6).\n\nSpotted by Rainer Jung \u003crainer.jung@kippdata.de\u003e.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1777355 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "f178b842298ed2898d14c1fd3096772a5a5320ee",
      "tree": "4041ce679a8737ada44cb3ef2a08689835fe8c8c",
      "parents": [
        "b0ebad0de0ec2652b6bdb31fdc6cdfaae0d595f9"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Jan 04 14:09:09 2017 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Jan 04 14:09:09 2017 +0000"
      },
      "message": "Since Apache 2.4.25, header injection fails with\n\n  protocol.c(957): (22)Invalid argument: [client 127.0.0.1:53182] Failed to read request header line X-Extra-Header2: Value 2\n  protocol.c(1313): [client 127.0.0.1:53182] AH00567: request failed: error reading the headers\n\nmaking the server issue a 400 Bad request response and causing test\nfailures.\n\nThe problem is that the injected header lines only have a LF and no CR.\n\nRFC 7230, section 3.5 says:\n\n  Although the line terminator for the start-line and header fields is\n   the sequence CRLF, a recipient MAY recognize a single LF as a line\n   terminator and ignore any preceding CR.\n\nApache with strict enabled chooses not to implement the MAY. This may or\nmay not be a good idea, but that is a  different question. In any case, \nmod_perl\u0027s test should send a compliant HTTP request.\n\nBug-Debian: https://bugs.debian.org/849082\n\n[Patch from Stefan Fritsch \u003csf@sfritsch.de\u003e]\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1777320 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b0ebad0de0ec2652b6bdb31fdc6cdfaae0d595f9",
      "tree": "80c27f0452b88b961de17f47e47c35b150763776",
      "parents": [
        "01be0f0af40915aad986327bc677a5317da5ffeb"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Jan 04 14:03:22 2017 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Jan 04 14:03:22 2017 +0000"
      },
      "message": "HTTP/1.1 RFC 7230, section 2.6. \"Protocol Versioning\" says the HTTP name\nis case sensitive. Starting with Apache 2.4.25, using lower case will\nmake the server issue a 400 Bad request response, causing a test failure.\n\nhttps://tools.ietf.org/html/rfc7230#section-2.6\n\nBug-Debian: https://bugs.debian.org/849082\n\n[Patch from Niko Tyni \u003cntyni@debian.org\u003e]\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1777317 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "01be0f0af40915aad986327bc677a5317da5ffeb",
      "tree": "54a67f56c46d56a3ad8585fa6121c60376aa0e00",
      "parents": [
        "8d6b42cd0979cabde2a04877fb9a8d7ab30490f5"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Nov 03 17:55:28 2016 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Nov 03 17:55:28 2016 +0000"
      },
      "message": "Update RELEASE instructions to reflect what has been done for 2.0.9 and 2.0.10\n\n(Download locations and project websites are both handled very differently now compared to the old notes that were in the RELEASE document.)\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1767940 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "8d6b42cd0979cabde2a04877fb9a8d7ab30490f5",
      "tree": "710dbb0900af2ff3cc17491cacb8ac96cda880de",
      "parents": [
        "217ca7cf1a628f7bdcfc4dae1b51bb4d50906b3f"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Oct 27 21:49:40 2016 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Oct 27 21:49:40 2016 +0000"
      },
      "message": "Start 2.0.11-dev cycle\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1766898 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "217ca7cf1a628f7bdcfc4dae1b51bb4d50906b3f",
      "tree": "784dfaa1136f4a9e5a004b102fe595361f3a427c",
      "parents": [
        "b5f23774cb0b0fe0038e06f8c02ede586489df91"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Oct 27 20:07:36 2016 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Oct 27 20:07:36 2016 +0000"
      },
      "message": "Release 2.0.10\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1766873 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b5f23774cb0b0fe0038e06f8c02ede586489df91",
      "tree": "f545a57d93aeebda51765285b1205720d929bc7a",
      "parents": [
        "1278e2d659b7eed7f52c15178008730289f745e6"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Oct 06 13:02:23 2016 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Oct 06 13:02:23 2016 +0000"
      },
      "message": "Make mod_perl-2.0.10-rc2\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1763585 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "1278e2d659b7eed7f52c15178008730289f745e6",
      "tree": "c9534fcb41bb9537bcbb58c792fefd53ea77604b",
      "parents": [
        "634a0d98ee90837a40e57cb745981e1716c756be"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Oct 06 12:55:45 2016 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Oct 06 12:55:45 2016 +0000"
      },
      "message": "Declare MP_vtbl_env and MP_vtbl_envelem as \u0027extern\u0027 to fix linker errors on OSX/Darwin\n\nPatch by Michael Schout \u003cmschout@gkg.net\u003e.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1763583 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "634a0d98ee90837a40e57cb745981e1716c756be",
      "tree": "4479bef539b1a79922bc2ad8c8ac612d57c3842d",
      "parents": [
        "4409d4bf7c15760f2e45bfd4e8899d6892737956"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Sep 30 13:11:26 2016 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Sep 30 13:11:26 2016 +0000"
      },
      "message": "Make mod_perl-2.0.10-rc1\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1762907 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "4409d4bf7c15760f2e45bfd4e8899d6892737956",
      "tree": "3ed99817d355888232035e81d093bb5ddf1f8210",
      "parents": [
        "641c1b1afdcbb48a08207385ffeb7a5abc56352b"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Sep 30 12:43:42 2016 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Sep 30 12:43:42 2016 +0000"
      },
      "message": "Update README for 2.0.10\n\n- Tested up to the latest Apache httpd 2.4.23\n- We now support Perl 5.22+\n- We have new env.t failures on Windows with default configuration Perls\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1762891 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "641c1b1afdcbb48a08207385ffeb7a5abc56352b",
      "tree": "96e16c51b17d9e360857d3c52d154f8d32e50060",
      "parents": [
        "8e8b5db78dd82a03e044b1ac8d83cee844d9048e"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Sep 07 07:34:33 2016 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Sep 07 07:34:33 2016 +0000"
      },
      "message": "Update Apache-Test external from 1.39 to 1.40\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1759553 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "8e8b5db78dd82a03e044b1ac8d83cee844d9048e",
      "tree": "96e16c51b17d9e360857d3c52d154f8d32e50060",
      "parents": [
        "1ba12a23f52150c015dbd0602ba47810af1a0b4e"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Sep 06 17:24:07 2016 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Sep 06 17:24:07 2016 +0000"
      },
      "message": "Update Makefile.PL as per r1759432\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1759467 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "1ba12a23f52150c015dbd0602ba47810af1a0b4e",
      "tree": "cb79d1b5816dfa8fe0c2c31b2155952c4401c5cc",
      "parents": [
        "8f80e9ecddc13023a974691c9a667e1e9e99ea07"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Sep 06 17:21:42 2016 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Sep 06 17:21:42 2016 +0000"
      },
      "message": "Update RELEASE as per r1759430\n\nNote: The latter part of this document still needs updating, which I will do in due course when making 2.0.10.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1759463 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "8f80e9ecddc13023a974691c9a667e1e9e99ea07",
      "tree": "bcfb8a83c7d9b8ef11a31c34cbe078105ab11998",
      "parents": [
        "f2b7d28276a311592bd9602732fa6a32e87a153f"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Mar 04 08:38:38 2016 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Mar 04 08:38:38 2016 +0000"
      },
      "message": "Update Changes file with recent changes.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1733567 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "f2b7d28276a311592bd9602732fa6a32e87a153f",
      "tree": "4717a0fcb069799a0af3207678d0c871a0896980",
      "parents": [
        "63fa1678f85ab839d1b1826dd879b1efd56b1a42"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Mar 04 08:36:07 2016 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Mar 04 08:36:07 2016 +0000"
      },
      "message": "Automatic compiler flags for gcc 5 and clang\n\nTo make compilation easier on gcc5/clang hosts, this patch automatically selects the appropriate c89 option, when modperl is being built with either gcc 5 or clang.\n\nTested by the author on Ubuntu 15.10 (with gcc 5.2.1), Fedora 23 (with gcc 5.3.1) and FreeBSD 10.2 (with clang).\n\nThanks to Klaus S. Madsen \u003cksm@jobindex.dk\u003e for the patch.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1733566 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "63fa1678f85ab839d1b1826dd879b1efd56b1a42",
      "tree": "75d33736973282b1a85906c5478b822d2df3ab93",
      "parents": [
        "cbe5083eed7505e2d2d891d6c77ec216076a69fc"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Mar 04 08:29:00 2016 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Mar 04 08:29:00 2016 +0000"
      },
      "message": "Fix printf tests for perl-5.22 without ithreads support\n\nThe comment in r1702395 is wrong. It\u0027s not because of the thread context that the number of arguments is wrong, it\u0027s because of the way WrapXS.pm handles functions with variable parameter length (i.e. ... functions).\n\nIn the .xs code items is the number of elements in the MARK array. However when WrapXS.pm generates code for a ... function, it will increment MARK, so that it points to the second argument to the function. It will not, however decrement items, which means that items and MARK now are out of sync. We suspect that MARK is incremented to skip the object that the function is called on.\n\nThis patch updates the comment and removes the ifdef around the decrementation of items, which solves the test failures for non-threaded perl 5.22.\n\nThanks to Klaus S. Madsen \u003cksm@jobindex.dk\u003e for the patch.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1733564 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "cbe5083eed7505e2d2d891d6c77ec216076a69fc",
      "tree": "b3ca580b6e280940ba26d64f7a984ec307e2801e",
      "parents": [
        "19e6b61b52010a47fb45a580d2d437099760ef11"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Mar 04 08:23:32 2016 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Mar 04 08:23:32 2016 +0000"
      },
      "message": "Fix compile errors since SVN revision 1717474 for unthreaded perl\n\nThanks to Klaus S. Madsen \u003cksm@jobindex.dk\u003e for the patch.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1733563 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "19e6b61b52010a47fb45a580d2d437099760ef11",
      "tree": "cee631814b0d07138c752be0b608b793b4deec2c",
      "parents": [
        "d3f5bc8777174eb312c154f65159537b3c2cf334"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Dec 01 17:39:43 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue Dec 01 17:39:43 2015 +0000"
      },
      "message": "Add support for Perl 5.22.x.\n\nAs outlined by Leon Timmermans in [perl #123687]:\n\n  lookup %ENV\u0027s magic, and then replace the pointer to PL_vtbl_env with\n  a pointer to MP_vtbl_env. You may have to add some svt_copy magic to\n  make it cast MP_vtbl_envelem instead of PL_vtbl_envelem on the elements.\n\nwith an added svt_local for the \u0027local %ENV\u0027 tests.\n\nWhile at it, augment t/modperl/env.t to check that deleting %ENV elements really removes them from subprocess_env. This highlights the need for modifying their vtable, currently in the modperl_envelem_tie() macro.\n\n(MP_vtbl_envelem probably shouldn\u0027t be a global variable, but the modperl_envelem_tie() macro needs it, and the perl vtables are global too anyway. I\u0027ve made MP_vtbl_env global too for symmetry.)\n\nBased on ++Niko Tyni\u0027s 0001-Steps-at-Perl-5.22-compatibility-take-3.patch in [rt.cpan.org #101962].\n\nBug: https://rt.cpan.org/Public/Bug/Display.html?id\u003d101962\nBug: https://rt.perl.org/Ticket/Display.html?id\u003d123687\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1717474 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d3f5bc8777174eb312c154f65159537b3c2cf334",
      "tree": "8d9e68686a33997e48598c5eced9cb1ec6ecd253",
      "parents": [
        "c5a900023378dde6d44f519b015a59bce2b21c0c"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Sep 11 08:28:54 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri Sep 11 08:28:54 2015 +0000"
      },
      "message": "Fix t/modperl/print.t, t/modperl/printf.t and t/directive/perlloadmodule3.t under perl-5.22.0\n\nI\u0027m working on CPAN RT#101962: Support for perl-5.22.0. The new \"Redundant argument in subroutine entry\" warning for printf-type functions has revealed a problem in our printf override which causes these tests to fail. In threaded builds we wrongly included the thread context in the count of arguments being passed to perl\u0027s sprintf implementation, which then warned that more arguments were being passed than the format string required. With warnings being fatalized in all test scripts this caused a few test scripts to fail.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1702395 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c5a900023378dde6d44f519b015a59bce2b21c0c",
      "tree": "5069ea06b6172ea82cf1e3f98519cbefcda055d3",
      "parents": [
        "c5ec4d10ee24adc2685609dc4645c0339d2ba6cf"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Sep 10 08:58:55 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Sep 10 08:58:55 2015 +0000"
      },
      "message": "Fix t/api/uri.t, t/apr/uri.t and t/apr-ext/uri.t under perl-5.22.0\n\nI\u0027m working on CPAN RT#101962: Support for perl-5.22.0. The new \"Redundant argument in sprintf\" warning has revealed a couple of problems in our test suite which causes these tests to fail.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1702195 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c5ec4d10ee24adc2685609dc4645c0339d2ba6cf",
      "tree": "76e8bfba9507914b9a3ba3e744d5f622bb01e13c",
      "parents": [
        "8f32ea95a04590290e9b60813e5155f7dc308e2a"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Jun 18 22:27:44 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Jun 18 22:27:44 2015 +0000"
      },
      "message": "Start 2.0.10-dev cycle\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1686333 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "8f32ea95a04590290e9b60813e5155f7dc308e2a",
      "tree": "56720f76e14960764960c62b2be57aadfd5dedea",
      "parents": [
        "66a9832b1e187867555dd6609c14d1cd5508b73a"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Jun 18 19:49:32 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Jun 18 19:49:32 2015 +0000"
      },
      "message": "Release 2.0.9\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1686303 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "66a9832b1e187867555dd6609c14d1cd5508b73a",
      "tree": "0b74bb87a6f36cee45999453e0f59d3969a2c0e9",
      "parents": [
        "642a2388b947075539b360ece218e665f144a888"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Jun 18 19:21:11 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Jun 18 19:21:11 2015 +0000"
      },
      "message": "Add note to README about MP_INLINE problem when building with GCC 5.\n\nSubject: Re: mod_perl2, MP_INLINE and gcc 5\nFrom: Niko Tyni \u003cntyni@debian.org\u003e\nDate: Thu, 18 Jun 2015 11:08:40 +0300\nMessage-ID: \u003c20150618080840.GA28984@hagar.it.helsinki.fi\u003e\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1686295 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "642a2388b947075539b360ece218e665f144a888",
      "tree": "ce5caf8ab8583fd4a20d396aac365f22b8126dc1",
      "parents": [
        "2165d8a33c0cf9ca97546348c97cc59af14c3a5a"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Jun 10 17:12:29 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Jun 10 17:12:29 2015 +0000"
      },
      "message": "Make mod_perl-2.0.9-rc3\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1684717 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2165d8a33c0cf9ca97546348c97cc59af14c3a5a",
      "tree": "edc327093a65ff109e723af62b94ba8cf4e013cc",
      "parents": [
        "a0ffe94eea35acf2aa52bd52437b99e99e14ae18"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Jun 10 16:22:45 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed Jun 10 16:22:45 2015 +0000"
      },
      "message": "Fix t/api/aplog.t for apr-1.5.2\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1684703 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a0ffe94eea35acf2aa52bd52437b99e99e14ae18",
      "tree": "42cf58c62eb1c6e2070dccdeacd39126d9429bdb",
      "parents": [
        "37f777882e3ea3f6ab3bc6eac308efabf08ff141"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Jun 04 07:43:47 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Jun 04 07:43:47 2015 +0000"
      },
      "message": "Note that Perl 5.22.x is currently not supported due to the problem in CPAN RT#101962\n\nWe plan to fix this for 2.0.10 rather than hold up the long-awaited httpd-2.4.x support.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1683477 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "37f777882e3ea3f6ab3bc6eac308efabf08ff141",
      "tree": "8f6427480beffa321845443ac6120243c972788f",
      "parents": [
        "6ff93a65c6f9fdd5220330e31e7b5a0e317875aa"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Jun 04 07:21:28 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu Jun 04 07:21:28 2015 +0000"
      },
      "message": "Restore unthreaded build following r1682366\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1683472 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "6ff93a65c6f9fdd5220330e31e7b5a0e317875aa",
      "tree": "fb6af7f2366275033303b404fae41fc89d5d8b35",
      "parents": [
        "8a75abbb0467179009ff6e0332e47f15e889a047"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sat May 30 18:20:03 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Sat May 30 18:20:03 2015 +0000"
      },
      "message": "Make mod_perl-2.0.9-rc2\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1682638 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "8a75abbb0467179009ff6e0332e47f15e889a047",
      "tree": "f5a31e9d1e3467acec1237a2aa850c9ff6d1de8a",
      "parents": [
        "ff45a9e6d070bfb0b652019093fbf5af7bfe408c"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri May 29 08:15:57 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri May 29 08:15:57 2015 +0000"
      },
      "message": "t/modules/proxy.t no longer fails, following r1682369\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1682389 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "ff45a9e6d070bfb0b652019093fbf5af7bfe408c",
      "tree": "fd6b103f7ac249edfb3432343a5b340a898c5cf1",
      "parents": [
        "00b8c283aedeaf7fde3fd058796fa9ebf85cda4f"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri May 29 07:49:47 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Fri May 29 07:49:47 2015 +0000"
      },
      "message": "Follow-up to r1682369 to restore the build on Windows\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1682384 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "00b8c283aedeaf7fde3fd058796fa9ebf85cda4f",
      "tree": "ecda0b3d73b8e8363f2dd7e0e57a2a17098d7b20",
      "parents": [
        "7a63115f185e7ac75e58cf45be352d25891d5025"
      ],
      "author": {
        "name": "Jan Kaluža",
        "email": "jkaluza@apache.org",
        "time": "Fri May 29 05:41:18 2015 +0000"
      },
      "committer": {
        "name": "Jan Kaluža",
        "email": "jkaluza@apache.org",
        "time": "Fri May 29 05:41:18 2015 +0000"
      },
      "message": "Remove PerlInterpScope directive as discussed on mailing list. PerlInterpScope\ndid not work correctly with httpd-2.4.x threaded MPMs. For example when using\n\u0027PerlInterpScope connection\u0027 and multiple requests are handled using the single\nconnection, every request tries to fetch new interpreter. This leads to\ndeadlock soon, because we can always have more requests than interpreters.\n\nThere are more situations like the one described above and the fix is quite\nhard with the way how the usage of PerlInterpeters is designed currently.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1682369 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "7a63115f185e7ac75e58cf45be352d25891d5025",
      "tree": "fccb726563e163e6b627adf6ba20181d817dfa65",
      "parents": [
        "3b4d4aa6cb8cd8f26c0db0018faf0e98f1c3b03b"
      ],
      "author": {
        "name": "Jan Kaluža",
        "email": "jkaluza@apache.org",
        "time": "Fri May 29 05:01:01 2015 +0000"
      },
      "committer": {
        "name": "Jan Kaluža",
        "email": "jkaluza@apache.org",
        "time": "Fri May 29 05:01:01 2015 +0000"
      },
      "message": "Add MP_*_CROAK_*_PUTBACK macros to call modperl_croak and also putback\nthe interpreter if possible. Use them in modperl_filter related code.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1682366 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "3b4d4aa6cb8cd8f26c0db0018faf0e98f1c3b03b",
      "tree": "7fd04a2c60ec8b91a4c6d9234fd3a3a0f04bdab0",
      "parents": [
        "75502d359c329167b25511e4082ee74abe4b457c"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu May 28 17:17:12 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Thu May 28 17:17:12 2015 +0000"
      },
      "message": "In httpd-2.4, the Allow/Deny/Order directives are in mod_access_compat instead of mod_authz_host, and the Satisfy directive is now also in mod_access_compat instead of core. Also allow running test suite if httpd.conf of the Apache we\u0027re building against (which is used to configure t/conf/httpd.conf) doesn\u0027t load mod_access_compat.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1682286 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "75502d359c329167b25511e4082ee74abe4b457c",
      "tree": "628ed6bd2a5b2be4b49452eaad4b861d230d7841",
      "parents": [
        "8360d22a0e648890882ce10dd9429d572c924e14"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed May 13 19:53:48 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed May 13 19:53:48 2015 +0000"
      },
      "message": "Make mod_perl-2.0.9-rc1\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1679267 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "8360d22a0e648890882ce10dd9429d572c924e14",
      "tree": "c5865b625d5ecc3caec270b0a4d68ac110d8312f",
      "parents": [
        "fbc0ca9eec56470bfa4bd0a8657b514a540a506f"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed May 13 19:17:54 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed May 13 19:17:54 2015 +0000"
      },
      "message": "Add a Changes entry for the biggest change in this version, which is as-yet unmentioned in the Change file!\n\nIf my reading of the SVN history is correct, this was started by Torsten, finished for *nix by Jan, largely fixed up for Windows by me, and with a few contributions from gozer. My apologies if I\u0027ve missed anyone. If so then speak up during the RC phase to get your name in lights and receive fame, fortune and probably more spam.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1679260 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "fbc0ca9eec56470bfa4bd0a8657b514a540a506f",
      "tree": "2ad06c73c24dd00ced5ba9968eb778185ecdbad0",
      "parents": [
        "63076bef529595b19753ef24b3c6cc0bec7a7000"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed May 13 19:04:31 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed May 13 19:04:31 2015 +0000"
      },
      "message": "Bump version in META.yml, which was missed from the \"prepare for 2.0.9-dev cycle\" changes\n\nAlso update RELEASE so that it doesn\u0027t get forgotten next time.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1679259 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "63076bef529595b19753ef24b3c6cc0bec7a7000",
      "tree": "760f2b43d8828c5d8ca86851c8233f7389178d10",
      "parents": [
        "9043abf40583611559599c7c8ea068ff93339c63"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed May 13 08:01:18 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed May 13 08:01:18 2015 +0000"
      },
      "message": "Set the $VERSION for the distribution tarball as it is done for Apache-Test and Apache-Reload,\nnamely, to be mod_perl-2.0.9-rc1 rather than mod_perl-2.0.9rc1\n\n(Actually, the Apache-Test and Apache-Reload set_version()s need renaming to, say, set_apache_test_version() and set_apache_reload_version(), to avoid a \u0027Subroutine redefined\u0027 warning, but that will have to wait until later now to avoid delaying to make new releases of them.)\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1679159 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9043abf40583611559599c7c8ea068ff93339c63",
      "tree": "fdd0f09bc6c79e164e9bb04358e0fbc8f03da0b8",
      "parents": [
        "5f4d1cf2e9f3d72e4b6330c7bd82c63b956f1acc"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed May 13 07:28:29 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed May 13 07:28:29 2015 +0000"
      },
      "message": "Document another known test failure on Windows, this one seemingly introduced by r1676417\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1679156 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "5f4d1cf2e9f3d72e4b6330c7bd82c63b956f1acc",
      "tree": "a69157395909c4903941df36384208bd99a1384f",
      "parents": [
        "d4b59402f665e854eb43374d9e93ebbdc3329434"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed May 13 07:24:51 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed May 13 07:24:51 2015 +0000"
      },
      "message": "Update supported Apache httpd versions with latest 2.4 releases\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1679153 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d4b59402f665e854eb43374d9e93ebbdc3329434",
      "tree": "d22c81ca2150e4b2104393f7c45d28272c7ee85a",
      "parents": [
        "d526781afa63783432978c836d0ab4b3e1446771"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed May 13 07:23:09 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Wed May 13 07:23:09 2015 +0000"
      },
      "message": "Exclude t/response/TestPerl/ithreads3.pm since t/perl/ithreads3.t has been excluded since r1632231\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1679152 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d526781afa63783432978c836d0ab4b3e1446771",
      "tree": "f7adfde06c26d3a8ed401bb8562ebd32f016d57f",
      "parents": [
        "e1a07022fbd164fade2436a4ba9fd167faa87742"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue May 12 13:02:57 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue May 12 13:02:57 2015 +0000"
      },
      "message": "Ensure file permissions and EOLs are set correctly when creating the release tarball\n\nOtherwise EOLs in particular are not set correctly (i.e. LF) when creating a release from a workspace on a Windows machine since native EOLs (i.e. CRLF in this case) are used by default in client-side workspaces.\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1678930 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e1a07022fbd164fade2436a4ba9fd167faa87742",
      "tree": "c483f08171cd28eae8046475676e5c9a79af63b4",
      "parents": [
        "5ed0fc786583eae953c2ff12d6d480c7fcfcc5e4"
      ],
      "author": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue May 12 13:01:23 2015 +0000"
      },
      "committer": {
        "name": "Steve Hay",
        "email": "stevehay@apache.org",
        "time": "Tue May 12 13:01:23 2015 +0000"
      },
      "message": "Update PAUSE instructions in RELEASE\n\ngit-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1678928 13f79535-47bb-0310-9956-ffa450edef68\n"
    }
  ],
  "next": "5ed0fc786583eae953c2ff12d6d480c7fcfcc5e4"
}
