[libcgi-emulate-psgi-perl] annotated tag upstream/0.21 created (now 093d5fa)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Mon Aug 17 13:06:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to annotated tag upstream/0.21
in repository libcgi-emulate-psgi-perl.

        at  093d5fa   (tag)
   tagging  46c7c5cd837330df9480227218c5f531c1cb9ab4 (commit)
  replaces  upstream/0.20
 tagged by  Lucas Kanashiro
        on  Mon Aug 17 09:39:41 2015 -0300

- Log -----------------------------------------------------------------
Upstream version 0.21
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJV0dYNAAoJEPgjonKYg8l8wLwP/3nbYWdK0+SVaLdbQSDFRaKw
G1D6vMOgkoTfv0XxpnNLnXZkHvBhj5VYHXhl6iR/H8sF4jQbCyMWRtqiScpMMJTX
axVj+Z4v3f61mU61zmddVdBDw2Bv2TPcyUO3wuaMt1h+dBkGBEpj9EQT5jp5uFdx
jFJX53BKgfERU3Tnkbivm4TRU8swxY9MfbiiAB+gStdTG9O/NJ7z7ZhYTyJmziYC
oGm+XHgNpii697pAmdayagnScCEKC2OBfXN6DraPZs4QDcZmPclXa154Qpku139w
67+zsnPqhg6EQBJbS9m1J0OHah+r4yIZLGTtOBqv8YtDv0xT8JyV04GsRo3mUwBd
oKiB+IB2gpK7aE5V5ivBMlx0AClynvhcFAsxg+pQSz9U33/rzSeK2aEIJ2dvGrIf
O1VAL+veotLBFdlk0u7ptBt/+v2Mt0RUpXnH09+RjoGYw/2i4Q2t5UCOs+5pWK+O
S9/zYoWmx4Ao3xdhNLT9bOCUL0bkodv5Z6/hA9ZukRI8U3kVItyzkTggA6N/UjQZ
BFdHnGhiTvlRgpUPINq3peZh3secjzRlpYNu5YEQod7TWOPpKzUJ2tfSjdKnHO/x
X105xulzojFkypnKxVuPCODr2Urdatjo3tVo0sCHX40by/HwhSCy3KXmPZu9voVu
f9Z/PGd7HfnG8UkCZ0bX
=3s5Z
-----END PGP SIGNATURE-----

Bastian Blank (3):
      Use tied file handle for STDIN
      Add test for tied file handles
      Use tied file handle for STDERR

Clay Fouts (1):
      Update lib/CGI/Emulate/PSGI.pm

Graham Knop (1):
      Fix perl prerequisite

James Wright (1):
      make localizing STDOUT work properly in the debugger for perl 5.8.8

Kazuho Oku (1):
      only override the necessary environment variables

Lucas Kanashiro (1):
      Imported Upstream version 0.21

Mark Stosberg (2):
      Documentation: Provide a "DESCRIPTION" for CGI::Emulate::PSGI.
      Bug Fix: IO::File needs to be loaded before it can be used.

Tatsuhiko Miyagawa (65):
      remove Plack::Adapter. Use app.psgi
      Change the server name
      document CGI.pm gotchas
      _reset_globals()
      use initialize_globals
      if %CGI:: is not a good check if CGI.pm is loaded
      fixed docs about CGI::PSGI
      rename tests
      mention CGI::Compile
      more docs about CGI::Compile
      do not import from IO::File since it gives SEEK_SET redefined warnings
      README
      add MANIFEST
      Checking in changes prior to tagging of version 0.02.  Changelog diff is:
      Checking in changes prior to tagging of version 0.03.  Changelog diff is:
      Merge branch 'kazuho/master'
      do not use sort
      Checking in changes prior to tagging of version 0.04.  Changelog diff is:
      Factored out the CGI output parser into a separate module
      the argument now could be a reference to a string as well
      Added emulate_environment utility
      Checking in changes prior to tagging of version 0.05.  Changelog diff is:
      fixed warnings in -s
      Added a failing test when you create a new socket from CGI handler
      select STDOUT
      Checking in changes prior to tagging of version 0.06.  Changelog diff is:
      binmode output to raw, so CGI scripts can binmode it with ':utf8' safely
      Checking in changes prior to tagging of version 0.07.
      fix build_requires for Test::More
      Checking in changes prior to tagging of version 0.08.
      add test for binmode
      Checking in changes prior to tagging of version 0.09.
      Use the workaround suggested by Eric Brine to create a new filehandle from fd.
      Checking in changes prior to tagging of version 0.10.
      fixes POD
      update copyright
      Skip psgix.*
      Checking in changes prior to tagging of version 0.11.
      Checking in changes prior to tagging of version 0.11.
      Handle response headers to comply to the PSGI specification.
      Checking in changes prior to tagging of version 0.12.
      Delete Date header
      Automatically set 302 Found if there's Location header but no Status, per RFC 3875 6.2.3
      Checking in changes prior to tagging of version 0.13.
      change name
      Merge pull request #2 from ctfliblime/patch-1
      Checking in changes prior to tagging of version 0.14.
      Checking in changes prior to tagging of version 0.15.
      Checking in changes prior to tagging of version 0.15.
      Merge pull request #3 from waldiTM/master
      convert to Milla
      0.16
      Merge pull request #5 from tehmoth/master
      add LICENSE
      0.17
      Merge pull request #7 from haarg/patch-1
      0.18
      add CGI.pm prereq for perl 5.21 and over. Fix #10
      typo
      Revert "Merge pull request #3 from waldiTM/master"
      0.19
      add Test::Requires #11
      0.20
      Merge pull request #12 from dakkar/fix-selectsaver
      0.21

Tokuhiro Matsuno (10):
      first commit
      move A::CGI impl to CGI::PSGIfy
      s/CGI::PSGIfy/CGI::Emulate::PSGI/
      added .gitignore, docs, Makefile.PL
      fixed deps, added 00_compile.t, rename test.
      added .shipit file for release to cpan
      added MANIFEST.SKIP
      added Changes file
      Checking in changes prior to tagging of version 0.01.  Changelog diff is:
      generate readme

dakkar (1):
      test (and fix) that we restore the selected FH

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-emulate-psgi-perl.git



More information about the Pkg-perl-cvs-commits mailing list