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