Changes in version 4.1 ====================== :program:`Universal Feed Parser` 4.1 was released on January 11, 2006. - Support for the `Universal Encoding Detector `_ to autodetect character encoding of feeds that declare their encoding incorrectly or don't declare it at all. See :ref:`advanced.encoding` for details of when this gets called. - :program:`Universal Feed Parser` no longer sets a default socket timeout (SourceForge bug `1392140 `_). If you were relying on this feature, you will need to call socket.setdefaulttimeout(TIMEOUT_IN_SECONDS) yourself.