Skip to content

Commit fe80b74

Browse files
kahatlentrondn
authored andcommitted
Prepare for 0.10 release
1 parent a937ba3 commit fe80b74

File tree

2 files changed

+113
-3
lines changed

2 files changed

+113
-3
lines changed

CHANGES.txt

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,114 @@
1+
January 2011 update 0.10
2+
-------------------------------------------------
3+
4+
This is a major update. It is advised that you cleanup your old
5+
DATA_ROOT and run indexing from fresh. Also the web application should
6+
be replaced, since the new indexes are not compatible with the old web
7+
application.
8+
9+
New features:
10+
11+
* python analyzer, perl analyzer
12+
* listing of variables/methods for quicker navigation
13+
* sh analyzer xrefs improved
14+
* SQL analyzer updated to SQL:2008
15+
* UI usability improvements
16+
* updated Lucene to 3.0.2
17+
* introduced Maven as alternative build system to Ant
18+
19+
Bugs fixed:
20+
21+
Bug #5590: Unhighlighted difference in compare list
22+
Bug #11264: Add a python specific language analyzer.
23+
Bug #13184: provide quick links to annotate,history and download from search results view: diff link for history search
24+
Bug #13184: provide quick links to annotate,history and download from search results view
25+
Bug #13777: Indexer should print "Adding: ..." before it adds a file
26+
Bug #14545: clicking on annotate doesn't preserve line number
27+
Bug #14663: broken syntax highlight in ksh script when ` is used (and when " is escaped)
28+
Bug #14924: Java method calls incorrectly classified as definitions
29+
Bug #15468: Log useful info from indexer regardless of -v
30+
Bug #15661: OpenGrok should support new ksh command substitution x=${ cmd ; }
31+
Bug #15890: Missing anchor in xref
32+
Bug #15938: Analyzers should only use JFlex's public API
33+
Bug #15947: Detect GNU CSSC in addition to SCCS
34+
Bug #15948: Fail if svnadmin is missing: tests depend on it
35+
Bug #15954: teamware repository not detected anymore
36+
Bug #15956: indexer fails on indexing
37+
Bug #15961: Allow certain symlinks to be followed to help with using clearcase dynamic views
38+
bug #15961: and to files in other directories in the same project.
39+
Bug #16006: Indexer's -P option removes customization of existing projects
40+
Bug #16070: our ctags parser fails to parse a c signature
41+
Bug #16076: problem of ELFAnalyzer in opengrok 0.9
42+
Bug #16334: Indexer hangs when files contain 0x1A characters
43+
Bug #16370: build.xml: Check for JFlex.jar and taskdef for jflex-task use different classpath
44+
Bug #16451: Tray app doesn't work with other protocols than jmxmp
45+
Bug #16454: Trayapp shuts down when a window is closed
46+
Bug #16465: SVN history of filenames containing @ cannot be retrieved
47+
Bug #16481: NumberFormatException when opening Connection Settings the second time
48+
Bug #16611: svn repository with svn:// protocol as urn results in NPE when reading history
49+
Bug #16660: Perforce repositories return months 1-12, not 0-11
50+
Bug #16677: revamp option -v
51+
Bug #16692: Index files left open after multiple project search
52+
Bug #16760: Generating incorrect links for C/C++ "#include" statements if extension of a header file is not on the lexer's list
53+
Bug #16761: Perforce history reader would not use per-project clients (defined by P4CONFIG files)
54+
Bug #16764: Perforce source annotation: the date is one month ahead, time information is not available
55+
Bug #16772: status.jsp should be less chatty in production environments
56+
Bug #16783: more.jsp garbles matches on lines crossing internal JFlex buffer boundary
57+
Bug #16786: Control for User Information Provider URL (userPage)
58+
Bug #16833: Subversion repositories disabled by default
59+
Bug #16848: Search context is displayed in lower case
60+
Bug #16883: ShXref should reset stack on reuse
61+
Bug #16891: Unneeded files included in opengrok.jar
62+
Bug #16892: Maven build includes management client source in jar
63+
Bug #16893: Maven build includes SQLXref.lex
64+
Bug #16909: Move JFlex generated sources to default location (Maven)
65+
Bug #16913: OpenGrok fails to use JDBC cache if -R option is specified
66+
Bug #16961: Definitions should have serialVersionUID
67+
Bug #16986: Relative path for data root and source root has stopped working
68+
Bug #17074: Home link no longer works
69+
Bug #17127: OpenGrok leaving too many open files
70+
Bug #17128: add more syntax highlighting styles and list all definitions/functions
71+
Bug #17169: enable wildcard prefix search in OpenGrok script by default
72+
Bug #17294: show progress on demand
73+
Bug #17349: path needs to be percent encoded
74+
Bug #17373: breadcrumb path needs to be URI encoded
75+
Bug #17374: history links need percent encoding
76+
Bug #17375: annotate link needs percent encoding
77+
Bug #17376: download link needs percent encoding
78+
Bug #17378: Please remove email obfuscation
79+
Bug #17550: Malformed search for query with national chars
80+
Bug #17551: Double-click on some project in project list doesn't work in Internet Explorer
81+
Bug #17554: Empty "Navigate" window in Perl code
82+
Bug #17582: context shown in hits doesn't show symbol type for non lowercased symbols
83+
Bug #17631: Cookie name "OpenGrok/project" is a reserved token
84+
85+
For bug details refer to:
86+
http://defect.opensolaris.org/bz/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=0.10&product=opengrok
87+
88+
Contributors:
89+
90+
We'd like to thank all the people who report bugs, send us ideas for
91+
improvements or contribute code. Below are just the people who sent
92+
patches or pushed code, but that doesn't mean that we don't appreciate
93+
your work. Reports and feedback from the users of OpenGrok is
94+
essential to make the developers able to continue improving the
95+
product. Note that this is just a summary of how many changes each
96+
person made, which doesn't necessarily reflect how significant each
97+
change was. Inspect the history log with "hg log -v -r 0.9:0.10" to
98+
get all details.
99+
100+
68 Knut Anders Hatlen <[email protected]>, <[email protected]>
101+
102+
10 Jorgen Austvik <[email protected]>
103+
9 Trond Norbye <[email protected]>
104+
5 Patrick Higgins <[email protected]>
105+
3 Yuriy Vasylchenko <[email protected]>
106+
2 Leo Davis <[email protected]>
107+
1 cicicici <[email protected]>
108+
1 Martin Walsh <[email protected]>
109+
1 seadog <[email protected]>
110+
111+
1112
May 2010 update 0.9
2113
-------------------------------------------------
3114
This is a major update. It's advised you cleanup your old DATA_ROOT and run

build.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ information: Portions Copyright [yyyy] [name of copyright owner]
1818
1919
CDDL HEADER END
2020
21-
Copyright 2007 Sun Microsystems, Inc. All rights reserved.
22-
Use is subject to license terms.
21+
Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
2322
2423
-->
2524
<project name="OpenGrok" default="jar" basedir=".">
@@ -88,7 +87,7 @@ Use is subject to license terms.
8887
8988
-->
9089

91-
<property name="version" value="0.10-rc"/>
90+
<property name="version" value="0.10"/>
9291
<property name="distname" value="opengrok"/>
9392

9493
<property name="findbugs.home" value="${user.home}/.ant/lib/findbugs"/>

0 commit comments

Comments
 (0)