diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-25 02:54:46 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-25 02:54:46 +0100 |
commit | 253833045491a69f36bce52af119a880c7ccdfb5 (patch) | |
tree | 6318d0c47f97eebe427e8cca9cafef4bfe0befba /ChangeLog | |
parent | fa3f6956427d992bc83ac6ea80d1f0ae9834facf (diff) | |
download | xine-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |