diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d2eb04ffe..1c873a3d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,30 @@ Our versioning scheme is `YEAR.N` where `N` is incremented whenever a new releas ## [??? (unreleased)] +## [2019.10] - 2019-11-15 + +### Added + +- Option to send Android repo manifest via garage-push: [PR](https://github.com/advancedtelematic/aktualizr/pull/1440) +- Expanded [C API](https://github.com/advancedtelematic/aktualizr/blob/master/include/libaktualizr-c.h): [PR #1387](https://github.com/advancedtelematic/aktualizr/pull/1387) and [PR #1429](https://github.com/advancedtelematic/aktualizr/pull/1429) + +### Changed + +- Hardware information is only sent if it has changed: [PR](https://github.com/advancedtelematic/aktualizr/pull/1434) +- Builds without OSTree now default to using the binary package manager: [PR](https://github.com/advancedtelematic/aktualizr/pull/1432) +- New endpoint for reporting hardware information: [PR](https://github.com/advancedtelematic/aktualizr/pull/1421) + +### Removed + +- libsystemd dependency and socket activation support: [PR](https://github.com/advancedtelematic/aktualizr/pull/1437) + +### Fixed + +- Enforce a limit of 10 HTTP redirects: [PR](https://github.com/advancedtelematic/aktualizr/pull/1420) +- Reject malformed root.json: [PR](https://github.com/advancedtelematic/aktualizr/pull/1417) +- Fall back on full file download if byte range requests are not supported: [PR](https://github.com/advancedtelematic/aktualizr/pull/1416) + + ## [2019.9] - 2019-10-16 ### Added diff --git a/docs/README.adoc b/docs/README.adoc index a59f06b31d..13a6ee9e78 100644 --- a/docs/README.adoc +++ b/docs/README.adoc @@ -30,6 +30,7 @@ The link above is for the doxygen docs on master. Doxygen docs for the following * https://advancedtelematic.github.io/aktualizr/2019.7/index.html[2019.7] * https://advancedtelematic.github.io/aktualizr/2019.8/index.html[2019.8] * https://advancedtelematic.github.io/aktualizr/2019.9/index.html[2019.9] +* https://advancedtelematic.github.io/aktualizr/2019.10/index.html[2019.10] ==== == Release process diff --git a/docs/ota-client-guide/modules/ROOT/pages/_partials/aktualizr-version.adoc b/docs/ota-client-guide/modules/ROOT/pages/_partials/aktualizr-version.adoc index 48a367b52e..eaaf453458 100644 --- a/docs/ota-client-guide/modules/ROOT/pages/_partials/aktualizr-version.adoc +++ b/docs/ota-client-guide/modules/ROOT/pages/_partials/aktualizr-version.adoc @@ -3,4 +3,4 @@ // the version being viewed, but when we are referencing aktualizr from // the other, non-versioned docs, we want to make sure we're using the // latest version. -:aktualizr-version: 2019.9 +:aktualizr-version: 2019.10