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