You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ma...@apache.org on 2007/09/18 23:21:26 UTC

svn commit: r577071 - /incubator/tika/trunk/CHANGES.txt

Author: mattmann
Date: Tue Sep 18 14:21:25 2007
New Revision: 577071

URL: http://svn.apache.org/viewvc?rev=577071&view=rev
Log:
- bring CHANGES.txt up to date

Modified:
    incubator/tika/trunk/CHANGES.txt

Modified: incubator/tika/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/tika/trunk/CHANGES.txt?rev=577071&r1=577070&r2=577071&view=diff
==============================================================================
--- incubator/tika/trunk/CHANGES.txt (original)
+++ incubator/tika/trunk/CHANGES.txt Tue Sep 18 14:21:25 2007
@@ -4,4 +4,23 @@
 
 1. TIKA-5 - Port Metadata Framework from Nutch (mattmann)
 
-2. TIKA-11 - Consolidate test classes into a src/test/java directory tree (mattmann)
\ No newline at end of file
+2. TIKA-11 - Consolidate test classes into a src/test/java directory tree (mattmann)
+
+3. TIKA-15 - Utils.print does not print a Content having no value (jukka)
+
+4. TIKA-19 - org.apache.tika.TestParsers fails (bdelacretaz)
+
+5. TIKA-16 - Issues with data files used for testing by TestParsers (bdelacretaz)
+
+6. TIKA-14 - MimeTypeUtils.getMimeType() returns the default mime type for 
+             .odt (Open Office) file (bdelacretaz)
+
+7. TIKA-12 - Add URL capability to MimeTypesUtils (jukka)
+
+8. TIKA-13 - Fix obsolete package names in config.xml (siren)
+
+9. TIKA-10 - Remove MimeInfoException catch clauses and import from TestParsers (siren)
+
+10. TIKA-8 - Replaced the jmimeinfo dependency with a trivial mime type detector (jukka)
+
+11. TIKA-7 - Added the Lius Lite code. Added missing dependencies to POM (jukka)