]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Sun, 10 May 1998 07:55:38 +0000 (07:55 +0000)
committerwessels <>
Sun, 10 May 1998 07:55:38 +0000 (07:55 +0000)
ChangeLog
TODO

index fc2ae50614dec71900012f1d35c625d9f2803eaa..1f13b32b9c02b4c67c60a593e6773ef2e823112e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
        - 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):
 
diff --git a/TODO b/TODO
index 3072054e257d9e894bfbc0900070ca1ae85d9700..9563db3e40f047ed9a912b38cc51252f207ecbfa 100644 (file)
--- a/TODO
+++ b/TODO
@@ -53,6 +53,7 @@ Our Todo List
        - 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)