diff options
author | Werner Koch <[email protected]> | 2010-11-01 19:25:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-11-01 19:25:20 +0000 |
commit | 2830f1361f6741f23be6ad560bdc3aec9f9233a6 (patch) | |
tree | c96b21b834791e116bee5e7b5044ca18ddea75c1 | |
parent | Replace open/fdopen stuff by CreateFile et al. (diff) | |
download | libassuan-2830f1361f6741f23be6ad560bdc3aec9f9233a6.tar.gz libassuan-2830f1361f6741f23be6ad560bdc3aec9f9233a6.zip |
New ChangeLog file for contrib.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | contrib/ChangeLog | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -7,9 +7,6 @@ * configure.ac: Check for sys/types.h, sys/stat.h, sys/time and unistd.h - * contrib/conf-w32ce-msc/build.mk: New. - * contrib/conf-w32ce-msc/config.h: New. - 2010-08-19 Werner Koch <[email protected]> * configure.ac (AH_TOP, AH_BOTTOM): New. Define diff --git a/contrib/ChangeLog b/contrib/ChangeLog new file mode 100644 index 0000000..c0e29ad --- /dev/null +++ b/contrib/ChangeLog @@ -0,0 +1,4 @@ +2010-11-01 Werner Koch <[email protected]> + + * conf-w32ce-msc/build.mk: New. + * conf-w32ce-msc/config.h: New. |