Releases: oracle/opengrok
0.12.1.5 (stable)
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:
- opengrok-0.12.1.5.tar.gz
(SHA256: c3ce079f6ed1526c475cb4b9a7aa901f75507318c93b436d6c14eba4098e4ead) - opengrok-0.12.1.5.p5p.gz
(SHA256: 05bc715a0b05096e8881a37a64109a0f2974d902e41d9e5c3f32a4665fe9f30e) - OSOLopengrok-0.12.1.5.pkg.gz
(SHA256: 4366f306bb169baf9594ff19c8c0c33ab9b72ec04497740c10a885ecdf92a55c)
0.12.1.4 (stable)
This release provides further enhancements for the partial reindexing support (#880).
0.12.1.3 (stable)
bug fix release for 0.12.1.2
0.12.1.2 (stable)
This release provides the support for reindexing projects in parallel (#876).
0.12.1.1 (stable)
0.12.1
0.12
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)
0.12-rc7
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
anddirbased
(also note that the environment variable has been renamed toOPENGROK_REMOTE_REPOS
now in theOpenGrok
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)
0.12-rc6
fixes in this release:
do not assume that the build happens in git repo or archived git repo (#712)
left-align comments even for history view of directories (#570)
use wildcard CSS prefix matching for div id src (#716)
use correct variable name for hash retrieval (#715)
Note that there bug #718 which causes the indexer to run out of heap space (the GC does not free enough memory) which will be fixed in next release candidate.