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