Skip to content

Commit d305482

Browse files
committedMar 24, 2015
prepare for 0.12.1.5
1 parent 64ffde9 commit d305482

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+
March 2015 update 0.12.1.5 (0.12-stable)
2+
-------------------------------------------------
3+
4+
This is bug fix release based on 0.12.1.
5+
6+
Bug fixes:
7+
change the tunable for fetching history when not found in file history cache fixes #917
8+
rename OPENGROK_REMOTE_REPOS to OPENGROK_GENERATE_HISTORY
9+
fallback to newer file if genre for older file is null fixes #832
10+
fix Solaris package install to depend on JRE 7
11+
112
January 2015 update 0.12.1.4 (0.12-stable)
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.1.4"/>
94+
<property name="version" value="0.12.1.5"/>
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)