- Added Italian error pages by Alessio Bragadini.
- Added Estonian error pages by Toomas Soome.
+ - Added Russian (koi-r) error pages by Andrew L. Davydov.
- Fixed asnAclInitialize calling to prevent coredump.
- Fixed FTP directory parsing again.
- Made FTP directory listing "Generated" tagline like
- Added netdb exchange protocol.
- Fixed wordlistDestroy() uninitialized pointer bug in
ftpParseControlReply.
+ - Fixed redirector subprocess to show real program name.
+ - Changed URN menu output to be sorted.
+ - Added fast select(2) timeouts when using ASYNC_IO.
+ - Added ARP ACL support for Linux (David Luyer).
Changes to squid-1.2.beta20 (April 24, 1998):
- A lot of current oddities with freshly added code should go away as
we debug and polish things. Comments discussing current code
problems will be deleted; hopefully, along with the problems.
+(3) Full request headers for CONNECT requests.
(4) ** Everywhere that we use 'pattern' or such, use ACL elements instead.
stoplist_pattern, refresh_pattern, ... (DW)