Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 1996 01:47:27 -0700 (PDT)
From:      Andreas Klemm <andreas>
To:        CVS-committers, cvs-all, cvs-ports
Subject:   cvs commit:  ports/www/CGI Makefile ports/www/CGI/files md5 ports/www/CGI/pkg DESCR PLIST
Message-ID:  <199609210847.BAA07712@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
andreas     96/09/21 01:47:26

  Modified:    www/CGI   Makefile
               www/CGI/files  md5
               www/CGI/pkg  DESCR PLIST
  Log:
  Updated port from 2.21 to new version 2.25.
  Here a list of changes, so that you can see what happened:
  
  Version 2.25
  
    1.Fixed bug that caused bad redirection on destination URLs with arguments.
    2.Fixed bug involving use_named_parameters() followed by
       start_multipart_form()
    3.Fixed bug that caused incorrect determination of binmode for Macintosh.
    4.Spelling fixes on documentation.
  
  Version 2.24
  
    1.Fixed bug that caused generation of lousy HTML for some form elements
    2.Fixed uploading bug in Windows NT
    3.Some code cleanup (not enough)
  
  Version 2.23
  
    1.Fixed an obscure bug that caused scripts to fail mysteriously.
    2.Fixed auto-caching bug.
    3.Fixed bug that prevented HTML shortcuts from passing taint checks.
    4.Fixed some -w warning problems.
  
  Version 2.22
  
    1.New CGI::Fast module for use with FastCGI protocol. See pod
       documentation for details.
    2.Fixed problems with inheritance and autoloading.
    3.Added TR() (<tr>) and PARAM() (<param>) methods to list of exported
       HTML tag-generating functions.
    4.Moved all CGI-related I/O to a bottleneck method so that this can be
       overridden more easily in mod_perl (thanks to Doug MacEachern).
    5.put() method as substitute for print() for use in mod_perl.
    6.Fixed crash in tmpFileName() method.
    7.Added tmpFileName(), startform() and endform() to export list.
    8.Fixed problems with attributes in HTML shortcuts.
    9.Functions that don't actually need access to the CGI object now no
       longer generate a default one. May speed things up slightly.
   10.Aesthetic improvements in generated HTML.
   11.New examples.
  
  Revision  Changes    Path
  1.5       +6 -5      ports/www/CGI/Makefile
  1.2       +1 -1      ports/www/CGI/files/md5
  1.2       +8 -2      ports/www/CGI/pkg/DESCR
  1.2       +26 -20    ports/www/CGI/pkg/PLIST



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609210847.BAA07712>