Release Notes

Release 0.7.1

  • User visible Changes/Enhancements.
    • New Feature to ignore parts during the index process (filenames, paths, properties) #327 (#234, #156)
      • The etc folder contains a new file filter.xml which describes the information.
    • Upgrade to SVNKit 1.3.3 (Support for SVN 1.6.X repositories) (XXXX)
  • Developers visible Changes
    • trunk now contains new structure
    • Updated
      • maven-assembly-plugin to 2.2
      • antlr3-maven-plugin to 3.3
      • tika to 0.8
    • Configuration now via dependencyManagement / pluginManagement

Release 0.6.2

  • User visible Changes/Enhancements.
    • Upgrade to SVNKit 1.3.X (Support for SVN 1.6.X repositories) (#218)
    • Enormous performance enhancements for the scan command (#309)
    • Updated to Java 1.6 (#235)
    • Removed the dfilename and dpath which had been introduced in Release 0.6.0 to reduce the Index size finger print (#241).
    • Removed display property prefix (#310)
    • Output formatting of --help has been changed (#36)
    • quartz.properties are now located in the etc folder
    • Formatting problem if more than 9999 items in changeset (#314)
    • Copyright updated to 2010 (#308)
    • Updated the Build/Run Documentation (#247)
  • Fixed Bugs
    • Fuzzy search had been broken (#199)
    • README will not correctly recognized (#215)
    • Searching for full qualified filenames didn't work (#216)
    • Couldn't search for files with a dot (#246)
  • Won't be fixed:
    • Support for 1.1.X Repositories which fails with SVNKit (#34, #141)
  • Build Changes
    • Fixed missing dependencies for bouncycastle which is needed for PDF files (#250)
    • Analyzed the dependencies in Maven build (#225)
    • Updated to Tika 0.4, 0.5, 0.6, 0.7 (#219, #239, #266, #304)
    • Updated to ANTLR3 Maven Plugin (#201, #298)
    • Updated to SVNKit 1.3.1 (#218)
    • Updated Quartz Scheduler to 1.7.3 (#303)
    • Update Maven License Plugin from 1.5.0 to 1.6.1 (#311)
    • NoSuchElementException during Site build (#300)
    • problem in generated documentation (#301)
    • Checked compatibility with Maven 3-beta-1
  • Other changes
    • Fixed Comments for revisions r439-r441 (#259)
  • Known Limitations
    • At the moment the Job Scheduler does not contain the performance improvements (#309)

Release 0.6.1

  • The current configuration will analyze archive types which can result in a large memory amount in comparsion with earlier release.
    • This behaviour can be changed in changing the fileextension.properties.
  • Scheduled scanning has been fixed (#213)
    • The result was that a changed repository is fully scanned after a change.
  • New --xml Option on command to get search result as an XML output (#178)
  • Now You can use --fromrev HEAD on the command line (#204)
  • Calculation of percentage rate has been fixed (#206)
  • The PDFSUBJECT and the SIZE field are now being filled correctly (#209, #208)
  • Now you can search for the contents of properties (#212)

Release 0.6.0

  • Installation has been simplified
  • You can now call supose.bat or supose shell script inside the bin
    folder from everywhere you like.
  • The following file formats are now supported which means their contents will be read and indexed and so it's possible to search for this kind of contents via SupoSE.
  • OpenOffice files (odt, ods, odp)
  • Office 2007 files (docx, xlsx, pptx)
  • Archive files
    • tar, tar.gz, tar.bz2, jar, zip
    • The usual configuration will only read the archives and index file names which are inside the archives. You can change the configuration to index the contents of files inside archives but you have to be aware of that this will increase the scanning time dramatically.
  • Tags/Branches/Maven Tags/Subversion Tags
    • Now the above kinds of tags/branches will be recognized and can be used for searching.
  • Starting with this release SupoSE stores two different sets of fields. The usual fields like filename, path which are lowercase. If you need the filename or the path in their original case just use dfilename or dpath instead.

Also available in: HTML TXT