libcgi-pm-perl (4.03-1) unstable; urgency=medium

  CGI::Fast is split out into its own distributin upstream, and is available
  in Debian as libcgi-fast-perl (recommended by libcgi-pm-perl).  

  4.03 features the following notice in Changes:

    [ REMOVED / DEPRECATIONS ]
    - the -multiple option to popup_menu is now IGNORED as this did not
      function correctly. If you require a menu with multiple selections
      use the scrolling_list method. (RT #30057)

 -- gregor herrmann <gregoa@debian.org>  Sun, 20 Jul 2014 15:06:29 +0200

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
