1
- 2017 release 0.13
1
+ April 2017 release 0.13
2
2
-------------------------------------------------
3
3
4
- TBD
5
-
4
+ Major features/changes:
5
+
6
+ - JDK8 + tomcat8 tested, JDK6/7 unsupported!
7
+ - Lucene 6.5.0
8
+ - IndexSearcher objects reuse for better search performance
9
+ - Universal ctags support(we actually prefer universal ctags these days)
10
+ - new project picker (jquery based)
11
+ - UI cleanup
12
+ - main homepage generated listing of projects/groups
13
+ - JDBC history cache EOL
14
+ - App tray EOL
15
+ - Intelligence window for faster navigation from source (see help!)
16
+ - scopes support (displays current function info in separate window)
17
+ - tablesorter for directory view (allows to sort on name/length/date)
18
+ - coloring changesets in Annotate view according to their date
19
+ - grouping of projects
20
+ - messaging to the webapp
21
+ - simple REST API
22
+ - authorization plugins (e.g. per project authorization)
23
+ - ignored files/directories improvements
24
+ - regexp searches now show line numbers in results
25
+ - analyzers stability and performance improvements
26
+ - Erlang, Clojure, Pascal, Lua, GO lang, Rust, Haskell languages now supported, Scala, PHP improved
27
+ - perforce, git, hg, accurev support improved
28
+ - handling of history for renamed files in Git (displays complete history for such files)
29
+ - slows down indexing, use OPENGROK_DISABLE_RENAMED_FILES_HISTORY env var to
30
+ disable when using the OpenGrok script
31
+ - better partial indexing support
32
+ - webapp statistics (using Messages)
33
+ - bcel, jquery updated
34
+ - support for Resin webserver
35
+ - renamed the READ_XML_CONFIGURATION env var to OPENGROK_READ_XML_CONFIGURATION
36
+ - Bitkeeper support
6
37
7
38
May 2014 update 0.12.1
8
39
-------------------------------------------------
@@ -43,7 +74,7 @@ Features:
43
74
better developer support, added automated travis builds for pull request + sonar
44
75
45
76
Bug fixes(newest first):
46
-
77
+
47
78
take (jdbc) queries from the bug, fixes #774
48
79
simplify lucene version in mvn build file
49
80
Missing ../ in path when displaying xml xref fixes #806
@@ -206,7 +237,7 @@ Bug fixes(newest first):
206
237
fix clean button
207
238
avoid eftar file test and exception on every page access
208
239
avoid unecessary I/O - cache contents of timestamp/{header,footer}_include until reconfiguration occures
209
-
240
+
210
241
211
242
March 2012 update 0.11.1
212
243
-------------------------------------------------
@@ -232,7 +263,7 @@ This is a major update. It is advised that you cleanup your old DATA_ROOT
232
263
application should be replaced, since the new indexes are not compatible with
233
264
the old web application. Note that this doesn't apply to upgrades from the 0.11
234
265
release candidate, since the format of the xrefs didn't change between the
235
- release candidate and the release.
266
+ release candidate and the release.
236
267
237
268
New features
238
269
0 commit comments