This commit is contained in:
rusefillc 2023-07-26 14:41:40 -04:00
parent a4fd161606
commit 23c6ed8f85
5 changed files with 4 additions and 3 deletions

View File

@ -28,7 +28,7 @@ Release template (copy/paste this for new release):
## Unreleased ## Unreleased
## July 2023 Release "Day 517" ## July 2023 Release "Day 518"
### Added ### Added
- Dashpot for return-to-idle from coasting #5303 - Dashpot for return-to-idle from coasting #5303
@ -42,6 +42,7 @@ Release template (copy/paste this for new release):
- start button logic does not crank started for first X seconds since ECU boot #5324 - start button logic does not crank started for first X seconds since ECU boot #5324
- launch control: Speed threshold should not depend on launch mode, also zero speed limit handling #5419 - launch control: Speed threshold should not depend on launch mode, also zero speed limit handling #5419
- hard fault due to misaligned big buffer on F7 firmware #5354 - hard fault due to misaligned big buffer on F7 firmware #5354
- Pointing at https://adoptium.net/download/ as JRE source
### Breaking Changes ### Breaking Changes
- Always operate in "two wire" mode for batch fuel, fixing batch firing order #5353 - Always operate in "two wire" mode for batch fuel, fixing batch firing order #5353

View File

@ -8,7 +8,7 @@
<cmdLine></cmdLine> <cmdLine></cmdLine>
<chdir>.</chdir> <chdir>.</chdir>
<priority>normal</priority> <priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl> <downloadUrl>https://adoptium.net/download/</downloadUrl>
<supportUrl></supportUrl> <supportUrl></supportUrl>
<stayAlive>false</stayAlive> <stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash> <restartOnCrash>false</restartOnCrash>

View File

@ -8,7 +8,7 @@
<cmdLine></cmdLine> <cmdLine></cmdLine>
<chdir>.</chdir> <chdir>.</chdir>
<priority>normal</priority> <priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl> <downloadUrl>https://adoptium.net/download/</downloadUrl>
<supportUrl></supportUrl> <supportUrl></supportUrl>
<stayAlive>false</stayAlive> <stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash> <restartOnCrash>false</restartOnCrash>