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