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