Skip to content

Commit

Permalink
This will be version 2.47.
Browse files Browse the repository at this point in the history
added upload() function
added cgi_error()
fixed problems in _make_tag_function()
  • Loading branch information
lstein committed Feb 18, 1999
1 parent acefb23 commit c14797b
Show file tree
Hide file tree
Showing 5 changed files with 287 additions and 82 deletions.
40 changes: 16 additions & 24 deletions ANNOUNCE
Original file line number Original file line Diff line number Diff line change
@@ -1,37 +1,29 @@
CGI.pm version 2.46 is now available for your fun and edification. CGI.pm version 2.47 is now available for your fun and edification.
This version includes the following bug fixes and features: This version includes the following bug fixes and features:


In 2.45: 1. Patch to fix file upload bug appearing in IE 3.01 for Macintosh/PowerPC.


1. Fixed leaking file descriptor during uploads (thanks to Gerald 2.Replaced use of $ENV{SCRIPT_NAME} with $ENV{REQUEST_URI} when running
Richter and Doug MacEachern for pointing this one out.) under Apache, to fix self-referencing URIs.


2. Added Brian Paulsen's CGI::Pretty for pretty-printing the emitted 3. Fixed bug in escapeHTML() which caused certain constructs, such as
HTML. CGI->image_button(), to fail.


3. Fixed conflicts between sub() and the Perl sub operator, which caused 4. Fixed bug which caused strong('CGI') to fail. Be careful to use
warnings during perl 5.005 regression tests. CGI::strong('CGI') and not CGI->strong('CGI'). The latter will
produce confusing results.


4. Generated start_* shortcuts so that start_table(), end_table(), 5. Added upload() function, as a preferred replacement for
start_ol(), end_ol(), and so forth now work (see the docs on how to the "filehandle as string" feature.
enable this feature).


5. Fixed bug in header() that prevented fields from containing double 6. Added cgi_error() error-reporting function.
quotes.


6. Removed some dead packages, including CGI::Apache and CGI::Switch. 7. Rewrote file upload handling to return undef rather than dieing
You don't need them any more. Trust me! when an error is encountered. Be sure to call

cgi_error() to find out what went wrong.
7. Fixed CGI::Carp to run better under mod_perl (somewhat -- it will never
be perfect because some faults are untrappable).

In 2.46:

8. Fixed qw(-compile :all) problems.

9. Fixed failure of mod_perl "include" tests.


Lincoln Stein Lincoln Stein
2/17/99


======================================================================== ========================================================================
Lincoln D. Stein Lincoln D. Stein
Expand Down
Loading

0 comments on commit c14797b

Please sign in to comment.