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