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