From abb75f21cf3b32cb4989a4058729071ac6f0fc7c Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 15 Sep 2005 21:10:40 +0200 Subject: [PATCH] v3.19 release --- Changes | 10 ++++++++++ PLP.pm | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index fd2171e..23aaab8 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,13 @@ +3.19 - September 15, 2005: +- New maintainer +- Send headers when using C to start output +- Do not send headers when Cing multiple empty strings +- EncodeURI()/DecodeURI() now accept read-only values +- Cleaner and slightly faster code in Entity(), DecodeURI(), and EncodeURI() +- Removed (undocumented) function HiddenFields +- Tests for a few Functions +- Documentation fixes and elaboration + 3.18 - October 16, 2002: - Fixed the class for tied headers. Content_Type is now really converted to Content-Type, as explained in L diff --git a/PLP.pm b/PLP.pm index a190e3b..10747fd 100644 --- a/PLP.pm +++ b/PLP.pm @@ -14,7 +14,7 @@ use File::Spec; use strict; -our $VERSION = '3.18'; +our $VERSION = '3.19'; # Subs in this package: # _default_error($plain, $html) Default error handler -- 2.30.0