James Moger
2014-03-31 beb021472d034617e1ce216aee38d918ae7f1a67
releases.moxie
@@ -14,7 +14,9 @@
    - Fix closing ticket on push by parsing commit messages for closes|fixes (issue-404)
    - Ensure the Lucene ticket index is updated on repository deletion.
    changes:
    - Option to allow LDAP users to directly authenticate without performing LDAP searches (pr-162))
    - Specify the --dailyLogFile option for the Ubuntu and CentOS service scripts (issue-348)
    - The ticket close-on-push commit message regular expression is now configurable by a setting (issue-404)
    - Option to allow LDAP users to directly authenticate without performing LDAP searches (pr-162)
    - Replace JCommander with args4j to be consistent with other tools (ticket-28)
    additions:
    - Added a French translation (pr-163)
@@ -28,6 +30,7 @@
    - Jeremie Brebec
    settings:
    - { name: 'realm.ldap.bindpattern', defaultValue: ' ' }
    - { name: 'tickets.closeOnPushCommitMessageRegex', defaultValue: '(?:fixes|closes)[\\s-]+#?(\\d+)' }
}
#