From bacf391a393bbdbef74a8945b6b10cbb7b9bbe41 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 3 Oct 2015 14:26:36 +0900 Subject: [PATCH] (refs #867)Providing checksum has started since 3.7 --- README.md | 1 + release/build.xml | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44d5ba9fa..84149e6cd 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ Release Notes ### 3.7 - 3 Oct 2015 - Markdown processor has been switched to [markedj](https://github.com/gitbucket/markedj) from pegdown - Clone in desktop button +- Providing MD5 and SHA-1 checksum for `gitbucket.war` has started ### 3.6 - 30 Aug 2015 - User interface Improvements: Especially, commit list, issues and pull request have been updated largely. diff --git a/release/build.xml b/release/build.xml index 2e6b8da97..ee0865ebd 100644 --- a/release/build.xml +++ b/release/build.xml @@ -55,7 +55,12 @@ tofile="${target.dir}/scala-${scala.version}/gitbucket.war"/> - + + + + + +