forked from pool/perl-HTTP-Server-Simple
+ Inline uri_unescape to drop URI::Escape which is the only non-core dependency of this distribution. + Do not special case COOKIE and sets Cookie header to HTTP_COOKIE. + Pluggable CGI class support based on a patch from NANIS - remove perl(URI::Escape) dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Server-Simple?expand=0&rev=2
16 lines
572 B
Plaintext
16 lines
572 B
Plaintext
-------------------------------------------------------------------
|
|
Sat Feb 20 12:13:06 UTC 2010 - lars@linux-schulserver.de
|
|
|
|
- update to 0.42
|
|
+ Inline uri_unescape to drop URI::Escape which is the only
|
|
non-core dependency of this distribution.
|
|
+ Do not special case COOKIE and sets Cookie header to HTTP_COOKIE.
|
|
+ Pluggable CGI class support based on a patch from NANIS
|
|
- remove perl(URI::Escape) dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 26 23:09:47 UTC 2009 - lars@linux-schulserver.de
|
|
|
|
- initial version 0.41
|
|
|