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