summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-05-25 02:54:46 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-05-25 02:54:46 +0100
commit253833045491a69f36bce52af119a880c7ccdfb5 (patch)
tree6318d0c47f97eebe427e8cca9cafef4bfe0befba /ChangeLog
parentfa3f6956427d992bc83ac6ea80d1f0ae9834facf (diff)
downloadxine-lib-253833045491a69f36bce52af119a880c7ccdfb5.tar.gz
xine-lib-253833045491a69f36bce52af119a880c7ccdfb5.tar.bz2
Add a message code to distinguish between HTTP response codes 401 and 403.
This should allow for front ends to do things such as prompt for authentication.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28a795a3f..16c495541 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,9 @@ xine-lib (1.1.90) (Unreleased)
FreeType2 and the standard bitmap fonts for OSD.
* Replace internal libdts 0.0.2 with libdca 0.0.5, and contextually move it
to contrib/libdca to separate from xine's own code.
+ * Add another message code to allow for auth prompts. Previously, it was
+ not possible to distinguish between 401 Authentication Requried and 403
+ Forbidden.
xine-lib (1.1.7) (unreleased)
* Support libdca (new name for libdts) by shuffling around the dts.h file.