diff options
author | Stef Walter <stef@memberwebs.com> | 2009-10-29 22:45:13 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-10-29 22:45:24 +0000 |
commit | 47c7b529cc46f0974f9ef954c90dd6495c14c6d6 (patch) | |
tree | 2f613e85352f54a74925afa854aa1edc13f9b539 /ChangeLog | |
parent | 70ccf1622c31ae7b925510735a16425592813cfe (diff) |
Cleanup build process.
* Integrate better with git.
* Git based ChangeLog
* NEWS now does it's proper job.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 35 |
1 files changed, 30 insertions, 5 deletions
@@ -1,7 +1,32 @@ -0.2 - - Add support for POST'd responses from IDP. - - Fix problems with apache restarting and associations going away. +=== ChangeLog discontinued === -0.1 - - Initial non-public implementation + With the move to git, this project is switching from a ChangeLog + file to relying on commit messages to provide change history. Please + write commit messages in the following format: +=== begin example commit === + + Short explanation of the commit + + Longer explanation explaining exactly what's changed, whether any + external or private interfaces changed, what bugs were fixed (with bug + tracker reference if applicable) and so forth. Be concise but not too + brief. + +=== end example commit === + + - Always add a brief description of the commit to the _first_ line of + the commit and terminate by two newlines. This may be the title of + a fixed bug, copied from Bugzilla. + + - First line (the brief description) must only be one sentence and + should start with a capital letter unless it starts with a + lowercase symbol or identifier. Don't use a trailing full stop, + and don't exceed 72 characters. + + - The main description (the body) is normal prose and should use + normal punctuation and capital letters where appropriate. + + - When committing code on behalf of others use the --author option, + e.g. git commit -a --author "Joe Coder <joe@coder.org>" and + --signoff. |