Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
See release notes for detail.
http://www.mozilla.org/releases/mozilla0.8/
|
|
|
|
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
|
|
Changes since 1.09
The $u->query_form method will now escape spaces in
form keys or values as '+' (instead of '%20'). This also
affect the $mailto_uri->header() method. This is actually
the wrong thing to do, but this practise is now even
documented in official places like
http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.1
so we might as well follow the stream.
URI::Heuristic did not work for domain-names with dashes '-'
in them. Fixed.
Documented that $uri->xxx($1) might not work.
Closes pkg/11990
|
|
Changes since 1.62:
- Require LWP 5.50. A bug fix was introduced in LWP 5.49 which
solves problems with relative Location: headers for Checkbot.
- Create a defaults --match argument based on all the start URLs,
not just the first one.
- Remove .bak files when the new files are written correctly.
- Create correct URLs when --file argument also contains directories.
- Deal with redirects without a Location: header.
- Don't exclude checkbot's own pages automagically.
- Always ask server about file type for HTTP requests when uncertain.
- Make output well-formed HTML.
- Several typo's and other output fixes.
patch-aa incorporated into main dist.
|
|
Changes since 5.48:
Release 5.50
Fix for test cases that failed because of URI-1.10 now encode
space as '+' instead of '%20. Patch by Christian Gilmore
<cgilmore@tivoli.com>.
Makefile.PL: Require URI-1.10.
HTTP::Daemon now accepts any non-space character as method name
on the request line. It used to fail on methods like "M-POST"
because it only allowed \w-chars.
HTTP::Date now allow fractional seconds in ISO date formats.
Based on patch from Mark D. Anderson <mda@discerning.com>
HTTP::Request::Common will now calculate Content-length
even if $DYNAMIC_FILE_UPLOAD is set. Patch provided by
Lindley, Lee T <Lee.Lindley@viasystems.com>.
2000-12-31 Gisle Aas <gisle@ActiveState.com>
Release 5.49
HTML::Form: Use croak() instead of die. Implement
$f->possible_values. Avoid use of undef value warnings.
HTTP::Cookies: fix epath issue. Make it work for URI::http
as the uri-attribute of HTTP::Request object
HTTP::Date: Allow ignored timezone info in parenthesis. Patch
by Sander van Zoest <sander@covalent.net>.
Fix calculation of non-GMT timezones (wrong sign). Patch by
KONISHI Katsuhiro <konishi@din.or.jp>.
HTTP::Response: Let $res->base() absolutize the URI. Based on
bug report from Hans de Graaff <hans@degraaff.org>.
Fixed minor doc typos in HTTP::Headers::Util and LWP::UserAgent.
HTTP::Request::Common: Support boundary spec from client.
LWP::Simple: Avoid trivial_http_get when @ appears in authority
part of URI
LWP::Authen::Digest: Need to have query in URI param.
Spotted by <ronald@innovation.ch>.
LWP::Protocol::http: unescape username/password if they are
specified in the URI.
Added LWP::Protocol::GHTTP. This allow LWP to use the HTTP::GHTTP
module as the low level HTTP driver.
|
|
- Security fix for buffer overflow bug.
- Small correction to Brazilian Portuguese language file.
|
|
submitted to the author.
|
|
appropriate settings in horde.conf.
|
|
|
|
|
|
|
|
php4-imap working on my Apache 1.3.17 + mod_ssl 2.8.0 + PHP4 installation.
|
|
Fixes PR 12186 by Michael van Elst <mlelstv@serpens.de>
|
|
|
|
|
|
|
|
-lcurses and not -lncurses when LYNX_SCREEN_LIB is set to "curses".
|
|
bug-fixes, and also integrates SSL and internationalization support!
For details, see the CHANGES file in the snapshot or at
http://lynx.isc.org/current/CHANGES
No longer bother installing lynx{.cfg,.lss} to ${PREFIX}/etc/. They
weren't being looked at by default, anyway, while it remains trivial
to override the default locations via environment variables.
|
|
|
|
|
|
|
|
|
|
least macppc (due to an uninitialized variable!).
|
|
it confuses our FTP client.
- Add German mirror site.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(hope it is the right way).
>There's another bug in RewriteMap handling in Apache 1.3.17, which
>causes ${} expansions to be completely ignored. This patch fixes it.
|
|
pksrc/www/apache. see pkgsrc/www/apache changelog for full changelog.
|
|
PR 12141.
|
|
current. have some comment about that. we should fix bsd.pkg.mk instaed.
|
|
|
|
|
|
|
|
|
|
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
|
|
|
|
|
|
CPPFLAGS=-I${LOCALBASE}/include, and adds it to CONFIGURE_ENV.
|
|
Additionally remove redundant CPPFLAGS setting, and respect setting of
CPPFLAGS in builder's environment.
|
|
By PR 12115 from Jeremy C. Reed <reed@reedmedia.net>
|
|
|
|
Provided by John Darrow in pkg/12093.
|