diff options
Diffstat (limited to 'contrib/ChangeLog-2011')
-rw-r--r-- | contrib/ChangeLog-2011 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/contrib/ChangeLog-2011 b/contrib/ChangeLog-2011 new file mode 100644 index 0000000..65306e3 --- /dev/null +++ b/contrib/ChangeLog-2011 @@ -0,0 +1,29 @@ +2011-12-01 Werner Koch <[email protected]> + + NB: ChangeLog files are no longer manually maintained. Starting + on December 1st, 2011 we put change information only in the GIT + commit log, and generate a top-level ChangeLog file from logs at + "make dist". See doc/HACKING for details. + +2010-11-15 Marcus Brinkmann <[email protected]> + + * conf-w32ce-msc/stdint.h: New file. + * conf-w32ce-msc/build.mk (conf_sources): Add stdint.h. + (copy-static-source): Revert last change. + +2010-11-15 Werner Koch <[email protected]> + + * conf-w32ce-msc/config.h (strdup, strcasecmp): Add macros. + + * conf-w32ce-msc/build.mk (copy-static-source): Create stdint.h. + (all): Add ws2.lib + (clean): New. + +2010-11-02 Werner Koch <[email protected]> + + * conf-w32ce-msc/build.mk: Change directory layout. + +2010-11-01 Werner Koch <[email protected]> + + * conf-w32ce-msc/build.mk: New. + * conf-w32ce-msc/config.h: New. |