diff options
| -rw-r--r-- | lib/CHANGES | 6 | ||||
| -rw-r--r-- | lib/README | 3 | 
2 files changed, 9 insertions, 0 deletions
| diff --git a/lib/CHANGES b/lib/CHANGES new file mode 100644 index 0000000..d293cba --- /dev/null +++ b/lib/CHANGES @@ -0,0 +1,6 @@ +Changes in version 0.0.3 - 2013-??-?? +  libradsec 0.0.3 <verb> <other words, forming a summary> + +  [o Incompatible changes:] +  [o Features:] +  [o Bug fixes:] @@ -16,6 +16,9 @@ libradsec depends on  - openssl (if configured with --enable-tls) +For changes between releases, see the CHANGES file. + +  To compile the library and the examples, do something like   sh autogen.sh && ./configure && make | 
