summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.xml3
-rw-r--r--docs/04_releases.mkd5
2 files changed, 6 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 688f2552..4f73222b 100644
--- a/build.xml
+++ b/build.xml
@@ -203,6 +203,7 @@
<fileset dir="${basedir}/groovy">
<include name="sendmail.groovy" />
<include name="jenkins.groovy" />
+ <include name="protect-refs.groovy" />
</fileset>
</copy>
@@ -370,6 +371,7 @@
<fileset dir="${basedir}/groovy">
<include name="sendmail.groovy" />
<include name="jenkins.groovy" />
+ <include name="protect-refs.groovy" />
</fileset>
</copy>
@@ -504,6 +506,7 @@
<fileset dir="${basedir}/groovy">
<include name="sendmail.groovy" />
<include name="jenkins.groovy" />
+ <include name="protect-refs.groovy" />
</fileset>
</copy>
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd
index 90500d5f..5b54aaad 100644
--- a/docs/04_releases.mkd
+++ b/docs/04_releases.mkd
@@ -29,12 +29,13 @@ Push requests to these repositories will be rejected.
- On all non-bare Repository pages show *WORKING COPY* in the upper right corner (issue 49)
- New setting to prevent display/serving non-bare repositories
**New:** *git.onlyAccessBareRepositories = false*
-- Allow relinking HEAD to a branch or a tag (Github/plm)
+- Added *protect-refs.groovy* (Github/plm)
+- Allow setting default branch (relinking HEAD) to a branch or a tag (Github/plm)
#### fixes
- Ensure that Welcome message is parsed using UTF-8 encoding (issue 74)
-- Activity page graph layout broken by Google (issue 73)
+- Activity page chart layout broken by Google (issue 73)
- Uppercase repositories not selectable in edit palettes (issue 71)
- Not all git notes were properly displayed on the commit page (issue 70)
- Activity page now displays all local branches (issue 65)