Skip to content

Commit e4fb117

Browse files
committed
add major features/changes for 1.0
1 parent 57c577e commit e4fb117

File tree

1 file changed

+37
-6
lines changed

1 file changed

+37
-6
lines changed

CHANGES.txt

Lines changed: 37 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,39 @@
1-
2017 release 0.13
1+
April 2017 release 0.13
22
-------------------------------------------------
33

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
637

738
May 2014 update 0.12.1
839
-------------------------------------------------
@@ -43,7 +74,7 @@ Features:
4374
better developer support, added automated travis builds for pull request + sonar
4475

4576
Bug fixes(newest first):
46-
77+
4778
take (jdbc) queries from the bug, fixes #774
4879
simplify lucene version in mvn build file
4980
Missing ../ in path when displaying xml xref fixes #806
@@ -206,7 +237,7 @@ Bug fixes(newest first):
206237
fix clean button
207238
avoid eftar file test and exception on every page access
208239
avoid unecessary I/O - cache contents of timestamp/{header,footer}_include until reconfiguration occures
209-
240+
210241

211242
March 2012 update 0.11.1
212243
-------------------------------------------------
@@ -232,7 +263,7 @@ This is a major update. It is advised that you cleanup your old DATA_ROOT
232263
application should be replaced, since the new indexes are not compatible with
233264
the old web application. Note that this doesn't apply to upgrades from the 0.11
234265
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.
236267

237268
New features
238269

0 commit comments

Comments
 (0)