From ae2cd52087a5656da6d43aa2b004ccb359caebcf Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 21 Apr 2022 14:18:41 +0200 Subject: [PATCH 1/2] add changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..3d8ccc90 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +Change Log +======= + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +# [unreleased] + +# [v1.11.0] + +## Changed + +- Update rootfs base of Linux, all related OBSW changes + +# [v1.10.0] + +For all releases equal or prior to v1.10.0, +see [milestones](https://egit.irs.uni-stuttgart.de/eive/eive-obsw/milestones) From 2c491b27c05a230f10be767a00dcb0796a5b97c9 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 21 Apr 2022 14:21:02 +0200 Subject: [PATCH 2/2] update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d8ccc90..17d29e7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +The [milestone](https://egit.irs.uni-stuttgart.de/eive/eive-obsw/milestones) +list yields a list of all related PRs for each release. + # [unreleased] # [v1.11.0] @@ -13,6 +16,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Changed - Update rootfs base of Linux, all related OBSW changes +- Use gpsd version 3.17 now. Includes API changes +- Add `/usr/local/bin` to PATH. All shell scripts are there now +- Rename GPS device to `/dev/gps0` # [v1.10.0]