Skip to content

Commit

Permalink
updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed Jul 31, 2013
1 parent a01853c commit e58daee
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
Version 3.0.0
=============

**IMPORTANT**
This release changes the default user configuration directory from
/etc/annis/user_config_trunk/
to
/etc/annis/user_config/
Please either update your shiro.ini file to your custom location or
move the folder on your file system to the new default location.

Changelog is also available on GitHub:
https://github.com/korpling/ANNIS/issues?direction=asc&milestone=1&page=1&sort=created&state=closed

[Bugs]
#158 Exception when using "#c=" fragment
#155 Cannot create user specific corpus groups (3.0.0-rc.1)
#147 test fails when building service
#145 Presence of page annotation creates PDF icon in grid even if there is no PDF registered for the corpus
#144 Cancel import in Kickstarter does not work (3.0.0-rc.1)
#143 Kickstarter does not start if an older database exists (3.0.0-rc.1)
#141 Right-to-left detection in grid visualizer doesn't work
#139 example query not always sensitive to default segmentation
#137 Match highlighting in KWIC is incorrect/missing in parallel corpus query of non-terminal elements
#126 Hit marking in KWIC for segmentations precedence queries is incorrect

[Enhancements]
#157 Add CorefVisualizer that is only using the result context
#42 user-friendly message in "annis-service import" on duplicate corpus
#4 Annotation explorer should also show available document metadata categories


Version 3.0.0-rc.1
==================

Expand Down
2 changes: 1 addition & 1 deletion Misc/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import io
from subprocess import call

milestone_id = "7"
milestone_id = "1"

call(["curl", "-H", "Accept: application/vnd.github.beta.full+json", "-o", "issues.json", "https://api.github.com/repos/korpling/ANNIS/issues?state=closed&milestone=" + milestone_id + "&sort=created"])

Expand Down

0 comments on commit e58daee

Please sign in to comment.