aboutsummaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2017-01-02 20:45:03 +0000
committerVincent Richard <[email protected]>2017-01-02 20:45:03 +0000
commit3f9190089a56c2df94e05bcac6a7d1e63e18da71 (patch)
treeb7f08a4aecc01b10cae190396b75be9f1d3f1ce5 /HACKING
parentAlways ignore newlines between words. (diff)
downloadvmime-3f9190089a56c2df94e05bcac6a7d1e63e18da71.tar.gz
vmime-3f9190089a56c2df94e05bcac6a7d1e63e18da71.zip
ChangeLog is not updated anymore, refer to commits.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING14
1 files changed, 2 insertions, 12 deletions
diff --git a/HACKING b/HACKING
index cf259708..f31aa84d 100644
--- a/HACKING
+++ b/HACKING
@@ -7,8 +7,7 @@ or recommendations, but strict rules.
1.1. Language
1.2. Unit tests
1.3. Version Control
- 1.4. ChangeLog
- 1.5. Warnings
+ 1.4. Warnings
2. Style, indentation and braces
2.1. Indentation
2.2. Brace position
@@ -61,16 +60,7 @@ changes have been done.
DO NOT use commit messages like -m "Updated"!
-1.4. ChangeLog
---------------
-
-ChangeLog must be updated when a major change has occured. It is not required
-(but not forbidden) to report minor bug fixes in the ChangeLog.
-
-Each ChangeLog entry must have an author and a date.
-
-
-1.5. Warnings
+1.4. Warnings
-------------
The code should compile WITHOUT ANY WARNING, even those for unused parameters!