diff options
-rw-r--r-- | NEWS | 5 | ||||
-rwxr-xr-x | deheader | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,8 @@ deheader project news +0.8 @ 2013-09-14 + Minor documentation fixes. + 0.7 @ 2013-01-22 Accept .cc as an extension as well as .cpp. @@ -7,7 +10,7 @@ Add the return-status macros from sys/wait.h to the portability list. 0.5 @ 2010-12-22 - Source is now checked against all SuS portability requrements. + Source is now checked against all SuS portability requirements. There is an option to exclude files by pattern. 0.4 @ 2010-12-20 @@ -35,7 +35,7 @@ BATON_DEBUG = 1 PROGRESS_DEBUG = 2 COMMAND_DEBUG = 3 -version = "0.7" +version = "0.8" # Difference in various compiler implementations and OSes mean that for cross- # platform compatibility you sometimes want to leave "unneeded" headers alone |