diff options
author | Werner Koch <[email protected]> | 2010-11-01 19:27:30 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-11-01 19:27:30 +0000 |
commit | 30bcc96e6a7ab7bf96bf1d7cf13dff211519618a (patch) | |
tree | c4e7fd875d0c578f97dc3c867961df8660940906 | |
parent | 2010-11-01 Marcus Brinkmann <[email protected]> (diff) | |
download | libgpg-error-30bcc96e6a7ab7bf96bf1d7cf13dff211519618a.tar.gz libgpg-error-30bcc96e6a7ab7bf96bf1d7cf13dff211519618a.zip |
New ChangeLog file
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | contrib/ChangeLog | 5 |
2 files changed, 6 insertions, 4 deletions
@@ -8,7 +8,7 @@ * src/init.c (abort): Use TerminateProcess; exit would call atexit functions. -2010-10-29 Marcus Brinkmann <[email protected]> +2010-10-29 Marcus Brinkmann <[email protected]> * src/w32-gettext.c: Guard include of <sys/types.h>. Do not include <sys/stat.h>. @@ -21,9 +21,6 @@ 2010-10-28 Werner Koch <[email protected]> - * contrib/conf-w32ce-msc/build.mk: New. - * contrib/conf-w32ce-msc/config.h: New. - * src/mkstrtable.awk: s/inline/GPG_ERR_INLINE/ * src/w32-gettext.c: Include gpg-error.h and replace all __inline__ by GPG_ERR_INLINE. diff --git a/contrib/ChangeLog b/contrib/ChangeLog new file mode 100644 index 0000000..4515116 --- /dev/null +++ b/contrib/ChangeLog @@ -0,0 +1,5 @@ +2010-10-28 Werner Koch <[email protected]> + + * contrib/conf-w32ce-msc/build.mk: New. + * contrib/conf-w32ce-msc/config.h: New. + |