]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: 51d: add 51Degrees git URL that points to release version 3.2.12.12
authorDragan Dosen <ddosen@haproxy.com>
Wed, 27 Sep 2017 10:55:07 +0000 (12:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 5 Oct 2017 09:24:25 +0000 (11:24 +0200)
The 51Degrees C library version 3.2.12.12 has support for a new Hash Trie
algorithm.

This patch can be backported in 1.7.

doc/51Degrees-device-detection.txt

index 71b2eb760b940388ef6cb251bd81ef8f942633c7..bc8c6004f273612ebef7e4a0f96109c283625a7a 100644 (file)
@@ -12,9 +12,18 @@ need. Attributes of the device making a web request can be added to HTTP
 headers as configurable parameters.
 
 In order to enable 51Degrees download the 51Degrees source code from the
-official github repository :
+official git repository :
 
-    git clone https://git.51Degrees.com/Device-Detection.git -b v3.2.10
+    - either use the proven stable but frozen 3.2.10 version which
+      supports the Trie algorithm :
+
+      git clone https://git.51Degrees.com/Device-Detection.git -b v3.2.10
+
+    - or use the new 3.2.12.12 version which continues to receive database
+      updates and supports a new Hash Trie algorithm, but which is not
+      compatible with older Trie databases :
+
+      git clone https://github.com/51Degrees/Device-Detection.git -b 3.2.12.12
 
 then run 'make' with USE_51DEGREES and 51DEGREES_SRC set. Both 51DEGREES_INC
 and 51DEGREES_LIB may additionally be used to force specific different paths