Updated CHANGES.txt with the updates from 4.8.0-beta00002
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/f2fb70bb Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/f2fb70bb Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/f2fb70bb Branch: refs/heads/master Commit: f2fb70bbca6167e818df4bf22f12a72e8da7cc20 Parents: d248e6b Author: Shad Storhaug <[email protected]> Authored: Wed May 10 09:37:12 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Wed May 10 09:37:12 2017 +0700 ---------------------------------------------------------------------- CHANGES.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f2fb70bb/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 5e0fc05..c71fb52 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,16 @@ -=================== Release 4.8.0-beta00001 ===================== +=================== Release 4.8.0-beta00002 ===================== + +Bug +â¢[Pull Request #205] - Made FSDirectory stale files set synchronized + +Improvement +⢠Added InstallSDK and Restore tasks to the build script, and made them dependencies of the Test task + which will make the test more reliable from the CLI/CI server. +⢠Added ability to test from CLI in release. +⢠Updated syntax of build script to use the standard - (for short command) and -- (for long command), + i.e. "build -t" or "build --test". + +=================== Release 4.8.0-beta00001 ===================== Bug â¢[LUCENENET-516] - ChainedFilter class not available in Lucene.net build 3.0.3
