Commit 40f1ac63fcb1fd1459a6f98dd4cb3f4143c2f721

Authored by Georg Hopp
1 parent 22148bfb

update documentation

Showing 1 changed file with 23 additions and 2 deletions
... ... @@ -16,13 +16,34 @@
16 16 Both don't cover the complete code.<br />
17 17
18 18 There is the beginning of a generated API doc
19   - <a href="/doc/index.html" target="_blank">here</a>.<br />
  19 + <a href="/doc/v0.1.6/index.html" target="_blank">here</a>.<br />
20 20
21 21 I also started automated regression tests. The
22 22 results can be seen
23   - <a href="/coverage/index.html" target="_blank">here</a>.
  23 + <a href="/coverage/v0.1.6/index.html" target="_blank">here</a>.
24 24 </p>
25 25
  26 +<h2>Version 0.1.6</h2>
  27 +
  28 +This is a bugfix release. No obvious visible changes at the UI.
  29 +<br/ ><br />
  30 +<b>64 files changed, 1433 insertions(+), 1076 deletions(-)</b>
  31 +<br/ >
  32 +<ul>
  33 + <li>Bugfixes and optmizations in the server main loop.</li>
  34 + <li>Load parts of the UI via ajax calls thus preventing code
  35 + repitition in there.</li>
  36 + <li>Add m4 macros to build with dragonegg. I also tried to build
  37 + with clang and it works without any change for me.</li>
  38 + <li>Fix build system. Now it is again possible to build actual
  39 + coverage reports and API docs.</li>
  40 + <li>Fix memory handling when optimizations are not in place.</li>
  41 + <li>Optimize session handling. The way I did it before reduced the
  42 + overall server performance. Apache Bench made only about
  43 + 200 to 400 requests per second. Now it is again up at around 13000
  44 + requests per second on my core2 development machine.</li>
  45 +</ul>
  46 +
26 47 <h2>Version 0.1.5</h2>
27 48
28 49 <p>
... ...
Please register or login to post a comment