diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-12-18 13:16:40 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-12-18 13:16:40 +0100 |
commit | 3d0b0f8a67726d8336038e0abdedb0dac9480c27 (patch) | |
tree | 51eea1acbe5f443edef9698aaaf2cae9b37ada92 /lib/HACKING | |
parent | cac2820722262d60dbc3b1bb1768973e3526d9b3 (diff) |
Update documentation and configure.ac for libradsec-0.0.4.
Diffstat (limited to 'lib/HACKING')
-rw-r--r-- | lib/HACKING | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/HACKING b/lib/HACKING index a92f0f9..57369d2 100644 --- a/lib/HACKING +++ b/lib/HACKING @@ -1,10 +1,10 @@ HACKING file for libradsec (in Emacs -*- org -*- mode). -Status as of libradsec-0.0.4.dev (2013-05-06). +Status as of libradsec-0.0.4 (2013-12-18). * Build instructions sh autogen.sh -./configure #--enable-tls +./configure make examples/client -r examples/client.conf blocking-tls; echo $? @@ -37,7 +37,7 @@ examples/client -r examples/client.conf blocking-tls; echo $? - Application chooses allocation regime. -Note that as of 0.0.2.dev libradsec suffers from way too much focus on +Note that as of 0.0.4 libradsec suffers from way too much focus on the behaviour of a blocking client and is totally useless as a server. Not only does it lack most of the functions needed for writing a server but it also contains at least one architectural mishap which |