summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2010-10-18 19:59:21 +0000
committerStef Walter <stef@thewalter.net>2010-10-18 21:16:43 +0000
commit28173f3e2037a37cdd6d6afe7f1b084e216df1ca (patch)
tree7f2bc3720450721182d3b9852a1326728a372de1 /ChangeLog
parente021152e8e0b66776f743900a7b481d3cdff772c (diff)
A few changes to the project after move to git.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog46
1 files changed, 26 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index 163a82c..0bd7f42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,26 +1,32 @@
-0.9
- - Use my real name 'Stef Walter'
- See: http://memberwebs.com/nielsen/
+=== ChangeLog discontinued ===
-0.8.7
- - Fix crasher on corrupted drives. A problem with update
- sequence offset being filled with garbage [Albert Kwok]
+ 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:
-0.8.6
- - Don't exit on error reading source drive [Marius Hillenbrand]
- - Fixed core dump when attribute list, but no MFT loaded [Marius Hillenbrand]
+=== begin example commit ===
-0.8.5
- - Ported to Linux/FreeBSD
- - Support for very fragmented MFTs
- - Fixed memory leaks
- - Fixed many bugs
+ Short explanation of the commit
-0.8
- - Support for non-contiguous MFT
- - Better support for WinXP NTFS
- - Other bug fixes
+ 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.
-0.7
- - Initial public release
+=== 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.