diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2013-09-14 14:07:38 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2013-09-14 14:07:38 -0400 |
commit | c06a1ef5fed05008e76cebca3785b3da00141cfd (patch) | |
tree | dc59e6c8120027020fd30c70f778112ed9e5c1bf | |
parent | 9698e3e2aecf5266075b46d95e44ab3eacfb107e (diff) | |
download | deheader-c06a1ef5fed05008e76cebca3785b3da00141cfd.tar.gz deheader-c06a1ef5fed05008e76cebca3785b3da00141cfd.tar.bz2 deheader-c06a1ef5fed05008e76cebca3785b3da00141cfd.tar.xz deheader-c06a1ef5fed05008e76cebca3785b3da00141cfd.zip |
Ready for 0.8 release. Regression tests pass.0.8
-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 |