Skip to content

Commit 4cf334a

Browse files
authored
docs: add 4.2.1 release notes
1 parent e1c7e11 commit 4cf334a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

RELEASE.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ For introduction and license see README.txt
77
For 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+
1029
Version 4.1.1
1130
-------------
1231
* fixed bugs in libstageplugin/p_ranger.cc that prevented the plugin from building

0 commit comments

Comments
 (0)