diff --git a/ChangeLog b/ChangeLog index 8d7d8db99..2b982e7d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-06-20 Richard Frith-Macdonald + + * Source/GSHTTPDigest.m: deleted + * Source/GSHTTPAuthentication.m: added + * Source/GNUmakefile: build GSHTTPAuthentication + * Source/GSHTTPURLHandle.m: use GSHTTPAuthentication + Change class name to something more intuitive and add class methods + for mapping domains/URLs to protection space objects. + 2006-06-19 Richard Frith-Macdonald * Source/GSURLPrivate.h: Add GSHTTPDigest interface. diff --git a/Source/GNUmakefile b/Source/GNUmakefile index f5618a6a4..accff0355 100644 --- a/Source/GNUmakefile +++ b/Source/GNUmakefile @@ -138,7 +138,7 @@ GSCountedSet.m \ GSDictionary.m \ GSFormat.m \ GSFTPURLHandle.m \ -GSHTTPDigest.m \ +GSHTTPAuthentication.m \ GSHTTPURLHandle.m \ GSRunLoopWatcher.m \ GSSet.m \ diff --git a/Source/GSHTTPDigest.m b/Source/GSHTTPAuthentication.m similarity index 100% rename from Source/GSHTTPDigest.m rename to Source/GSHTTPAuthentication.m