Release Notes

for SaberNet DCS 2.0

Title:SaberNet DCS Release Notes
Authors: Seth Remington <sremington@saberlogic.com>
Date: 2013-08-09
Revision: 1.3.2.22
Description:Important release notes for SaberNet DCS.

Contents

Version 2.0.21

There are database changes in this version that will require the database to be updated. To perform the database upgrade follow the follow instructions:

Linux

  1. Back up your current database. Do it.
  2. Change into the "upgrade" folder inside the root directory of the source.
  3. Run the "upgrade_to_2_0_21.py" script. (i.e. ./upgrade_to_2_0_21.py or python upgrade_to_2_0_21.py)
  4. You will be prompted to enter the host, username, password, and name of your database and then it will perform the database upgrade.

Windows

  1. Back up your current database. Do it.
  2. Run the "upgrade_to_2_0_21.exe" program.
  3. You will be prompted to enter the host, username, password, and name of your database and then it will perform the database upgrade.

Version 2.0.20

There are database changes in this version that will require the database to be updated. To perform the database upgrade follow the follow instructions:

Linux

  1. Back up your current database. Do it.
  2. Change into the "upgrade" folder inside the root directory of the source.
  3. Run the "upgrade_to_2_0_20.py" script. (i.e. ./upgrade_to_2_0_20.py or python upgrade_to_2_0_20.py)
  4. You will be prompted to enter the host, username, password, and name of your database and then it will perform the database upgrade.

Windows

  1. Back up your current database. Do it.
  2. Run the "upgrade_to_2_0_20.exe" program.
  3. You will be prompted to enter the host, username, password, and name of your database and then it will perform the database upgrade.

Version 2.0.19

Version 2.0.18

Version 2.0.17

Version 2.0.16

Version 2.0.15

Version 2.0.14

Version 2.0.13

Version 2.0.12

Version 2.0.11

There are database changes in this version that will require the database to be updated. To perform the database upgrade follow the follow instructions:

Linux

  1. Back up your current database. Do it.
  2. Change into the "upgrade" folder inside the root directory of the source.
  3. Run the "upgrade_to_2_0_11.py" script. (i.e. ./upgrade_to_2_0_11.py or python upgrade_to_2_0_11.py)
  4. You will be prompted to enter the host, username, password, and name of your database and then it will perform the database upgrade.

Windows

  1. Back up your current database. Do it.
  2. Run the "upgrade_to_2_0_11.exe" program.
  3. You will be prompted to enter the host, username, password, and name of your database and then it will perform the database upgrade.

Version 2.0.10

* IMPORTANT * Becuase of a bug in the way the client checked the server's version number the clients must be >= 2.0.9 to connect to a 2.0.10 server. If the client version is older than 2.0.9 then it will exit imediately when it is started (possibly ungracefully).

Version 2.0.8

Version 2.0.7

mysql -u <username> -p --force -D <database name> < sndcs/sndcs.mkmodel/Indexes.sql

i.e. mysql -u root -p --force -D sndcs2 < sndcs/sndcs.mkmodel/Indexes.sql
(The --force command will continue when there is an error because some of the indexes may already exist.)
  • It only works with MySQL as the database backend
  • The database will be named "sndcs2". You cannot change it.
  • The DCS Server and DCS Web are currently not Windows services so they will run in a console / command-line window.

Hosted by SourceForge Get SaberNet DCS at SourceForge.net. Fast, secure and Free Open Source software downloads