Skip to content

Commit 4601445

Browse files
committed
prepare for 0.12.1
1 parent 3120b39 commit 4601445

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.txt

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
May 2014 update 0.12.1
2+
-------------------------------------------------
3+
4+
This is a stability improvement release and we suggest to use it instead of 0.12
5+
6+
Bug fixes:
7+
reassign tags to changesets when performing merging of old and new history during incremental reindex fixes #819
8+
create file which stores the latest cached revision also when renamed file handling is disabled fixes #818
9+
Made the limitations on JavaDB versions explicit
10+
11+
112
April 2014 release 0.12
213
-------------------------------------------------
314

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
9191
9292
-->
9393

94-
<property name="version" value="0.12"/>
94+
<property name="version" value="0.12.1"/>
9595
<property name="distname" value="opengrok"/>
9696
<property name="src.dir" location="src"/>
9797
<property name="src.generatedsrc.dir" location="generatedsrc"/>

0 commit comments

Comments
 (0)