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