fixed compilation issue concerning json_bool not declared
[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.9
9 ** Fixed compilation issue related to 'boolean' type.
10
11 * v0.0.8
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 ** More crash-resistant on network failure (patch from Peter
21   Lekensteyn).
22 ** Retry HTTP request on LP Oops (patch from Peter Lekensteyn).
23 ** Added intl support.
24 ** Increased HTTP requests performance: group result for
25   getPublishedBinaries by 300 instead of 75 (patch from Peter
26   Lekensteyn).
27 ** HTML template pages are now in [prefix]/share/psensor/www
28
29 * v0.0.6
30 ** added support of ie < 9.
31 ** fixed JSON not available in ie8. 
32
33 * v0.0.5
34 ** Added information about distribution in the package page.
35 ** Added distribution chart in the package page.
36 ** HTML output: data are generated in a separate JSON file.
37 ** HTML output: fixed pkg chart not displayed when distro with
38    download count of 0.
39
40 * v0.0.4
41 ** Fixed memory issue (patch submitted by Lekensteyn).
42 ** Added help for -s option.
43 ** Don't generate manpage if help2man not present.
44 ** Generate html page for the PPA.
45 ** Renamed --output_dir option to --output-dir.
46 ** Added -S option (patch submitted by Lekensteyn).
47
48 * v0.0.3
49 ** Generated HTML pages for package versions.
50 ** Added distro/arch information in package version page.
51
52 * v0.0.2
53 ** Generated HTML pages are now using JQuery+JQPlot instead of Google Chart.
54 ** Added check target.
55
56 * v0.0.1
57 ** Initial release.