File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 22Changelog for YP-Spur
33^^^^^^^^^^^^^^^^^^^^^
44
5+ 1.22.5 (2024-05-01)
6+ -------------------
7+ * Detect system time jump back (`#208 <https://github.com/openspur/yp-spur/issues/208 >`_)
8+ * Use nanosleep if available (`#209 <https://github.com/openspur/yp-spur/issues/209 >`_)
9+ * Output detailed log on time jump exit (`#207 <https://github.com/openspur/yp-spur/issues/207 >`_)
10+ * Contributors: Atsushi Watanabe
11+
5121.22.4 (2024-04-22)
613-------------------
714* Fix default MAX_TIME_JUMP (`#205 <https://github.com/openspur/yp-spur/issues/205 >`_)
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3)
22
33set (_YPSPUR_MAJOR_VERSION 1)
44set (_YPSPUR_MINOR_VERSION 22)
5- set (_YPSPUR_PATCH_VERSION 4 )
5+ set (_YPSPUR_PATCH_VERSION 5 )
66
77if (${CMAKE_MAJOR_VERSION} LESS 3)
88# DARN_IT: CMake 2 should be supported until April, 2019 (Ubuntu Trusty EOL)
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<package format =" 2" >
33 <name >ypspur</name >
4- <version >1.22.4 </version >
4+ <version >1.22.5 </version >
55 <description >YP-Spur is a mobile robot motion control software with coordinate frame based commands. </description >
66 <maintainer email =" atsushi.w@ieee.org" >Atsushi Watanabe</maintainer >
77 <license >MIT</license >
You can’t perform that action at this time.
0 commit comments