Skip to content

Commit 0df19f9

Browse files
Updated versions.md
1 parent b453d3b commit 0df19f9

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

versions.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
## Version 1.9.5.3
1+
## Version 1.9.5.3 (11-Sep-2024)
22

3-
* #66: Fixed a problem setting `_JAVA_OPTIONS` properly in shell files. Thanks goes to @scientificworld for this fix. 😊
3+
### Bugfix:
4+
5+
*
6+
* #66: Fixed an issue where Robocode would not start when executing the `robocode.sh` script for Linux and macOS due to
7+
this error:
8+
`java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release`
9+
* Thanks goes to @scientificworld for this fix. 😊
410

511
## Version 1.9.5.2 (24-Oct-2023)
612

@@ -755,7 +761,9 @@
755761
every battle.
756762
* Works only when "Enable replay recording" is enabled (is automatically set when enabling auto recording).
757763
* [Req-124]: Ability to save the properties file for robots in dev. path.
758-
* [Req-129]: `Rules.getBulletSpeed`.
764+
*
765+
766+
[Req-129]: `Rules.getBulletSpeed`.
759767

760768
* It is about keeping the bullet power within 0.1 - 3.0, even when input is lesser or greater than this valid range.
761769

@@ -1090,7 +1098,8 @@ Thanks goes to Alex Schultz for keep finding bugs, but also helping out solving
10901098
security violation or they could not be loaded or started (meaning that they will not be allowed to run).
10911099
* In addition, ALL security violations are always written out in both the main console and robot's console. A
10921100
message will be written out in the main console
1093-
like `xxx has caused a security violation. This robot has been banned and will not be allowed to participate in battles`.
1101+
like
1102+
`xxx has caused a security violation. This robot has been banned and will not be allowed to participate in battles`.
10941103

10951104
#### Painting
10961105

@@ -4167,5 +4176,3 @@ teams)
41674176
[Req-159]: https://sourceforge.net/p/robocode/feature-requests/159/ (Fix overkilled garbage collection on static
41684177
fields)
41694178
[Req-160]: https://sourceforge.net/p/robocode/feature-requests/160/ (Fixed width font in console)
4170-
4171-
[#35]: https://sourceforge.net/p/robocode/support-requests/35/ (DJL API in Robocode - getenv)

0 commit comments

Comments
 (0)