cleanup
[ppastats.git] / NEWS
1 v1.1.0
2 ------
3
4 * Fixed uninitialized struct fields bug leading to random errors.
5 * perf: keep track of the ddts older than 4 weeks).
6 * perf: sum ddts to compute total downloads instead of LP query.
7 * Debug log stored into a file (ppastats.log).
8
9 v1.0.0
10 ------
11
12 * new design for HTML pages.
13 * fixed compilation issue with old json lib releases using
14   boolean type and not defining json_bool.
15 * fixed compilation with libjson-c-dev debian package.
16
17 v0.0.9
18 ------
19
20 * Fixed compilation issue related to 'boolean' type.
21
22 v0.0.8
23 ------
24
25 * set transfer encoding to gzip as recommended by LP documentation.
26    Only supported since Curl 7.21.6
27 * persistent cache for distro and arch information.
28 * fixed a '"' in the html output of the package page.
29 * added --get-bpph-size to specify the size of the requests to get
30    the list of binary packages.
31
32 v0.0.7
33 ------
34
35 * More crash-resistant on network failure (patch from Peter
36   Lekensteyn).
37 * Retry HTTP request on LP Oops (patch from Peter Lekensteyn).
38 * Added intl support.
39 * Increased HTTP requests performance: group result for
40   getPublishedBinaries by 300 instead of 75 (patch from Peter
41   Lekensteyn).
42 * HTML template pages are now in [prefix]/share/psensor/www
43
44 v0.0.6
45 ------
46
47 * added support of ie < 9.
48 * fixed JSON not available in ie8. 
49
50 v0.0.5
51 ------
52
53 * Added information about distribution in the package page.
54 * Added distribution chart in the package page.
55 * HTML output: data are generated in a separate JSON file.
56 * HTML output: fixed pkg chart not displayed when distro with
57    download count of 0.
58
59 v0.0.4
60 ------
61
62 * Fixed memory issue (patch submitted by Lekensteyn).
63 * Added help for -s option.
64 * Don't generate manpage if help2man not present.
65 * Generate html page for the PPA.
66 * Renamed --output_dir option to --output-dir.
67 * Added -S option (patch submitted by Lekensteyn).
68
69 v0.0.3
70 ------
71
72 * Generated HTML pages for package versions.
73 * Added distro/arch information in package version page.
74
75 v0.0.2
76 ------
77
78 * Generated HTML pages are now using JQuery+JQPlot instead of Google Chart.
79 * Added check target.
80
81 v0.0.1
82 ------
83
84 * Initial release.