Set svn:eol-style to native
[tika.git] / CHANGES.txt
blobe495944d4ba0de85cd0df1c36bf6b45151b4e3ee
1 Tika Change Log
3 Unreleased changes (0.1-dev)
5 1. TIKA-5 - Port Metadata Framework from Nutch (mattmann)
7 2. TIKA-11 - Consolidate test classes into a src/test/java directory tree (mattmann)
9 3. TIKA-15 - Utils.print does not print a Content having no value (jukka)
11 4. TIKA-19 - org.apache.tika.TestParsers fails (bdelacretaz)
13 5. TIKA-16 - Issues with data files used for testing by TestParsers (bdelacretaz)
15 6. TIKA-14 - MimeTypeUtils.getMimeType() returns the default mime type for 
16              .odt (Open Office) file (bdelacretaz)
18 7. TIKA-12 - Add URL capability to MimeTypesUtils (jukka)
20 8. TIKA-13 - Fix obsolete package names in config.xml (siren)
22 9. TIKA-10 - Remove MimeInfoException catch clauses and import from TestParsers (siren)
24 10. TIKA-8 - Replaced the jmimeinfo dependency with a trivial mime type detector (jukka)
26 11. TIKA-7 - Added the Lius Lite code. Added missing dependencies to POM (jukka)
28 12. TIKA-18 - "Office" interface should be renamed "MSOffice" (mattmann)
30 13. TIKA-23 - Decouple Parser from ParserConfig (jukka)
32 14. TIKA-6 - Port Nutch (or better) MimeType detection system into Tika (J. Charron & mattmann)
34 15. TIKA-25 - Removed hardcoded reference to C:\oo.xml in OpenOfficeParser (K. Bennett & jukka)
36 16. TIKA-17 - Need to support URL's for input resources. (K. Bennett & mattmann)
38 17. TIKA-22 - Remove @author tags from the java source (mattmann)
40 18. TIKA-21 - Simplified configuration code (jukka)
42 19. TIKA-17 - Rename all "Lius" classes to be "Tika" classes (jukka)
44 20. TIKA-30 - Added utility constructors to TikaConfig (K. Bennett & jukka)
46 21. TIKA-28 - Rename config.xml to tika-config.xml or similar (mattmann)
48 22. TIKA-26 - Use Map<String, Content> instead of List<Content> (jukka)
50 23. TIKA-31 - protected Parser.parse(InputStream stream,
51               Iterable<Content> contents) (jukka & K. Bennett)
52               
53 24. TIKA-36 - A convenience method for getting a document's content's text 
54               would be helpful (K. Bennett & mattmann)
55   
56 25. TIKA-33 - Stateless parsers (jukka)
58 26. TIKA-38 - TXTParser adds a space to the content it reads from a file (K. Bennett & ridabenjelloun)
60 27. TIKA-35 - Extract MsOffice properties, use RereadableInputStream devloped by K. Bennett (ridabenjelloun & K. Bennett)
62 28. TIKA-39 - Excel parsing improvements (siren & ridabenjelloun)
64 29. TIKA-34 - Provide a method that will return a default configuration 
65               (TikaConfig) (K. Bennett & mattmann)
67 30. TIKA-42 - Content class needs (String, String, String) constructor (K. Bennett)
69 31. TIKA-43 - Parser interface (jukka)
71 32. TIKA-47 - Remove TikaLogger (jukka)
73 33. TIKA-46 - Use Metadata in Parser (jukka & mattmann)
75 34. TIKA-48 - Merge MS Extractors and Parsers (jukka)
77 35. TIKA-45 - RereadableInputStream needs to be able to read to
78               the end of the original stream on first rewind. (K. Bennett)
80 36. TIKA-41 - Resource files occur twice in jar file. (jukka)
82 37. TIKA-49 - Some files have old-style license headers, fixed (Robert Burrell Donkin & bdelacretaz)
84 38. TIKA-51 - Leftover temp files after running Tika tests, fixed (bdelacretaz)
86 39. TIKA-40 - Tika needs to support diverse character encodings (jukka)
88 40. TIKA-55 - ParseUtils.getParser() method variants should have consistent parameter orders
89               (K. Bennett)
91 41. TIKA-52 - RereadableInputStream needs to support not closing the input stream it wraps.
92               (K. Bennett via bdelacretaz)
94 42. TIKA-53 - XHTML SAX events from parsers (jukka)
96 43. TIKA-57 - Rename org.apache.tika.ms to org.apache.tika.parser.ms (jukka)
98 44. TIKA-62 - Use TikaConfig.getDefaultConfig() instead of a hardcoded
99               config path in TestParsers (jukka)
101 45. TIKA-58 - Replace jtidy html parser with nekohtml based parser (siren)
103 46. TIKA-60 - Rename Microsoft parser classes (jukka)
105 47. TIKA-63 - Avoid multiple passes over the input stream in Microsoft parsers
106               (jukka)
108 48. TIKA-66 - Use Java 5 features in org.apache.tika.mime (jukka)
110 49. TIKA-56 - Mime type detection fails with upper case file extensions such as "PDF"
111              (mattmann)
113 50. TIKA-65 - Add encode detection support for HTML parser (siren)
115 51. TIKA-68 - Add dummy parser classes to be used as sentinels (jukka)
117 52. TIKA-67 - Add an auto-detecting Parser implementation (jukka)
119 53. TIKA-70 - Better MIME information for the Open Document formats (jukka)
121 54. TIKA-71 - Remove ParserConfig and ParserFactory (jukka)