forked from allan-simon/suggestd
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
41 lines (28 loc) · 965 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
-- Version 0.8 -- 2010/08/30
* Fix bug of &sort=1
* Implement sqlite3 input
-- Version 0.7 -- 2010/08/25
* Add UPTIME in /stats
* Can use different string for indexing & showing (/add?str=fiance&str_real=fiancé)
* Fix bug (charset of mysql connection was "latin1")
-- Version 0.6 -- 2010/08/24
* Add HOSTNAME and VERSION in /stats
-- Version 0.5 -- 2010/08/23
* Add service /add?str=[&tree=][&value=]
-- Version 0.4 -- 2010/08/20
* Improve configure.ac
* Add attribute --output-mode
* Add output-mode "text"
* Improve sample index.html
* Bug fix (return 404 error when &tree= doesn't exists)
* Rename "cardinality" => "value"
-- Version 0.3 -- 2010/08/18
* Add <param> nodes in .xml configuration file
* Add default suggestion tree
* Add "charset" option
* Use syslog
-- Version 0.2 -- 2010/08/16
* Implement serialized "json" output
* Implement serialized "php" output
* Parse configuration xml files with expat
* Add man page