diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-09-13 22:52:39 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-09-13 22:52:39 +0000 |
commit | d3f98c695c5a4013320eb3e9cd71394ea9fec234 (patch) | |
tree | b7b5bfa37410013939bd7e773945d59e8982df7c | |
parent | de36ecc55c76b4db192311ef61b4085c4e687fb9 (diff) | |
download | xine-lib-d3f98c695c5a4013320eb3e9cd71394ea9fec234.tar.gz xine-lib-d3f98c695c5a4013320eb3e9cd71394ea9fec234.tar.bz2 |
Update ChangeLog now that the bug is closed.
CVS patchset: 8229
CVS date: 2006/09/13 22:52:39
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ xine-lib (1.1.3) * Use mmap() to open local files if available. * Use pkg-config to look for external FFmpeg. * Allow FFmpeg to play MP3s in case MAD is not present. + * Reduce the dead time when trying to connect to dead hosts, by falling back + to non-blocking sockets on the last address found for an host, and allowing + users to provide a connection timeout. [bug #1550844] xine-lib (1.1.2) * Security fixes: |