[MINOR] updated versions and docs

The version was not updated in some files. Also, added a few
example configs.
diff --git a/CHANGELOG b/CHANGELOG
index 8c43179..50d8a37 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,19 @@
 ChangeLog :
 ===========
 
+2007/01/02 : 1.3.4
+    - support for cttproxy on the server side to present the client
+      address to the server.
+    - added support for SO_REUSEPORT on Linux (needs kernel patch)
+    - new RFC2616-compliant HTTP request parser with header indexing
+    - split proxies in frontends, rulesets and backends
+    - implemented the 'req[i]setbe' to select a backend depending
+      on the contents
+    - added the 'default_backend' keyword to select a default BE.
+    - new stats page featuring FEs and BEs + bytes in both dirs
+    - improved log format to indicate the backend and the time in ms.
+    - lots of cleanups
+
 2006/10/15 : 1.3.3
     - fix broken redispatch option in case the connection has already
       been marked "in progress" (ie: nearly always).