* NewsFetcher: add last-modified support, reduce number of retries

* Error pages: add icon and logo,
        clarify 'destination not found' and 'proxy not found' pages
This commit is contained in:
zzz
2008-01-09 04:11:12 +00:00
committed by zzz
parent a96119d09b
commit f35cbf59d8
8 changed files with 64 additions and 50 deletions

View File

@ -1,4 +1,4 @@
$Id: history.txt,v 1.612 2008-01-07 03:09:44 zzz Exp $
$Id: history.txt,v 1.613 2008-01-08 21:15:45 zzz Exp $
2008-01-08 zzz
* addressbook: Limit size of subscribed hosts.txt,
@ -7,6 +7,11 @@ $Id: history.txt,v 1.612 2008-01-07 03:09:44 zzz Exp $
enforce size limits even when size not in returned header,
don't return old etag or last-modified data,
don't call transferFailed listener more than once
* Sign my update signing key
* NewsFetcher: add last-modified support, reduce number of retries
* Error pages: add icon and logo,
clarify 'destination not found' and 'proxy not found' pages
2008-01-07 zzz
* profiles.jsp formatting cleanup