X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ppastats.git;a=blobdiff_plain;f=NEWS;h=33150323079e2bbfd04b30795680140eb0ba16d7;hp=f1c2d2cae99c7a13e7c8854b70e3540426ccbabe;hb=HEAD;hpb=2b74afd29d7b9aebf9bd459f0aab5c420bb2a82d diff --git a/NEWS b/NEWS index f1c2d2c..3315032 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,47 @@ +v1.3.3 +------ + +* added total number of downloads in the package html pages. +* sort the list of version in decrease order in the package html + pages. + +v1.3.2 +------ + +* fixed compilation against newer version of json-c (deprecation + of the function json_object_object_get). +* fixed layout issues due to missing box-sizing properties. +* fixed file description leaks. + +v1.3.1 +------ + +* fixed compilation when cppcheck is not installed. +* fixed line over 80cols. + +v1.3.0 +------ + +* split LP ddts requests when LP cannot retrieve all ddts with a uniq + request. + +v1.2.0 +------ + +* added date created information in the generated HTML for a package + version. +* added command line option to specify the theme directory (-t). +* log file is put into $HOME/.ppastats dir instead of current dir. + v1.1.0 ------ * Fixed uninitialized struct fields bug leading to random errors. -* Improved performance (keep track of the ddts older than 4 weeks). +* perf: keep track of the ddts older than 4 weeks). +* perf: sum ddts to compute total downloads instead of LP query. +* Debug log stored into a file (ppastats.log). +* Fixed multiple memory leaks. +* Fixed missing memory release on exist to make valgrind happy. v1.0.0 ------ @@ -12,6 +51,11 @@ v1.0.0 boolean type and not defining json_bool. * fixed compilation with libjson-c-dev debian package. +v0.0.9 +------ + +* Fixed compilation issue related to 'boolean' type. + v0.0.8 ------