1 This changelog states changes from version 0.2
3 0.6 - Adjustments made to ensure data going out is converted to
4 network byte ordering. Also, to ensure incoming data is
5 converted before it is used and before checksums are calculated
7 0.5 - A local MD5 implementation can now be compiled
8 into the plugin so that no external library
9 is needed. Should be great for embedded systems.
10 MD5 might not be super-secure, but hey... it
11 still takes quite some effort to break ;)
12 0.4 - Plugin now compiles under FreeBSD and win32.
13 To compile under win32(cygwin) you have to
14 make sure the openssl include directory
15 is present under /usr/include/mingw/
16 The plugin is not tested under win32.
17 0.3 - Only some minor fixes to make the plugin work
19 Dynamic interface removal/addition supported.