refactoring
[ppastats.git] / NEWS
1 * v0.0.8
2 ** set transfer encoding to gzip as recommended by LP documentation.
3 ** persistent cache for distro and arch information.
4 ** fixed a '"' in the html output of the package page.
5
6 * v0.0.7
7 ** More crash-resistant on network failure (patch from Peter
8   Lekensteyn).
9 ** Retry HTTP request on LP Oops (patch from Peter Lekensteyn).
10 ** Added intl support.
11 ** Increased HTTP requests performance: group result for
12   getPublishedBinaries by 300 instead of 75 (patch from Peter
13   Lekensteyn).
14 ** HTML template pages are now in [prefix]/share/psensor/www
15
16 * v0.0.6
17 ** added support of ie < 9.
18 ** fixed JSON not available in ie8. 
19
20 * v0.0.5
21 ** Added information about distribution in the package page.
22 ** Added distribution chart in the package page.
23 ** HTML output: data are generated in a separate JSON file.
24 ** HTML output: fixed pkg chart not displayed when distro with
25    download count of 0.
26
27 * v0.0.4
28 ** Fixed memory issue (patch submitted by Lekensteyn).
29 ** Added help for -s option.
30 ** Don't generate manpage if help2man not present.
31 ** Generate html page for the PPA.
32 ** Renamed --output_dir option to --output-dir.
33 ** Added -S option (patch submitted by Lekensteyn).
34
35 * v0.0.3
36 ** Generated HTML pages for package versions.
37 ** Added distro/arch information in package version page.
38
39 * v0.0.2
40 ** Generated HTML pages are now using JQuery+JQPlot instead of Google Chart.
41 ** Added check target.
42
43 * v0.0.1
44 ** Initial release.