Author: tpalsulich
Date: Wed May 20 22:17:04 2015
New Revision: 1680688
URL: http://svn.apache.org/r1680688
Log:
Reconcile src and publish versions of the 1.8 index.
Modified:
tika/site/publish/1.8/index.html
tika/site/src/site/apt/1.8/index.apt
Modified: tika/site/publish/1.8/index.html
URL:
http://svn.apache.org/viewvc/tika/site/publish/1.8/index.html?rev=1680688&r1=1680687&r2=1680688&view=diff
==============================================================================
--- tika/site/publish/1.8/index.html (original)
+++ tika/site/publish/1.8/index.html Wed May 20 22:17:04 2015
@@ -102,7 +102,7 @@
<li>Tika now supports MIME detection for Microsoft Extended Makefiles (EMF)
(<a class="externalLink"
href="http://issues.apache.org/jira/browse/TIKA-1554">TIKA-1554</a>).</li>
<li>Tika has improved delineation in XML and HTML MIME detection (<a
class="externalLink"
href="http://issues.apache.org/jira/browse/TIKA-1365">TIKA-1365</a>).</li>
<li>Upgraded the Drew Noakes metadata-extractor to version 2.7.2 (<a
class="externalLink"
href="http://issues.apache.org/jira/browse/TIKA-1576">TIKA-1576</a>).</li>
-<li>Added basic style support for ODF documents, contributed by Axel
Dörfler (<a class="externalLink"
href="http://issues.apache.org/jira/browse/TIKA-1063">TIKA-1063</a>).</li>
+<li>Added basic style support for ODF documents, contributed by Axel
Dörfler (<a class="externalLink"
href="http://issues.apache.org/jira/browse/TIKA-1063">TIKA-1063</a>).</li>
<li>Move Tika server resources and writers to separate
org.apache.tika.server.resource and writer packages (<a class="externalLink"
href="http://issues.apache.org/jira/browse/TIKA-1564">TIKA-1564</a>).</li>
<li>Upgrade UCAR dependencies to 4.5.5 (<a class="externalLink"
href="http://issues.apache.org/jira/browse/TIKA-1571">TIKA-1571</a>).</li>
<li>Fix Paths in Tika server welcome page (<a class="externalLink"
href="http://issues.apache.org/jira/browse/TIKA-1567">TIKA-1567</a>).</li>
@@ -116,7 +116,7 @@
<li>Added MockParser for testing handling of exceptions, errors and hangs in
code that uses parsers (<a class="externalLink"
href="http://issues.apache.org/jira/browse/TIKA-1553">TIKA-1553</a>).</li>
<li>The ForkParser service removed from Activator. Rollback of (<a
class="externalLink"
href="http://issues.apache.org/jira/browse/TIKA-1354">TIKA-1354</a>).</li>
<li>Increased the speed of language identification by a factor of two --
contributed by Toke Eskildsen (<a class="externalLink"
href="http://issues.apache.org/jira/browse/TIKA-1549">TIKA-1549</a>).</li>
-<li>Added parser for Sqlite3 db files. Because the org.xerial dependency
includes native libs, we have not included it in tika-app or tika-server. Users
who want to parse Sqlite3 db files must "provide" the jar -- see
tika-parsers/pom.xml for the correct version. (<a class="externalLink"
href="http://issues.apache.org/jira/browse/TIKA-1511">TIKA-1511</a>).</li>
+<li>Added parser for Sqlite3 db files. BEWARE: the org.xerial dependency
includes native libs. Some users may need to exclude this dependency or
configure it specially for their environment (<a class="externalLink"
href="http://issues.apache.org/jira/browse/TIKA-1511">TIKA-1511</a>).</li>
<li>Use POST instead of PUT for tika-server form methods (<a
class="externalLink"
href="http://issues.apache.org/jira/browse/TIKA-1547">TIKA-1547</a>).</li>
<li>A basic wrapper around the UNIX file command was added to extract Strings.
In addition a parse to handle Strings parsing from octet-streams using Latin1
charsets as added (<a class="externalLink"
href="http://issues.apache.org/jira/browse/TIKA-1541">TIKA-1541</a>, <a
class="externalLink"
href="http://issues.apache.org/jira/browse/TIKA-1483">TIKA-1483</a>).</li>
<li>Add test files and detection mechanism for Gridded Binary (GRIB) files (<a
class="externalLink"
href="http://issues.apache.org/jira/browse/TIKA-1539">TIKA-1539</a>).</li>
Modified: tika/site/src/site/apt/1.8/index.apt
URL:
http://svn.apache.org/viewvc/tika/site/src/site/apt/1.8/index.apt?rev=1680688&r1=1680687&r2=1680688&view=diff
==============================================================================
--- tika/site/src/site/apt/1.8/index.apt (original)
+++ tika/site/src/site/apt/1.8/index.apt Wed May 20 22:17:04 2015
@@ -17,181 +17,197 @@
~~ See the License for the specific language governing permissions and
~~ limitations under the License.
-Apache Tika 1.7
+Apache Tika 1.8
- The most notable changes in Tika 1.7 over the previous release are:
+ The most notable changes in Tika 1.8 over the previous release are:
- * Fixed resource leak in OutlookPSTParser that caused TikaException
- when invoked via AutoDetectParser on Windows
({{{http://issues.apache.org/jira/browse/TIKA-1506}TIKA-1506}}).
+ * Fix null pointer when processing ODT footer styles
({{{http://issues.apache.org/jira/browse/TIKA-1600}TIKA-1600}}).
- * HTML tags are properly stripped from content by FeedParser
- ({{{http://issues.apache.org/jira/browse/TIKA-1500}TIKA-1500}}).
+ * Upgrade to com.drewnoakes' metadata-extractor to 2.0 and
+ add parser for webp metadata
({{{http://issues.apache.org/jira/browse/TIKA-1594}TIKA-1594}}).
- * Tika Server support for selecting a single metadata key;
- wrapped MetadataEP into MetadataResource
({{{http://issues.apache.org/jira/browse/TIKA-1499}TIKA-1499}}).
+ * Duration extracted from MP3s with no ID3 tags
({{{http://issues.apache.org/jira/browse/TIKA-1589}TIKA-1589}}).
- * Tika Server support for JSON and XMP views of metadata
({{{http://issues.apache.org/jira/browse/TIKA-1497}TIKA-1497}}).
+ * Upgraded to PDFBox 1.8.9
({{{http://issues.apache.org/jira/browse/TIKA-1575}TIKA-1575}}).
- * Tika Parent uses dependency management to keep duplicate
- dependencies in different modules the same version
({{{http://issues.apache.org/jira/browse/TIKA-1384}TIKA-1384}}).
+ * Tika now supports the IsaTab data standard for bioinformatics
+ both in terms of MIME identification and in terms of parsing
+ ({{{http://issues.apache.org/jira/browse/TIKA-1580}TIKA-1580}}).
- * Upgraded slf4j to version 1.7.7
({{{http://issues.apache.org/jira/browse/TIKA-1496}TIKA-1496}}).
+ * Tika server can now enable CORS requests with the command line
+ "--cors" or "-C" option
({{{http://issues.apache.org/jira/browse/TIKA-1586}TIKA-1586}}).
- * Tika Server support for RecursiveParserWrapper's JSON output
- (endpoint=rmeta) equivalent to
({{{http://issues.apache.org/jira/browse/TIKA-1451}TIKA-1451}}'s) -J option
- in tika-app
({{{http://issues.apache.org/jira/browse/TIKA-1498}TIKA-1498}}).
+ * Update jhighlight dependency to avoid using LGPL license. Thank
+ @kkrugler for his great contribution
({{{http://issues.apache.org/jira/browse/TIKA-1581}TIKA-1581}}).
+
+ * Updated HDF and NetCDF parsers to output file version in
+ metadata ({{{http://issues.apache.org/jira/browse/TIKA-1578}TIKA-1578}}
and {{{http://issues.apache.org/jira/browse/TIKA-1579}TIKA-1579}}).
- * Tika Server support for providing the password for files on a
- per-request basis through the Password http header
({{{http://issues.apache.org/jira/browse/TIKA-1494}TIKA-1494}}).
+ * Upgraded to POI 3.12-beta1
({{{http://issues.apache.org/jira/browse/TIKA-1531}TIKA-1531}}).
- * Simple support for the BPG (Better Portable Graphics) image format
- ({{{http://issues.apache.org/jira/browse/TIKA-1491}TIKA-1491}},
{{{http://issues.apache.org/jira/browse/TIKA-1495}TIKA-1495}}).
+ * Added tika-batch module for directory to directory batch
+ processing. This is a new, experimental capability, and the API will
+ likely change in future releases
({{{http://issues.apache.org/jira/browse/TIKA-1330}TIKA-1330}}).
- * Prevent exceptions from being thrown for some malformed
- mp3 files
({{{http://issues.apache.org/jira/browse/TIKA-1218}TIKA-1218}}).
+ * Translator.translate() Exceptions are now restricted to
+ TikaException and IOException
({{{http://issues.apache.org/jira/browse/TIKA-1416}TIKA-1416}}).
- * Reformat pom.xml files to use two spaces per indent
({{{http://issues.apache.org/jira/browse/TIKA-1475}TIKA-1475}}).
+ * Tika now supports MIME detection for Microsoft Extended
+ Makefiles (EMF)
({{{http://issues.apache.org/jira/browse/TIKA-1554}TIKA-1554}}).
- * Fix warning of slf4j logger on Tika Server startup
({{{http://issues.apache.org/jira/browse/TIKA-1472}TIKA-1472}}).
+ * Tika has improved delineation in XML and HTML MIME detection
+ ({{{http://issues.apache.org/jira/browse/TIKA-1365}TIKA-1365}}).
- * Tika CLI and GUI now have option to view JSON rendering of output
- of RecursiveParserWrapper
({{{http://issues.apache.org/jira/browse/TIKA-1451}TIKA-1451}}).
+ * Upgraded the Drew Noakes metadata-extractor to version 2.7.2
+ ({{{http://issues.apache.org/jira/browse/TIKA-1576}TIKA-1576}}).
- * Tika now integrates the Geospatial Data Abstraction Library
- (GDAL) for parsing hundreds of geospatial formats
({{{http://issues.apache.org/jira/browse/TIKA-605}TIKA-605}},
- {{{http://issues.apache.org/jira/browse/TIKA-1503}TIKA-1503}}).
+ * Added basic style support for ODF documents, contributed by
+ Axel Dörfler
({{{http://issues.apache.org/jira/browse/TIKA-1063}TIKA-1063}}).
- * ExternalParsers can now use Regexs to specify dynamic keys
- ({{{http://issues.apache.org/jira/browse/TIKA-1441}TIKA-1441}}).
+ * Move Tika server resources and writers to separate
+ org.apache.tika.server.resource and writer packages
({{{http://issues.apache.org/jira/browse/TIKA-1564}TIKA-1564}}).
- * Thread safety issues in ImageMetadataExtractor were resolved
- ({{{http://issues.apache.org/jira/browse/TIKA-1369}TIKA-1369}}).
-
- * The ForkParser service is now registered in Activator
- ({{{http://issues.apache.org/jira/browse/TIKA-1354}TIKA-1354}}).
+ * Upgrade UCAR dependencies to 4.5.5
({{{http://issues.apache.org/jira/browse/TIKA-1571}TIKA-1571}}).
+
+ * Fix Paths in Tika server welcome page
({{{http://issues.apache.org/jira/browse/TIKA-1567}TIKA-1567}}).
- * The Rome Library was upgraded to version 1.5
({{{http://issues.apache.org/jira/browse/TIKA-1435}TIKA-1435}}).
+ * Fixed infinite recursion while parsing some PDFs
({{{http://issues.apache.org/jira/browse/TIKA-1038}TIKA-1038}}).
- * Add markup for files embedded in PDFs
({{{http://issues.apache.org/jira/browse/TIKA-1427}TIKA-1427}}).
-
- * Extract files embedded in annotations in PDFS
({{{http://issues.apache.org/jira/browse/TIKA-1433}TIKA-1433}}).
+ * XHTMLContentHandler now properly passes along body attributes,
+ contributed by Markus Jelsma
({{{http://issues.apache.org/jira/browse/TIKA-995}TIKA-995}}).
- * Upgrade to PDFBox 1.8.8
({{{http://issues.apache.org/jira/browse/TIKA-1419}TIKA-1419}},
{{{http://issues.apache.org/jira/browse/TIKA-1442}TIKA-1442}}).
+ * TikaCLI option --compare-file-magic to report mime types known to
+ the file(1) tool but not known / fully known to Tika.
- * Add RecursiveParserWrapper (aka Jukka's and Nick's)
- RecursiveMetadataParser
({{{http://issues.apache.org/jira/browse/TIKA-1329}TIKA-1329}}).
+ * MediaTypeRegistry support for returning known child types.
- * Add example for how to dump TikaConfig to XML
({{{http://issues.apache.org/jira/browse/TIKA-1418}TIKA-1418}}).
+ * Support for excluding (blacklisting) certain Parsers from being
+ used by DefaultParser via the Tika Config file, using the new
+ parser-exclude tag
({{{http://issues.apache.org/jira/browse/TIKA-1558}TIKA-1558}}).
- * Allow users to specify a tika config file for tika-app
({{{http://issues.apache.org/jira/browse/TIKA-1426}TIKA-1426}}).
+ * Detect Global Change Master Directory (GCMD) Directory
+ Interchange Format (DIF) files
({{{http://issues.apache.org/jira/browse/TIKA-1561}TIKA-1561}}).
- * PackageParser includes the last-modified date from the archive
- in the metadata, when handling embedded entries
({{{http://issues.apache.org/jira/browse/TIKA-1246}TIKA-1246}}).
+ * Tika's JAX-RS server can now return stacktraces for
+ parse exceptions
({{{http://issues.apache.org/jira/browse/TIKA-1323}TIKA-1323}}).
- * Created a new Tesseract OCR Parser to extract text from images.
- Requires installation of Tesseract before use
({{{http://issues.apache.org/jira/browse/TIKA-93}TIKA-93}}).
+ * Added MockParser for testing handling of exceptions, errors
+ and hangs in code that uses parsers
({{{http://issues.apache.org/jira/browse/TIKA-1553}TIKA-1553}}).
- * Basic parser for older Excel formats, such as Excel 4, 5 and 95,
- which can get simple text, and metadata for Excel 5+95
({{{http://issues.apache.org/jira/browse/TIKA-1490}TIKA-1490}}).
+ * The ForkParser service removed from Activator. Rollback of
({{{http://issues.apache.org/jira/browse/TIKA-1354}TIKA-1354}}).
+ * Increased the speed of language identification by
+ a factor of two -- contributed by Toke Eskildsen
({{{http://issues.apache.org/jira/browse/TIKA-1549}TIKA-1549}}).
- The following people have contributed to Tika 1.7 by submitting or
- commenting on the issues resolved in this release:
+ * Added parser for Sqlite3 db files. BEWARE: the org.xerial
+ dependency includes native libs. Some users may need to
+ exclude this dependency or configure it specially for
+ their environment
({{{http://issues.apache.org/jira/browse/TIKA-1511}TIKA-1511}}).
- * Aimee Dev
+ * Use POST instead of PUT for tika-server form methods
+ ({{{http://issues.apache.org/jira/browse/TIKA-1547}TIKA-1547}}).
- * Alexander Chow
+ * A basic wrapper around the UNIX file command was
+ added to extract Strings. In addition a parse to
+ handle Strings parsing from octet-streams using Latin1
+ charsets as added
({{{http://issues.apache.org/jira/browse/TIKA-1541}TIKA-1541}},
{{{http://issues.apache.org/jira/browse/TIKA-1483}TIKA-1483}}).
- * Amit Gupta
+ * Add test files and detection mechanism for Gridded
+ Binary (GRIB) files
({{{http://issues.apache.org/jira/browse/TIKA-1539}TIKA-1539}}).
- * Andreas
+ * The RAR parser was updated to handle Chinese characters
+ using the functionality provided by allowing encoding to
+ be used within ZipArchiveInputStream
({{{http://issues.apache.org/jira/browse/TIKA-936}TIKA-936}}).
- * Andreas Hubold
+ * Fix out of memory error in surefire plugin
({{{http://issues.apache.org/jira/browse/TIKA-1537}TIKA-1537}}).
- * Andrzej Bialecki
+ * Build a parser to extract data from GRIB formats
({{{http://issues.apache.org/jira/browse/TIKA-1423}TIKA-1423}}).
- * Ann Burgess
+ * Upgrade to Commons Compress 1.9
({{{http://issues.apache.org/jira/browse/TIKA-1534}TIKA-1534}}).
- * Avi
+ * Include media duration in metadata parsed by MP4Parser
({{{http://issues.apache.org/jira/browse/TIKA-1530}TIKA-1530}}).
- * Boris Naguet
+ * Support password protected 7zip files (using a PasswordProvider,
+ in keeping with the other password supporting formats)
({{{http://issues.apache.org/jira/browse/TIKA-1521}TIKA-1521}}).
- * Chetan Laddha
+ * Password protected Zip files should not trigger an exception
({{{http://issues.apache.org/jira/browse/TIKA-1028}TIKA-1028}}).
- * Chris A. Mattmann
- * Chris Bamford
+ The following people have contributed to Tika 1.8 by submitting or
+ commenting on the issues resolved in this release:
- * Christian Reuschling
+ * Adam Lamar
- * Cservenak, Tamas
+ * Alejandro León Mora
- * Damiano
+ * Aleksandr Dubinsky
- * Dave Meikle
+ * Andrew Hwang
- * Erik Hetzner
+ * Ann Burgess
- * Fabian Lange
+ * Ben McCann
- * Hassan Akram
+ * Chris A. Mattmann
- * Hong-Thai Nguyen
+ * David Pilato
- * James Baker
+ * Giuseppe Totaro
- * Jonathan Evans
+ * Hari Sekhon
- * Jukka Zitting
+ * Jan Goyvaerts
- * Kaijian Xu
+ * Juha Haaga
- * Ken Krugler
+ * Karl Wright
* Konstantin Gribov
* Lewis John McGibbney
+ * lixin
+
* Luis Filipe Nassif
- * Marco Quaranta
+ * Luke sh
- * Martin Kalcher
+ * Markus Jelsma
- * Matthias Krueger
+ * Matt Sheppard
- * Matthieu Neamar
+ * Max Daniline
- * Nick Burch
+ * Michael McCandless
- * Nicolas Gavalda
+ * mortee
- * Omid Pourhadi
+ * Nick Burch
- * Pradeep Singh
+ * Oleg Oshmyan
- * Ray Gauss II
+ * Oskar Wickström
- * Sasa Milenkovic
+ * Pascal Essiembre
- * Sebastian Nagel
+ * Rob Tulloh
+
+ * Sean Zhao
* Sergey Beryozkin
- * Steffen
+ * Shinichiro Abe
- * Steve R
+ * Tien Nguyen Manh
- * Tadeu Alves
+ * Tilman Hausherr
* Tim Allison
- * Tran Nam Quang
+ * Toke Eskildsen
* Tyler Palsulich
- * Vladimir Glina
-
- * William Palmer
+ * Vineet Ghatge
- See {{http://s.apache.org/a8m}} for more details on these contributions.
+ See {{http://s.apache.org/L6Z}} for more details on these contributions.