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