From 58d14fb4e2f90b97a0c6d76d5492d1b298bbd6d0 Mon Sep 17 00:00:00 2001 From: Rupert Muchembled Date: Fri, 10 Jan 2014 10:18:33 +0000 Subject: [PATCH] Add change log. --- ChangeLog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ChangeLog.md diff --git a/ChangeLog.md b/ChangeLog.md new file mode 100644 index 0000000..01c2d37 --- /dev/null +++ b/ChangeLog.md @@ -0,0 +1,16 @@ +ClamAV.Managed Change Log +========================= + +0.1.0.0 - 10 January 2014 +------------------------- + +ClamAV.Managed 0.1.0.0 is the first public release of the project. This release +supports the following feature set: + + * A managed code interface for libclamav, written in C# and implemented using + P/Invoke to wrap the C library functions. + * Support for most of the libclamav interface, except for callback functions. + * Functionality for scanning directories as well as files. + * A sample project implementing a simple GUI virus scanner, to help developers + get started. + * Support for Windows, working on Linux and Mac OS X with Mono.