Skip to content

Commit

Permalink
Prepping for a minor release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pspeed42 committed Jul 2, 2020
1 parent 42f109b commit 7365df3
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 1,552 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ task buildScriptDependencies(type: org.gradle.api.tasks.diagnostics.DependencyRe

apply plugin: 'java'

version='1.3.2-SNAPSHOT'
version='1.3.2'

ext {
bintrayLabels = ['jMonkeyEngine', 'gamedev', 'Entity System']
Expand Down
2 changes: 1 addition & 1 deletion extensions/Zay-ES-Net/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'java'

version='1.4.2'
version='1.4.3'

ext.jmeVersion='3.1.0-stable'

Expand Down
16 changes: 10 additions & 6 deletions extensions/Zay-ES-Net/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
Zay-ES-Net v1.4.2 (latest)
Zay-ES-Net v1.4.3 (latest)
------------------
* Fixed an NPE in RemoteEntityData (presumably) when an entity set has been
closed while messages from the server are still pending.


Zay-ES-Net v1.4.2
------------------
* Fixed a bug in RemoteStringIndex where id=0 was being converted to id=-1
as if the item wasn't mapped.
* Fixed an NPE in RemoteEntityData (presumably) when an entity set has been
closed while messages from the server are still pending.


Zay-ES-Net v1.4.1
Zay-ES-Net v1.4.1
------------------
* Refixed the HostedEntityData.getStringInfo() to send back a -1 if the ID doesn't
exist so that the client side has the proper information to handle it as a
exist so that the client side has the proper information to handle it as a
non-cacheable miss. (Previous fix still threw NPEs.)


Zay-ES-Net v1.4.0
Zay-ES-Net v1.4.0
------------------
* Fixed HostedEntityData.getStringInfo() to send back a null if the ID doesn't exist
for the string rather than sending back -1. A -1 would have been cached but a
Expand Down
1,431 changes: 0 additions & 1,431 deletions nbproject/build-impl.xml

This file was deleted.

8 changes: 0 additions & 8 deletions nbproject/genfiles.properties

This file was deleted.

88 changes: 0 additions & 88 deletions nbproject/project.properties

This file was deleted.

15 changes: 0 additions & 15 deletions nbproject/project.xml

This file was deleted.

4 changes: 2 additions & 2 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Zay-ES Core v1.3.2 (unreleased)
Zay-ES Core v1.3.2 (latest)
-------------------
* Updated StringIndex javadoc to provide more information.


Zay-ES Core v1.3.1 (latest)
Zay-ES Core v1.3.1
-------------------
* Fixed MemStringIndex.getStringId(string, false) to return -1 instead of throwing
an NPE if the string has no ID.
Expand Down

0 comments on commit 7365df3

Please sign in to comment.