Skip to content

Releases: oracle/opengrok

0.13-rc2

19 Jul 14:57
Compare
Choose a tag to compare

Clojure + Lucene 6.1.0 + bcel 6

Requires reindex.

opengrok-0.13-rc2.zip

0.13-rc1

08 Jun 09:29
Compare
Choose a tag to compare
0.13-rc1 Pre-release
Pre-release

This is the first release candidate for 0.13.

downloads (w/ SHA256 digests):

0.12.1.5 (stable)

24 Mar 15:16
Compare
Choose a tag to compare

This release provides bug fixes for:

  • change the tunable for fetching history when not found in file history cache (#917)
  • rename OPENGROK_REMOTE_REPOS to OPENGROK_GENERATE_HISTORY
  • fallback to newer file if genre for older file is null (#832)
  • fix Solaris package install to depend on JRE 7

Download from:

0.12.1.4 (stable)

23 Jan 10:18
Compare
Choose a tag to compare

This release provides further enhancements for the partial reindexing support (#880).

0.12.1.3 (stable)

16 Jan 16:00
Compare
Choose a tag to compare

bug fix release for 0.12.1.2

0.12.1.2 (stable)

15 Jan 10:09
Compare
Choose a tag to compare

This release provides the support for reindexing projects in parallel (#876).

0.12.1.1 (stable)

21 Nov 09:46
Compare
Choose a tag to compare

This is stable release based on 0.12.

It contains the fixes for these bugs:
support branches for Mercurial repository #865 (needs history reindex)
Search link does not contain project #835 (needs xref reindex)

0.12.1

29 Apr 11:07
Compare
Choose a tag to compare

This is a respin of 0.12 with the following bug fixes on top:

  • #818 fixes a bug which prevents file based history cache from working correctly by default
  • #819 fixes a bug where tags are not correctly assigned after incremental reindex with file based history cache

0.12

08 Apr 13:23
Compare
Choose a tag to compare

This is the first release done on Github since opensolaris.org was discontinued.

New features:

  • JDK7 + tomcat7 tested, JDK6 unsupported!
  • lucene 4.7.1 -> A LOT faster engine, no spellindex needed, regexp search supported (see help)
  • pl/sql, scala, uuencode languages/analyzers support
  • php analyzers improved
  • monotone, mercurial SCM support improved
  • AccuRev SCM added to supported SCMs
  • Surround SCM added to supported SCMs
  • new config options in OpenGrok script
  • new search by analyzer/language
  • full history tracking for files renamed in Mercurial repository (disabled by default)
  • small UI enhancements
  • a lot of history cache fixes and tunables
  • clearHistory history cleanup command
  • better developer support, added automated travis builds for pull request + sonar

Errata: (use 0.12.1 which contains the fixes)

  • file based incremental history reindex broken - see #818
  • tags broken on incremental reindex - see #819

0.12-rc7

05 Mar 14:47
Compare
Choose a tag to compare
0.12-rc7 Pre-release
Pre-release

notable changes since rc6:

  • support for travis build
  • support for incremental indexing for file based history cache (#729)
  • threading fixes (related to renamed files handling)
  • more tunables for history handling of remote repositories - uionly and dirbased (also note that the environment variable has been renamed to OPENGROK_REMOTE_REPOS now in the OpenGrok shell script) (#748)
  • OpenGrok shell script now works better on Mac OS X (#687)
  • jflex 1.5.0
  • Lucene 4.7.0
  • renamed file handling (currently implemented for Mercurial only) can be disabled by org.opensolaris.opengrok.history.RenamedHandlingDisabled
  • CVS branch fix (#516)

NOTE: there is still a problem with using JDBC history cache for larger repositories (see #774)