From 743bd8817b31f1f99c26ae5c26de2513600029a7 Mon Sep 17 00:00:00 2001 From: jtbaird Date: Mon, 30 Mar 2020 13:22:41 -0400 Subject: [PATCH 1/3] adding release notes --- docs/Release_notes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/Release_notes.md diff --git a/docs/Release_notes.md b/docs/Release_notes.md new file mode 100644 index 000000000..d7f037988 --- /dev/null +++ b/docs/Release_notes.md @@ -0,0 +1,18 @@ +V2X-Hub Release Notes +---------------------------- + +Version 5.0, released March 26th, 2020 +-------------------------------------------------------- + +**Summary:** +V2X-Hub 5.0 is comprised of a number of enhancements as well as bug fixes. The additions primarily consist of the new Preemption, Pedestrian, and TIM plugins, along with new performance metrics. + +Enhancements in this release: +- Preemption Plugin - Calls a preemption table on a controller using NTCIP 1202 V3 commands to provide passage to an emergency vehicle upon request through BSMs +- Pedestrian Plugin - Creates a PSM using information obtained from nomadic devices (ex. cell phones) through a local webserver. +- TIM Plugin - Creates and broadcasts a TIM message from an .xml file based on user input through GUI or local webserver +- Performance Metrics - Provides queue volume, spot speed, and trajectory information from connected vehicles to allow precision data about multiple measures (such as signal state and vehicle location) over extended periods of time. +- Updated arm64 and amd64 initialization scripts to accept a user-provide username and password for V2X-Hub + +Bug fixes in this release: +- Fixed segmentation fault which caused V2X-Hub to crash when it received BSMs with missing headers. From bebaafeb4d6257a579dbc4fb0e4423915e0b9ce2 Mon Sep 17 00:00:00 2001 From: jtbaird Date: Mon, 30 Mar 2020 15:00:31 -0400 Subject: [PATCH 2/3] Added bugfixes to release notes --- docs/Release_notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Release_notes.md b/docs/Release_notes.md index d7f037988..a4cf83216 100644 --- a/docs/Release_notes.md +++ b/docs/Release_notes.md @@ -16,3 +16,4 @@ Enhancements in this release: Bug fixes in this release: - Fixed segmentation fault which caused V2X-Hub to crash when it received BSMs with missing headers. +- Fixed remove plugin button to function as expected \ No newline at end of file From 79179d0a1b053172f9c63f7afc794cd9bbe3de7f Mon Sep 17 00:00:00 2001 From: jtbaird Date: Mon, 30 Mar 2020 15:08:00 -0400 Subject: [PATCH 3/3] removed period --- docs/Release_notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Release_notes.md b/docs/Release_notes.md index a4cf83216..54d32ee68 100644 --- a/docs/Release_notes.md +++ b/docs/Release_notes.md @@ -11,9 +11,9 @@ Enhancements in this release: - Preemption Plugin - Calls a preemption table on a controller using NTCIP 1202 V3 commands to provide passage to an emergency vehicle upon request through BSMs - Pedestrian Plugin - Creates a PSM using information obtained from nomadic devices (ex. cell phones) through a local webserver. - TIM Plugin - Creates and broadcasts a TIM message from an .xml file based on user input through GUI or local webserver -- Performance Metrics - Provides queue volume, spot speed, and trajectory information from connected vehicles to allow precision data about multiple measures (such as signal state and vehicle location) over extended periods of time. +- Performance Metrics - Provides queue volume, spot speed, and trajectory information from connected vehicles to allow precision data about multiple measures (such as signal state and vehicle location) over extended periods of time - Updated arm64 and amd64 initialization scripts to accept a user-provide username and password for V2X-Hub Bug fixes in this release: - Fixed segmentation fault which caused V2X-Hub to crash when it received BSMs with missing headers. -- Fixed remove plugin button to function as expected \ No newline at end of file +- Fixed remove plugin button to function as expected