Skip to content

Commit 82e26a6

Browse files
committed
prepare for 0.12.1.4
1 parent 8d26e0b commit 82e26a6

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Diff for: CHANGES.txt

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
1-
June 2015 update 0.12.1.3 (0.12-stable)
1+
January 2015 update 0.12.1.4 (0.12-stable)
2+
-------------------------------------------------
3+
4+
This is bug fix release based on 0.12.1.
5+
6+
Bug fixes:
7+
check write object to be non null before calling close on it
8+
filter repositories based on list of directories before invalidating when doing partial reindex fixes #880
9+
10+
January 2015 update 0.12.1.3 (0.12-stable)
211
-------------------------------------------------
312

413
This is bug fix release based on 0.12.1.
514

615
Bug fixes:
716
change indexpart command in the OpenGrok shell script to require SRC_ROOT
817

9-
June 2015 update 0.12.1.2 (0.12-stable)
18+
January 2015 update 0.12.1.2 (0.12-stable)
1019
-------------------------------------------------
1120

1221
This is bug fix release based on 0.12.1.

Diff for: 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.1.3"/>
94+
<property name="version" value="0.12.1.4"/>
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)