All production builds are starting from X.Y.100* and development builds (not for productive use) are starting from X.Y.1 - 99

* (Where X=Major software version and Y=Service pack number)

Download Links

Upgrade Information

Improvement: Randomly create file link IDs

By default PowerFolder keeps the identical file link URL even if a file or directory gets re-used (deleted and restored/re-created)

file_link.random_ids.enabled=false

to enable generation of new random IDs every time in file link URL when deleting and creating a file link to the same folder, directory or file set

file_link.random_ids.enabled=true

Improvement: Auto Cleanup "phantom" folders

It was possible that folders got stuck - only visible on client, hidden in web portal, but not on server storage. Creating a new folder with the same name was also not possible.

To cleanup this add/set the following entry to PowerFolder.config at the server:

server.sync.mandatory=true

Default behavior:

server.sync.mandatory=false

New Feature: Audit Fields

The following fields are added for auditing:

creationDate, creationAccount, modifiedDate, modifiedAccount

To the following tables in the database:

Invitation, FolderSettings, Organization, Group, Account

In case of problems please update the database manually to db shema from 175 to 176 using the scripts:

H2, MySQL, MSSQL, PGSQL

Downgrade Information (optional)

Changes



Download Links

Changes