| @@ -1,20 +1,20 @@ | |||||
| This list was created with: | This list was created with: | ||||
| curl https://api.github.com/search/issues?q="repo%3Ajson-c%2Fjson-c+closed%3A>2017-12-07+created%3A<2020-04-03&sort=created&order=asc&per_page=400&page=1" > issues1.out | |||||
| + curl https://api.github.com/search/issues?q="repo%3Ajson-c%2Fjson-c+closed%3A>2017-12-07+created%3A<2020-04-17&sort=created&order=asc&per_page=400&page=1" > issues1.out | |||||
| curl https://api.github.com/search/issues?q="repo%3Ajson-c%2Fjson-c+closed%3A>2017-12-07+created%3A<2020-04-03&sort=created&order=asc&per_page=400&page=2" > issues2.out | |||||
| + curl https://api.github.com/search/issues?q="repo%3Ajson-c%2Fjson-c+closed%3A>2017-12-07+created%3A<2020-04-17&sort=created&order=asc&per_page=400&page=2" > issues2.out | |||||
| curl https://api.github.com/search/issues?q="repo%3Ajson-c%2Fjson-c+closed%3A>2017-12-07+created%3A<2020-04-03&sort=created&order=asc&per_page=400&page=3" > issues3.out | |||||
| + curl https://api.github.com/search/issues?q="repo%3Ajson-c%2Fjson-c+closed%3A>2017-12-07+created%3A<2020-04-17&sort=created&order=asc&per_page=400&page=3" > issues3.out | |||||
| jq -r '.items[] | "[" + .title + "](" + .url + ")" | tostring' issues?.out > issues.md | |||||
| + jq -r '.items[] | "[" + .title + "](" + .url + ")" | tostring' issues?.out > issues.md | |||||
| \#... manual editing ... | |||||
| + \#... manual editing ... | |||||
| ---- | ---- | ||||
| Issues and Pull Requests closed for the 0.14 release (since commit d582d3(2017-12-07) to 31f1ab(2020-04-03)) | |||||
| Issues and Pull Requests closed for the 0.14 release (since commit d582d3a(2017-12-07) to a911439(2020-04-17)) | |||||
| @@ -187,3 +187,20 @@ Issues and Pull Requests closed for the 0.14 release (since commit d582d3(2017-1 | |||||
| [add the badge in README.md and test the coveralls](https://api.github.com/repos/json-c/json-c/issues/561) | [add the badge in README.md and test the coveralls](https://api.github.com/repos/json-c/json-c/issues/561) | ||||
| [Bugfix and testcases supplements](https://api.github.com/repos/json-c/json-c/issues/562) | [Bugfix and testcases supplements](https://api.github.com/repos/json-c/json-c/issues/562) | ||||
| [Changed order of calloc args to match stdlib](https://api.github.com/repos/json-c/json-c/issues/563) | [Changed order of calloc args to match stdlib](https://api.github.com/repos/json-c/json-c/issues/563) | ||||
| [Remove autogenerated files](https://api.github.com/repos/json-c/json-c/issues/564) | |||||
| [test the CI and ignore this PR](https://api.github.com/repos/json-c/json-c/issues/565) | |||||
| [add the json_types.h to Makefile.am](https://api.github.com/repos/json-c/json-c/issues/566) | |||||
| [Install json_types.h with autotools build as well.](https://api.github.com/repos/json-c/json-c/issues/567) | |||||
| [Adding better support to MinGW](https://api.github.com/repos/json-c/json-c/issues/568) | |||||
| [Handling of -Bsymbolic-function in CMakeLists.txt is deficient](https://api.github.com/repos/json-c/json-c/issues/569) | |||||
| [CMake: Bump SONAME to 5.](https://api.github.com/repos/json-c/json-c/issues/571) | |||||
| [Small fixes to CMakeLists](https://api.github.com/repos/json-c/json-c/issues/572) | |||||
| [Fix coveralls submission.](https://api.github.com/repos/json-c/json-c/issues/573) | |||||
| [autogen.sh missing from repository](https://api.github.com/repos/json-c/json-c/issues/574) | |||||
| [Small cosmetics.](https://api.github.com/repos/json-c/json-c/issues/575) | |||||
| [Test coverage for json_c_version.](https://api.github.com/repos/json-c/json-c/issues/576) | |||||
| [Be verbose on failing json_c_version test.](https://api.github.com/repos/json-c/json-c/issues/577) | |||||
| [CMake: Install pkgconfig file in proper location by default](https://api.github.com/repos/json-c/json-c/issues/578) | |||||
| [Enforce strict prototypes.](https://api.github.com/repos/json-c/json-c/issues/579) | |||||
| [Fix CMake tests for enforced strict prototypes.](https://api.github.com/repos/json-c/json-c/issues/580) | |||||
| [CMakeLists: do not enforce strict prototypes on Windows.](https://api.github.com/repos/json-c/json-c/issues/581) | |||||