Skip to content

Commit d4bb388

Browse files
committed
Prepping for release.
1 parent 50e5fed commit d4bb388

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
apply plugin: 'java'
1515
apply plugin: 'maven'
1616

17-
version='1.6.0-SNAPSHOT'
17+
version='1.6.0'
1818
group='com.simsilica'
1919

2020
ext.jmeVersion = "3.1.0-stable"

release-notes.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Version 1.6.0 (unreleased)
1+
Version 1.6.0 (latest)
22
--------------
33
* Added parent/child relationships between network shared objects.
44
* Fixed a bug in the assertion logic in BufferedHashSet's thread check.
55

66

7-
Version 1.5.0 (latest)
7+
Version 1.5.0
88
--------------
99
* Internally moved ZoneManager creation to the EtherealHost constructor
1010
so that it could be accessed prior to EtherealHost service initialization.
@@ -15,25 +15,25 @@ Version 1.5.0 (latest)
1515
* Modified ZoneManager to have a new internal DynamicZoneRange that can
1616
support objects of virtually any size relative to zone size. (Subject
1717
to positional bit resolution, etc.)
18-
* Added a (hopefully temporary) ZoneManager.setSupportLargeObjects() that
18+
* Added a (hopefully temporary) ZoneManager.setSupportLargeObjects() that
1919
defaults to false. When true this will use the new DynamicZoneRange.
2020
This defaults to false because the older (uglier) ZoneRange code has
2121
had a LOT more real world testing. Note: the new code is actually way
2222
cleaner and more elegant.
2323
* Modified the "received acks" watchdog in StateWriter to take message ID lag
2424
into account. This should fix the cases where the exception would be
25-
thrown for cases where client ACKs are just lagging by a wide margin.
25+
thrown for cases where client ACKs are just lagging by a wide margin.
2626
* Upgraded to SimMath 1.4.0 to get the new IntRangeSet for receved acks tracking.
2727
* Converted the tracked ACK message ID sets to IntRangeSets for efficient storage
2828
and processing. (During normal processing, ACK IDs will almost always be
29-
a single contiguous range so a good candidate for IntRangeSet: one entry)
29+
a single contiguous range so a good candidate for IntRangeSet: one entry)
3030
* Fixed a bug in SentState message writing/receiving where more than 255 ACK
3131
IDs was causing overflow and randomly lost acks. (Fixed by sending ranges
3232
instead of every individual ACK set.) This also fixed a message size
33-
overflow issue.
33+
overflow issue.
3434

3535

36-
Version 1.4.0
36+
Version 1.4.0
3737
--------------
3838
* Fixed zone ID calculation for non-uniform grids. See PR #2.
3939
* Modified ZoneManager to automatically send "no-change" updates for

0 commit comments

Comments
 (0)