User Tools

Site Tools


relnotes

This is an old revision of the document!


Release notes

0.1.1

nothing happens at this moment

0.1.0

yet another change in database scheme

CREATE TABLE IF NOT EXISTS `camopts` (
  `id` INT(11) NOT NULL AUTO_INCREMENT,
  `cameraid` INT(11) NOT NULL,
  `rtspport` INT(11) DEFAULT NULL,
  `keepsubalive` tinyint(2) NOT NULL DEFAULT 0,
  `order` INT(11) DEFAULT NULL,
  PRIMARY KEY  (`id`),
  KEY `cameraid` (`cameraid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;

0.0.9

some new options here

alter.ini
LIVE_WALL=1
CHANSHOTS_VALIDATION=1

Wow, something changed in database, just apply 0.0.9 database patch

CREATE TABLE IF NOT EXISTS `custtpls` (
  `id` INT(11) NOT NULL AUTO_INCREMENT,
  `name` VARCHAR(64) NOT NULL,
  `proto` VARCHAR(10) NOT NULL,
  `main` VARCHAR(255) NOT NULL,
  `sub` VARCHAR(255) NOT NULL,
  `rtspport` INT(11) NOT NULL,
  `sound` tinyint(2) NOT NULL DEFAULT 0,
  `ptz` tinyint(2) NOT NULL DEFAULT 0,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;

0.0.8

Wow, something changed in database, just apply 0.0.8 database patch

ALTER TABLE `lair` CHANGE `value` `value` LONGTEXT NULL DEFAULT NULL;

and following options

alter.ini
LIVE_WALL=1

using update manager.

0.0.7

still nothing required

0.0.6

nothing at this moment

0.0.5

alter.ini
NEURAL_ENABLED=0
NEURAL_API_URL="http://dragonfly:8080"

0.0.4

alter.ini
ROTATOR_FAST=1

0.0.3

nothing special at this time

0.0.2

can be installed and looks like it works

relnotes.1725274824.txt.gz · Last modified: 2024/09/02 14:00 by nightfly