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