Page 1 of 1

[NEW] SFS2X 2.13.1 available!

Posted: 14 Dec 2017, 10:17
by Lapo

SmartFoxServer 2X Patch 2.13.1 is available for download.
The patch can be applied to any existing SFS2X 2.13, while if you're running an older release you will first need to download the base version (2.13.0) from here.

Download the SFS2X 2.13.1 patch from here

p.s. = see the release notes in the post below

Re: [NEW] SFS2X 2.13.1 available!

Posted: 14 Dec 2017, 10:20
by Lapo
Release notes:

NEW: support for Java 8 lambdas in Extensions
NEW: added option to pre-start all threads in the auto-load balancing thread pools
FIX: updated commons-collections 3.2.2 which fixes a security issue
FIX: extensions JS API calls with optional parameters can cause runtime exception if optional values are not passed
FIX: performance improvement for Group event dispatch, when running lots of NPCs

Re: [NEW] SFS2X 2.13.1 available!

Posted: 19 Dec 2017, 13:20
by arodrigo
Hi Lapo,

Congrats for the update!

In the changelog says
[FIX] Updated commons-collections 3.2.2 which fixes a security issue
but looking at the patch before add it in our servers we see the old jar with the 3.2.1 version.

Code: Select all

SFS2X-Patch-2.13.1$ tree _patch
_patch
└── Server
    ├── descriptors
    │   └── config_server.txt
    ├── js
    │   ├── JSApi.js
    │   ├── LibApi.js
    │   └── LibUtil.js
    └── lib
        ├── commons-collections-3.2.1.jar
        └── sfs2x.jar

4 directories, 6 files


and the manifest of the jar is the 3.2.1

Code: Select all

cat META-INF/MANIFEST.MF
Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: 1.5.0_07 (Sun Microsystems Inc.)
Built-By: Niall Pemberton
Build-Jdk: 1.5.0_07
Implementation-Title: Commons Collections
Implementation-Vendor: The Apache Software Foundation
Implementation-Vendor-Id: org.apache
Implementation-Version: 3.2.1
Specification-Title: Commons Collections
Specification-Vendor: The Apache Software Foundation
Specification-Version: 3.2.1
X-Compile-Source-JDK: 1.2
X-Compile-Target-JDK: 1.2
...


Its a mistake or its correct?

Thanks

Re: [NEW] SFS2X 2.13.1 available!

Posted: 20 Dec 2017, 10:13
by Lapo
Hi,
the file was supposed to have the same name to overwrite the previous one but I guess this has led to some confusion with the versioning. Apologies for this.
The patch has been re-updated. You can download it and re-apply it at any time.

Hope it helps