Overview of changes in version 0.9.02: - Fixed parsing PDF-documents with docinfo dictionary without line-breaks - Fixed parsing PDF-documents containing values with a closing parenthesis Overview of changes in version 0.9.01: - Can be compiled under x86_64 - Minor documentation fixes - Minor optimisation in Writer-class Overview of changes in version 0.9.00: - Additional file-handles can be added dynamically (via plug-ins) - Fix in english documentation - Using automake 1.9 and autoconf 2.61 Overview of changes in version 0.8.11: - Fixed trap, when passing an invalid mode to determine the file-type - Changes for new automake/autoconf Overview of changes in version 0.8.10: - Determining file-type also by (all) extension(s) ignoring case - Reading mode for determining file-type from the INI-file - Optimised determining OpenOffice's file-type - Fixed using content to determine file-type for HTML-documents Overview of changes in version 0.8.00: - Filetype can be determined by revising content, extension or all extensions (thus option -X has been changed to -M AllExt) - Further checks of filetypes while parsing - MP3-parser recognises files with ID3v2-tags (at start) - Optimised StarOffice and OpenOffice parser - Fixed bug parsing PDF documents with a docinfo dictionary without spaces Overview of changes in version 0.7.14: - Fixed parsing OGG files with a segment-table with other than 17 entries Overview of changes in version 0.7.13: - Adapted to libYGP 0.8.00 Overview of changes in version 0.7.12: - Add config.h (symlinked to IExtract-cfg.h) to distribution - Fixed parsing of PDF-files with ID of \Info-object > 9999 Overview of changes in version 0.7.11: - Option -X skips not only the last, but all unknown extensions - Compiles without warnings with GCC 4.1 Overview of changes in version 0.7.10: - File-types to be supported can be specified at the configure-process Overview of changes in version 0.7.01: - Fixed error getting second-to-last extension (for certain compilers/flags) - Improved description of program (sligthly) Overview of changes in version 0.7.00: - Parsing of JPEG images rewritten - Parsing of MS Office files rewritten (basing on the insights of Apache POI) Overview of changes in version 0.6.40: - Handling GIF images Overview of changes in version 0.6.30: - Using new version of YGP::TableWriter (hence needing libYGP 0.7.30) - Added comma-separated, quoted output (for import into DBs, sheets, ...) Overview of changes in version 0.6.20: - Handling PNG images - Fixed typos in documentation Overview of changes in version 0.6.10: - Handling OpenOffice2 and Abiword documents - Only remove threads at end of search; not if there's no more data - Updated README Overview of changes in version 0.6.00: - Handling OGG audio files - Added option to sort found files - Added option to ignore last extension of files - HTML-titles can be empty - Needing libYGP 0.7.10 Overview of changes in version 0.5.21: - Moved general Writer-methods to libYGP - Needing libYGP 0.7.00 Overview of changes in version 0.5.20: - New options to prepend/append text to the whole output - Option -a (--all) renamed to -u (--add-unknown) - Minor fixes in the help files Overview of changes in version 0.5.12: - Skipping over scripts in HTML headers - Fixed parsing PDF files having a cross reference table with subsections - Fixed substituting %(LETTERS) Overview of changes in version 0.5.11: - Actualised info files (README, INSTALL) - Linking with static libYGP (Windows version) - Changes for MSVC Overview of changes in version 0.5.10: - Fixed in/exluding of files (how could I miss that?) - Added option to include only the name (without extension) of file to output - Conversion of special characters can be switched on or off in output Overview of changes in version 0.5.00: - Handling RTF documents Overview of changes in version 0.4.02: - Fixed adding a list of files to in/exclude - Fixed a bug in the HTML parser (data declaration was wrong) - Changed comment style to doxygen format Overview of changes in version 0.4.01: - Linking with available libintl - Adapted to new libYGP style (with namespaces) Overview of changes in version 0.4.00: - Handling OpenOffice documents - Using libYGP - Re-formatted the files in UNIX-style (only LF to separate lines) Overview of changes in version 0.3.02: - Using automake 1.7 (so acconfig.h is now included in configure.in) Overview of changes in version 0.3.01: - Change special characters for LaTeX, HTML and XML documents. - Removed warnings when compiling with -Wall - Added possibility to print XML output Overview of changes in version 0.3.00: - Enhanced search in MS office documents - Added handling of MP3 files - Added format-options %S and %s for the size of the found file - Also handling PHP-files (as HTML) - Internationalization - Documentation (English, german, spanish) - Options to in/exclude directories in search - Option to read options from a file changed to 'f' and format to 'F' Overview of changes in version 0.2.03: - Added option to print text for every new subdirectory - Sanity checks for option processing - Output of version info corrected - Made HTML search more error tolerant - Output of paths can be in UNIX-style (mainly important for web pages) - Fixed handling of TextForNewFiles read from INI-file Overview of changes in version 0.2.02: - Added support for PDF files - Option "-e" reports also the error of the parser in the output - Asserts replaced with Checks, so internal errors (might) show as MsgBox - Handling also MS Office docs having OLE (?) objects between property header and the actual properties (whyever they are doing that?!) Overview of changes in version 0.2.01: - Added handling of StarOffice documents - Code should also work on bigendian machines; hard to test on PCs though ;) - Version number for Windows version increased (was still 0.1.00 before) - Output in LaTeX tabular style added - New ouput placeholders %D and %(...) added - Also read text for new files from INI file - Help text improved Overview of changes in version 0.2.00: - Option to pass a text for new entries - Options to select files (in/exclude them) - Using threads - configure got options --enable-debug, --enable-check, --enable-threads - Extracting Title, Comment, Author and print with date of last change - Unicode strings are converted to normal strings - Reading format options from INI-file - Reading comment styles as created by PhotoShop (another JPEG format?!) Overview of changes in version 0.1.00: - Handling JPG, HTML & M$ office documents