From: Linus Nordberg Date: Thu, 24 Jan 2013 13:24:11 +0000 (+0100) Subject: Add CHANGES. X-Git-Url: http://www.project-moonshot.org/gitweb/?p=libradsec.git;a=commitdiff_plain;h=451e4f8ef7b0b4a353318d68a42f1239ec9878e4 Add CHANGES. It's just a skeleton. --- 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 + + [o Incompatible changes:] + [o Features:] + [o Bug fixes:] diff --git a/lib/README b/lib/README index 37a5d16..8f5c796 100644 --- a/lib/README +++ b/lib/README @@ -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