File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,25 @@ For introduction and license see README.txt
77For installation notes see INSTALL.txt
88
99
10+ Version 4.2.1
11+ -------------
12+ * add 'confirm_on_quit' option to world section to skip confirmation dialog on exit
13+ * add continuous integration support by Travis CI
14+ * fix segfault in ranger visualization
15+ * fix segfault in blockgroup.cc:236 (gluTessEndPolygon()) when model size (x,y,z) is 0.0
16+ * minor UI improvments (allow changing Stage's caption, allow centering the window)
17+ * add ability to load worlds/models from std::istream for more flexibility
18+ * fix compiler errors in debug build
19+ * make odom integration error publicly accessible (see #67)
20+ * don't crash/segfault in ctrl/wander when there's only 1 range sensor (see #59)
21+ * fix errors reported by the most recent gcc 6.3.1 (on Debian 9 SID), #63 in particular
22+ * improve/unify coding style (strip trailing spaces, use clang-format)
23+ * fix compiler error reported with strict flags (-Wall -Wextra -pedantic -Werror)
24+ * fix issues reported by cppcheck v1.72
25+ * minor updates in docs (cosmetics, make comments visible in doxygen)
26+
27+ Adrian Böckenkamp (CodeFinder2)
[email protected] - 2017.3.23
28+
1029Version 4.1.1
1130-------------
1231* fixed bugs in libstageplugin/p_ranger.cc that prevented the plugin from building
You can’t perform that action at this time.
0 commit comments