James Moger
2014-10-26 be5d1452fa95788fcca760b338416a5d29923a32
releases.moxie
@@ -1,10 +1,32 @@
#
# ${project.version} release
#
r25: {
r26: {
    title: ${project.name} ${project.version} released
    id: ${project.version}
    date: ${project.buildDate}
    note: ~
    html: ~
    text: ~
    security: ~
    fixes:
    - Fix French translation (pr-224, ticket-210)
    - Fix raw servlet trashing paths with spaces (ticket-211)
    changes: ~
    additions: ~
    dependencyChanges: ~
    contributors:
    - Pierre Templier
    - Barry Roberts
}
#
# 1.6.1 release
#
r25: {
    title: Gitblit 1.6.1 released
    id: 1.6.1
    date: 2014-10-20
    note: ''
          The next major release (v1.7.0) will focus on:
          * ticket-75: making projects more useful including the concept of project ownership
@@ -33,6 +55,7 @@
    - Fix internal error when specifying a blob url without a path (ticket-113)
    - Fix milestone queries for hyphentated names (ticket-115)
    - Fix duplicate repositories on dashboards (issue-454, ticket-117)
    - Fix lower-case project names in RepositoryNamePanel (issue-509, ticket-118)
    - Fix ticket notifications not sent when author doesn't have an email address (issue-423, ticket-132)
    - Fix regression in create-ticket-on-push & clarify reported explanation (ticket-135)
    - Fix redirects after ajax form submissions with Tomcat (issue-455, ticket-136)
@@ -112,6 +135,7 @@
    - ThanksForAllTheFish
    - Stephan Krull
    - jliedy
    - Michael Glauche
}
#
@@ -1530,6 +1554,6 @@
   - James Moger
}
snapshot: &r25
release: &r24
releases: &r[1..24]
snapshot: &r26
release: &r25
releases: &r[1..25]