configure.ac: Bump version number
[platform/upstream/libsecret.git] / ChangeLog
1 === ChangeLog discontinued ===
2
3  libsecret relies on commit messages to provide change history. Please
4  write commit messages in the following format:
5
6 === begin example commit ===
7
8  Short explanation of the commit
9
10  Longer explanation explaining exactly what's changed, whether any
11  external or private interfaces changed, what bugs were fixed (with bug
12  tracker reference if applicable) and so forth. Be concise but not too
13  brief.
14
15 === end example commit ===
16
17  - Always add a brief description of the commit to the _first_ line of
18  the commit and terminate by two newlines. This may be the title of
19  a fixed bug, copied from Bugzilla.
20
21  - First line (the brief description) must only be one sentence and
22  should start with a capital letter unless it starts with a
23  lowercase symbol or identifier. Don't use a trailing full stop,
24  and don't exceed 72 characters.
25
26  - The main description (the body) is normal prose and should use
27  normal punctuation and capital letters where appropriate.
28
29  - When committing code on behalf of others use the --author option,
30  e.g. git commit -a --author "Joe Coder <joe@coder.org>" and
31  --signoff.
32