libcgi-pm-perl (3.59+dfsg-1) unstable; urgency=low

  [BUG FIXES]
  We no longer read from STDIN when the Content-Length is not set, preventing
  requests with no Content-Length from freezing in some cases. This is consistent
  with the CGI RFC 3875, and is also consistent with CGI::Simple. However, the old
  behavior may have been expected by some command-line uses of CGI.pm.

 -- Alessandro Ghedini <al3xbio@gmail.com>  Fri, 30 Dec 2011 19:25:56 +0100

libcgi-pm-perl (3.55-1) unstable; urgency=low

  [THINGS THAT MAY BREAK YOUR CODE]
  url() was fixed to return "PATH_INFO" when it is explicitly requested
  with either the path=>1 or path_info=>1 flag.

  If your code is running under mod_rewrite (or compatible) and you are calling
  self_url() or you are calling url() and passing path_info=>1, these methods
  will actually be returning PATH_INFO now, as you have explicitly requested,
  or has self_url() has requested on your behalf.

 -- Alessandro Ghedini <al3xbio@gmail.com>  Sun, 12 Jun 2011 16:09:14 +0200
