Skip to content

Commit

Permalink
prepare for 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Apr 29, 2014
1 parent 3120b39 commit 4601445
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
May 2014 update 0.12.1
-------------------------------------------------

This is a stability improvement release and we suggest to use it instead of 0.12

Bug fixes:
reassign tags to changesets when performing merging of old and new history during incremental reindex fixes #819
create file which stores the latest cached revision also when renamed file handling is disabled fixes #818
Made the limitations on JavaDB versions explicit


April 2014 release 0.12
-------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
-->

<property name="version" value="0.12"/>
<property name="version" value="0.12.1"/>
<property name="distname" value="opengrok"/>
<property name="src.dir" location="src"/>
<property name="src.generatedsrc.dir" location="generatedsrc"/>
Expand Down

0 comments on commit 4601445

Please sign in to comment.