Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / lib / magpie / CHANGES
blob3346f2ba74598781045a445d6c46a6e420ff72f0
1 Version 0.72
2 -----------
3     - fix security exploit: http://www.sec-consult.com/216.html
4     
5 Version 0.7
6 -----------
7     - support for input and output charset encoding
8       based on the work in FoF, uses iconv or mbstring if available
9     -
11 Version 0.6
12 -----------
13     - basic support for Atom syndication format
14       including support for Atom content constructs
15     - fixed support for private feeds (HTTP Auth and SSL)
16       (thanks to silverorange.com for providing test feeds)
17         - support for some broken webservers
19 Version 0.52
20 -----------
21     - support GZIP content negoiation
22     - PHP 4.3.2 support
24 Version 0.4
25 -----------
26         - improved error handling, better access for script authors
27         - included example scripts of working with MagpieRSS
28         - new Smarty plugin for RSS date parsing
30 Version 0.3
31 -----------
32         - added support for conditional gets (Last-Modified, ETag)
33         - now use Snoopy to handle fetching RSS files
34         
35 Version 0.2
36 -----------
37         - MAJOR CLEAN UP
38         - removed kludgy $options array in favour of constants
39         - phased out returning arrays
40         - added better error handling
41         - re-worked comments