12d8598c0c53a981a94eb993d2f301f98ae2816d
[ppastats.git] / NEWS
1 v1.2.0
2 ------
3
4 * added date created information in the generated HTML for a package
5   version.
6
7 v1.1.0
8 ------
9
10 * Fixed uninitialized struct fields bug leading to random errors.
11 * perf: keep track of the ddts older than 4 weeks).
12 * perf: sum ddts to compute total downloads instead of LP query.
13 * Debug log stored into a file (ppastats.log).
14 * Fixed multiple memory leaks.
15 * Fixed missing memory release on exist to make valgrind happy.
16
17 v1.0.0
18 ------
19
20 * new design for HTML pages.
21 * fixed compilation issue with old json lib releases using
22   boolean type and not defining json_bool.
23 * fixed compilation with libjson-c-dev debian package.
24
25 v0.0.9
26 ------
27
28 * Fixed compilation issue related to 'boolean' type.
29
30 v0.0.8
31 ------
32
33 * set transfer encoding to gzip as recommended by LP documentation.
34    Only supported since Curl 7.21.6
35 * persistent cache for distro and arch information.
36 * fixed a '"' in the html output of the package page.
37 * added --get-bpph-size to specify the size of the requests to get
38    the list of binary packages.
39
40 v0.0.7
41 ------
42
43 * More crash-resistant on network failure (patch from Peter
44   Lekensteyn).
45 * Retry HTTP request on LP Oops (patch from Peter Lekensteyn).
46 * Added intl support.
47 * Increased HTTP requests performance: group result for
48   getPublishedBinaries by 300 instead of 75 (patch from Peter
49   Lekensteyn).
50 * HTML template pages are now in [prefix]/share/psensor/www
51
52 v0.0.6
53 ------
54
55 * added support of ie < 9.
56 * fixed JSON not available in ie8. 
57
58 v0.0.5
59 ------
60
61 * Added information about distribution in the package page.
62 * Added distribution chart in the package page.
63 * HTML output: data are generated in a separate JSON file.
64 * HTML output: fixed pkg chart not displayed when distro with
65    download count of 0.
66
67 v0.0.4
68 ------
69
70 * Fixed memory issue (patch submitted by Lekensteyn).
71 * Added help for -s option.
72 * Don't generate manpage if help2man not present.
73 * Generate html page for the PPA.
74 * Renamed --output_dir option to --output-dir.
75 * Added -S option (patch submitted by Lekensteyn).
76
77 v0.0.3
78 ------
79
80 * Generated HTML pages for package versions.
81 * Added distro/arch information in package version page.
82
83 v0.0.2
84 ------
85
86 * Generated HTML pages are now using JQuery+JQPlot instead of Google Chart.
87 * Added check target.
88
89 v0.0.1
90 ------
91
92 * Initial release.