X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=43d3dcbdff08841b5dd197f6b3a1e48bf99749c0;hb=ee9ad49e68cd69759ca643579c2f0de0747c4f61;hp=a8730a0dfe9914836b6ee322d950ceb87c99ff73;hpb=a697c2029b0cdf9e8d5192c284191369d26c1c34;p=silc.git diff --git a/CHANGES b/CHANGES index a8730a0d..43d3dcbd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,21 @@ +Mon Jul 16 22:55:26 EEST 2001 Pekka Riikonen + + * Fixed various compilation problems under WIN32. Affected + files lib/silcutil/win32/silcwin32thread.c and + lib/silcutil/win32/silcwin32schedule.c. + + * Removed all _internal.h #includes from public header + files. Internal headers must never be included from + public headers. + + Removed also the lib/silcske/payload_internal.h file. + + * All include files that may be needed (public and some others + included by the public headers) by application developers are + now copied to the ./includes directory. It does not copy any + internal headers. Affected file Makefile.defines.pre and all + Makefile.am's under lib/ and subdirs. + Thu Jul 12 17:49:31 EEST 2001 Pekka Riikonen * Do not change the ~/.silc directory's permissions automatically.