From 40f1ac63fcb1fd1459a6f98dd4cb3f4143c2f721 Mon Sep 17 00:00:00 2001
From: Georg Hopp
Date: Sun, 6 Oct 2013 23:18:59 +0100
Subject: [PATCH] update documentation
---
assets/html/_documentation.html | 25 +++++++++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)
diff --git a/assets/html/_documentation.html b/assets/html/_documentation.html
index b25aefe..efa0460 100644
--- a/assets/html/_documentation.html
+++ b/assets/html/_documentation.html
@@ -16,13 +16,34 @@
Both don't cover the complete code.
There is the beginning of a generated API doc
- here.
+ here.
I also started automated regression tests. The
results can be seen
- here.
+ here.
+Version 0.1.6
+
+This is a bugfix release. No obvious visible changes at the UI.
+
+64 files changed, 1433 insertions(+), 1076 deletions(-)
+
+
+ - Bugfixes and optmizations in the server main loop.
+ - Load parts of the UI via ajax calls thus preventing code
+ repitition in there.
+ - Add m4 macros to build with dragonegg. I also tried to build
+ with clang and it works without any change for me.
+ - Fix build system. Now it is again possible to build actual
+ coverage reports and API docs.
+ - Fix memory handling when optimizations are not in place.
+ - Optimize session handling. The way I did it before reduced the
+ overall server performance. Apache Bench made only about
+ 200 to 400 requests per second. Now it is again up at around 13000
+ requests per second on my core2 development machine.
+
+
Version 0.1.5