Skip to content

Commit

Permalink
Add change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmuch committed Jan 10, 2014
1 parent 36a72fa commit 58d14fb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 58d14fb

Please sign in to comment.