HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Users/Michel/Documents/Dump20230219/bitnami_redmine_changesets.sql
CREATE DATABASE  IF NOT EXISTS `bitnami_redmine` /*!40100 DEFAULT CHARACTER SET utf8 */;
USE `bitnami_redmine`;
-- MySQL dump 10.13  Distrib 5.7.17, for Win64 (x86_64)
--
-- Host: 127.0.0.1    Database: bitnami_redmine
-- ------------------------------------------------------
-- Server version	5.7.32-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `changesets`
--

DROP TABLE IF EXISTS `changesets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `changesets` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `repository_id` int(11) NOT NULL,
  `revision` varchar(255) NOT NULL,
  `committer` varchar(255) DEFAULT NULL,
  `committed_on` datetime NOT NULL,
  `comments` longtext,
  `commit_date` date DEFAULT NULL,
  `scmid` varchar(255) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `changesets_repos_rev` (`repository_id`,`revision`),
  KEY `index_changesets_on_user_id` (`user_id`),
  KEY `index_changesets_on_repository_id` (`repository_id`),
  KEY `index_changesets_on_committed_on` (`committed_on`),
  KEY `changesets_repos_scmid` (`repository_id`,`scmid`)
) ENGINE=InnoDB AUTO_INCREMENT=2618 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `changesets`
--

LOCK TABLES `changesets` WRITE;
/*!40000 ALTER TABLE `changesets` DISABLE KEYS */;
INSERT INTO `changesets` VALUES (1,2,'1','Michel','2012-01-09 15:38:24','Import initial','2012-01-09',NULL,1),(2,2,'2','','2012-01-09 18:32:36','Test','2012-01-09',NULL,NULL),(3,2,'3','','2012-01-09 18:57:32','Import initial stack linux','2012-01-09',NULL,NULL),(4,2,'4','','2012-01-10 10:32:01','retrait du dossier build. Fichier regenerer par cmake','2012-01-10',NULL,NULL),(5,2,'5','','2012-01-10 10:53:52','merge opcua_config.h','2012-01-10',NULL,NULL),(6,2,'6','','2012-01-10 11:04:05','merge opcua_core.h et opcua_datetime.h','2012-01-10',NULL,NULL),(7,2,'7','','2012-01-10 11:16:20','merge dans trunk de opcua_datetime.h','2012-01-10',NULL,NULL),(8,2,'8','','2012-01-10 11:23:06','merge dans trunk de opcua_core.h','2012-01-10',NULL,NULL),(9,2,'9','','2012-01-10 11:41:51','merge dans la branche linux de opcua_platformdef.h','2012-01-10',NULL,NULL),(10,2,'10','','2012-01-10 11:44:23','commit dans le trunk de opcua_platformdefs.h','2012-01-10',NULL,NULL),(11,2,'11','','2012-01-10 11:45:02','','2012-01-10',NULL,NULL),(12,2,'12','','2012-01-10 15:55:20','Fin merge dans la branche linux','2012-01-10',NULL,NULL),(13,2,'13','','2012-01-10 15:58:24','Merge des fichiers .h','2012-01-10',NULL,NULL),(14,2,'14','','2012-01-10 18:14:26','etat du merge dans la branche linux le 10/01/2012 18:15','2012-01-10',NULL,NULL),(15,2,'15','','2012-01-11 15:04:25','merge des sources de la stack dans la branche linux','2012-01-11',NULL,NULL),(16,2,'16','','2012-01-11 15:15:07','merge de la stack dans le trunk','2012-01-11',NULL,NULL),(17,2,'17','','2012-01-11 15:25:03','preparation merge','2012-01-11',NULL,NULL),(18,2,'18','','2012-01-11 15:50:15','test merge','2012-01-11',NULL,NULL),(19,2,'19','','2012-01-11 16:10:40','merge de la stack dans le trunk','2012-01-11',NULL,NULL),(20,2,'20','','2012-01-11 18:49:54','','2012-01-11',NULL,NULL),(21,2,'21','','2012-01-11 18:52:17','','2012-01-11',NULL,NULL),(22,2,'22','','2012-01-11 18:52:25','','2012-01-11',NULL,NULL),(23,2,'23','','2012-01-11 18:52:36','','2012-01-11',NULL,NULL),(24,2,'24','','2012-01-11 18:52:47','','2012-01-11',NULL,NULL),(25,2,'25','','2012-01-11 18:53:02','','2012-01-11',NULL,NULL),(26,2,'26','','2012-01-11 18:58:31','','2012-01-11',NULL,NULL),(27,2,'27','','2012-01-11 18:58:41','','2012-01-11',NULL,NULL),(28,2,'28','','2012-01-11 18:59:51','','2012-01-11',NULL,NULL),(29,3,'1','Michel','2012-01-17 20:35:10','','2012-01-17',NULL,1),(30,3,'2','Michel','2012-01-17 20:35:20','','2012-01-17',NULL,1),(31,3,'3','Michel','2012-01-17 23:53:58','','2012-01-17',NULL,1),(32,3,'4','Michel','2012-01-17 23:54:07','','2012-01-17',NULL,1),(33,3,'5','Michel','2012-01-18 00:01:02','','2012-01-18',NULL,1),(34,8,'1','Michel','2012-01-18 00:24:18','','2012-01-18',NULL,1),(35,8,'2','Michel','2012-01-18 00:24:37','','2012-01-18',NULL,1),(36,9,'1','Michel','2012-01-18 01:03:18','','2012-01-18',NULL,1),(37,9,'2','Michel','2012-01-18 01:03:20','','2012-01-18',NULL,1),(38,10,'1','Michel','2012-01-18 01:08:57','','2012-01-18',NULL,1),(39,10,'2','Michel','2012-01-18 01:09:01','','2012-01-18',NULL,1),(40,11,'1','Michel','2012-01-18 02:01:19','Publication initiale du QuickServer V1','2012-01-18',NULL,1),(41,11,'2','Michel','2012-01-18 02:01:57','','2012-01-18',NULL,1),(42,12,'1','Michel','2012-01-18 02:07:58','','2012-01-18',NULL,1),(43,12,'2','Michel','2012-01-18 02:08:02','','2012-01-18',NULL,1),(44,12,'3','Michel','2012-01-18 02:11:30','','2012-01-18',NULL,1),(45,13,'1','Michel','2012-01-18 02:56:53','','2012-01-18',NULL,1),(46,13,'2','Michel','2012-01-18 02:57:01','','2012-01-18',NULL,1),(47,14,'1','Michel','2012-01-18 03:25:15','','2012-01-18',NULL,1),(48,14,'2','Michel','2012-01-18 03:25:19','','2012-01-18',NULL,1),(49,14,'3','Michel','2012-01-18 03:47:48','','2012-01-18',NULL,1),(50,14,'4','Michel','2012-01-18 03:54:44','','2012-01-18',NULL,1),(51,9,'3','Michel','2012-01-18 03:39:08','','2012-01-18',NULL,1),(52,15,'1','Michel','2012-01-18 11:51:41','','2012-01-18',NULL,1),(53,15,'2','Michel','2012-01-18 11:52:04','','2012-01-18',NULL,1),(54,14,'5','Michel','2012-01-18 11:51:49','','2012-01-18',NULL,1),(55,11,'3','Michel','2012-01-18 02:14:06','','2012-01-18',NULL,1),(56,2,'29','gulemarch','2012-01-19 10:27:40','Fin du merge de la stack : modification pour traitement des sockets et des mutex (demande d\'évolution #3)','2012-01-19',NULL,NULL),(57,2,'30','Michel','2012-01-19 11:32:11','','2012-01-19',NULL,1),(58,2,'31','Michel','2012-01-19 11:45:13','','2012-01-19',NULL,1),(59,2,'32','Michel','2012-01-19 12:05:07','folder to store Beta 1 of the stack V1','2012-01-19',NULL,1),(60,2,'33','Michel','2012-01-19 12:05:53','','2012-01-19',NULL,1),(61,2,'34','gulemarch','2012-01-19 12:21:44','','2012-01-19',NULL,NULL),(62,2,'35','gulemarch','2012-01-19 12:46:58','','2012-01-19',NULL,NULL),(63,11,'4','Michel','2012-01-19 11:13:02','','2012-01-19',NULL,1),(64,2,'36','Michel','2012-01-20 07:16:35','Beta 1 of the stack V1','2012-01-20',NULL,1),(65,11,'5','Michel','2012-01-20 15:02:20','','2012-01-20',NULL,1),(66,11,'6','Michel','2012-01-20 15:03:13','Copie du Trunk Windows pour supression des adhÚrences','2012-01-20',NULL,1),(67,11,'7','Michel','2012-01-20 15:04:32','','2012-01-20',NULL,1),(68,4,'1','Michel','2012-01-17 21:37:22','','2012-01-17',NULL,1),(69,4,'2','Michel','2012-01-17 21:37:30','','2012-01-17',NULL,1),(70,3,'6','Michel','2012-01-18 00:24:34','','2012-01-18',NULL,1),(71,10,'3','Michel','2012-01-18 03:34:49','','2012-01-18',NULL,1),(72,10,'4','Michel','2012-01-18 03:37:41','','2012-01-18',NULL,1),(73,12,'4','Michel','2012-01-20 15:33:55','','2012-01-20',NULL,1),(74,12,'5','Michel','2012-01-20 15:39:56','Copie du Trunk Windows pour supression des adhÚrences','2012-01-20',NULL,1),(75,12,'6','Michel','2012-01-20 15:42:07','','2012-01-20',NULL,1),(76,2,'37','Michel','2012-01-24 02:11:23','','2012-01-24',NULL,1),(77,11,'8','Michel','2012-02-22 14:18:20','','2012-02-22',NULL,1),(78,12,'7','Michel','2012-02-22 14:18:33','','2012-02-22',NULL,1),(79,11,'9','Michel','2012-02-27 16:19:21','','2012-02-27',NULL,1),(80,11,'10','Michel','2012-03-06 14:08:31','','2012-03-06',NULL,1),(81,12,'8','Michel','2012-02-27 16:19:25','','2012-02-27',NULL,1),(82,2,'38','Michel','2012-03-13 10:21:22','','2012-03-13',NULL,1),(83,11,'11','Michel','2012-03-18 12:28:09','','2012-03-18',NULL,1),(84,11,'12','Michel','2012-03-18 12:28:17','','2012-03-18',NULL,1),(85,11,'13','Michel','2012-03-18 12:28:24','','2012-03-18',NULL,1),(86,11,'14','Michel','2012-03-18 12:28:31','','2012-03-18',NULL,1),(87,11,'15','Michel','2012-03-18 12:28:40','','2012-03-18',NULL,1),(88,11,'16','Michel','2012-03-18 12:28:47','','2012-03-18',NULL,1),(89,11,'17','Michel','2012-03-18 12:30:09','','2012-03-18',NULL,1),(90,11,'18','Michel','2012-03-18 12:30:16','','2012-03-18',NULL,1),(91,11,'19','Michel','2012-03-18 12:30:23','','2012-03-18',NULL,1),(92,11,'20','Michel','2012-03-18 12:30:29','','2012-03-18',NULL,1),(93,11,'21','Michel','2012-03-18 12:30:41','','2012-03-18',NULL,1),(94,11,'22','Michel','2012-03-18 12:30:49','','2012-03-18',NULL,1),(95,11,'23','Michel','2012-03-18 12:30:54','','2012-03-18',NULL,1),(96,11,'24','Michel','2012-03-19 11:04:26','','2012-03-19',NULL,1),(97,11,'25','Michel','2012-03-19 11:04:31','','2012-03-19',NULL,1),(98,12,'9','Michel','2012-03-18 12:27:31','','2012-03-18',NULL,1),(99,12,'10','Michel','2012-03-19 11:27:53','','2012-03-19',NULL,1),(100,2,'39','Michel','2012-03-19 11:19:27','','2012-03-19',NULL,1),(101,11,'26','Michel','2012-03-23 12:29:12','','2012-03-23',NULL,1),(102,11,'27','Michel','2012-03-24 19:05:47','','2012-03-24',NULL,1),(103,11,'28','Michel','2012-03-26 08:26:48','','2012-03-26',NULL,1),(104,11,'29','Michel','2012-03-26 09:34:09','','2012-03-26',NULL,1),(105,11,'30','Michel','2012-03-27 09:40:34','','2012-03-27',NULL,1),(106,18,'1','Michel','2012-03-27 14:45:15','','2012-03-27',NULL,1),(107,18,'2','Michel','2012-03-27 14:45:35','','2012-03-27',NULL,1),(108,18,'3','Michel','2012-03-27 14:46:02','','2012-03-27',NULL,1),(109,18,'4','Michel','2012-03-27 15:08:29','','2012-03-27',NULL,1),(110,18,'5','Michel','2012-03-27 15:08:47','','2012-03-27',NULL,1),(111,12,'11','Michel','2012-03-27 15:08:46','','2012-03-27',NULL,1),(112,11,'31','Michel','2012-04-03 01:06:40','','2012-04-03',NULL,1),(113,2,'40','Michel','2012-04-03 01:11:33','Cosmectic change in the stack','2012-04-03',NULL,1),(114,14,'6','Michel','2012-04-06 14:16:44','','2012-04-06',NULL,1),(115,17,'1','Michel','2012-04-06 13:40:47','','2012-04-06',NULL,1),(116,17,'2','Michel','2012-04-06 13:41:28','','2012-04-06',NULL,1),(117,17,'3','Michel','2012-04-06 13:41:38','','2012-04-06',NULL,1),(118,17,'4','Michel','2012-04-06 14:20:07','Initial commit','2012-04-06',NULL,1),(119,17,'5','Michel','2012-04-06 14:20:12','','2012-04-06',NULL,1),(120,17,'6','Michel','2012-04-06 14:29:56','','2012-04-06',NULL,1),(121,11,'32','Michel','2012-04-06 16:10:07','','2012-04-06',NULL,1),(122,11,'33','Michel','2012-04-06 16:25:49','Add Header files to build the server','2012-04-06',NULL,1),(123,11,'34','Michel','2012-04-06 16:26:42','','2012-04-06',NULL,1),(124,11,'35','Michel','2012-04-06 16:29:57','','2012-04-06',NULL,1),(125,13,'3','Michel','2012-04-06 17:28:00','','2012-04-06',NULL,1),(126,12,'12','Michel','2012-04-03 01:06:41','','2012-04-03',NULL,1),(127,11,'36','gulemarch','2012-04-23 23:27:31','preparation pour commit de version desynchronisée','2012-04-23',NULL,NULL),(128,11,'37','gulemarch','2012-04-23 23:39:54','branche linux euriware avec gestion write asynchrone en béta','2012-04-23',NULL,NULL),(129,11,'38','Michel','2012-05-09 11:42:04','','2012-05-09',NULL,1),(130,11,'39','Michel','2012-05-11 19:49:46','','2012-05-11',NULL,1),(131,11,'40','Michel','2012-05-12 01:08:02','','2012-05-12',NULL,1),(132,12,'13','gulemarch','2012-04-23 23:26:36','preparation pour commit avec branche desynchronisée','2012-04-23',NULL,NULL),(133,12,'14','gulemarch','2012-04-23 23:42:09','mise à jour branche linux euriware','2012-04-23',NULL,NULL),(134,12,'15','Michel','2012-05-09 11:42:04','','2012-05-09',NULL,1),(135,12,'16','Michel','2012-05-11 19:49:48','','2012-05-11',NULL,1),(136,11,'41','Michel','2012-05-14 11:06:58','','2012-05-14',NULL,1),(137,11,'42','Michel','2012-05-14 14:32:12','','2012-05-14',NULL,1),(138,11,'43','Michel','2012-05-16 10:15:34','Réorganisation des includes.\npréparation du renommage des namespaces','2012-05-16',NULL,1),(139,11,'44','Michel','2012-05-16 10:15:36','Réorganisation des includes.\npréparation du renommage des namespaces','2012-05-16',NULL,1),(140,12,'17','Michel','2012-05-16 10:15:36','Réorganisation des includes.\npréparation du renommage des namespaces','2012-05-16',NULL,1),(141,12,'18','Michel','2012-05-22 00:03:41','','2012-05-22',NULL,1),(142,11,'45','Michel','2012-05-22 00:03:40','','2012-05-22',NULL,1),(143,11,'46','Michel','2012-05-22 11:22:45','','2012-05-22',NULL,1),(144,2,'41','Michel','2012-06-05 12:29:03','','2012-06-05',NULL,1),(145,12,'19','Michel','2012-06-05 10:58:07','','2012-06-05',NULL,1),(146,12,'20','Michel','2012-06-08 10:29:33','','2012-06-08',NULL,1),(147,12,'21','Michel','2012-06-09 18:32:18','','2012-06-09',NULL,1),(148,11,'47','Michel','2012-06-05 10:58:04','','2012-06-05',NULL,1),(149,11,'48','Michel','2012-06-08 10:29:22','','2012-06-08',NULL,1),(150,11,'49','Michel','2012-06-08 10:29:29','','2012-06-08',NULL,1),(151,11,'50','Michel','2012-06-09 18:32:18','','2012-06-09',NULL,1),(152,11,'51','Michel','2012-06-11 11:48:07','','2012-06-11',NULL,1),(153,11,'52','Michel','2012-06-12 08:44:03','','2012-06-12',NULL,1),(154,11,'53','Michel','2012-06-12 16:11:46','','2012-06-12',NULL,1),(155,11,'54','Michel','2012-06-13 15:22:55','','2012-06-13',NULL,1),(156,14,'7','Michel','2012-04-06 14:18:47','','2012-04-06',NULL,1),(157,14,'8','Michel','2012-04-06 14:18:54','','2012-04-06',NULL,1),(158,20,'1','Michel','2012-06-19 17:54:27','Initial commit','2012-06-19',NULL,1),(159,20,'2','Michel','2012-06-19 17:54:35','','2012-06-19',NULL,1),(160,22,'1','Michel','2012-06-25 11:51:59','First Commit','2012-06-25',NULL,1),(161,22,'2','Michel','2012-06-25 11:52:10','','2012-06-25',NULL,1),(162,22,'3','Michel','2012-06-25 11:52:20','','2012-06-25',NULL,1),(163,12,'22','Michel','2012-06-12 08:44:07','','2012-06-12',NULL,1),(164,12,'23','Michel','2012-06-23 16:02:12','','2012-06-23',NULL,1),(165,11,'55','Michel','2012-06-23 16:02:06','','2012-06-23',NULL,1),(166,13,'4','Michel','2012-04-06 17:43:02','','2012-04-06',NULL,1),(167,13,'5','Michel','2012-04-06 17:53:09','','2012-04-06',NULL,1),(168,13,'6','Michel','2012-04-06 18:09:48','','2012-04-06',NULL,1),(169,13,'7','Michel','2012-04-06 18:11:46','','2012-04-06',NULL,1),(170,11,'56','Michel','2012-06-26 17:39:16','','2012-06-26',NULL,1),(171,18,'6','Michel','2012-06-26 17:39:03','','2012-06-26',NULL,1),(172,18,'7','Michel','2012-06-26 17:44:40','','2012-06-26',NULL,1),(173,18,'8','Michel','2012-06-26 19:22:23','','2012-06-26',NULL,1),(174,18,'9','Michel','2012-06-28 14:16:30','','2012-06-28',NULL,1),(175,22,'4','Michel','2012-06-28 14:30:07','','2012-06-28',NULL,1),(176,22,'5','Michel','2012-06-28 20:06:02','','2012-06-28',NULL,1),(177,12,'24','Michel','2012-06-26 17:39:06','','2012-06-26',NULL,1),(178,12,'25','Michel','2012-06-26 19:22:06','','2012-06-26',NULL,1),(179,12,'26','Michel','2012-06-28 14:16:29','','2012-06-28',NULL,1),(180,22,'6','Michel','2012-07-02 02:33:27','','2012-07-02',NULL,1),(181,22,'7','Michel','2012-07-02 03:03:34','','2012-07-02',NULL,1),(182,22,'8','Michel','2012-07-02 03:09:23','','2012-07-02',NULL,1),(183,22,'9','Michel','2012-07-02 11:06:00','','2012-07-02',NULL,1),(184,11,'57','Michel','2012-07-02 11:38:59','','2012-07-02',NULL,1),(185,12,'27','Michel','2012-07-02 11:39:04','','2012-07-02',NULL,1),(186,22,'10','Michel','2012-07-03 03:05:11','','2012-07-03',NULL,1),(187,22,'11','Michel','2012-07-03 13:21:17','','2012-07-03',NULL,1),(188,22,'12','Michel','2012-07-03 23:47:32','','2012-07-03',NULL,1),(189,22,'13','Michel','2012-07-04 03:02:32','','2012-07-04',NULL,1),(190,22,'14','Michel','2012-07-04 10:51:16','','2012-07-04',NULL,1),(191,22,'15','Michel','2012-07-04 11:16:28','','2012-07-04',NULL,1),(192,22,'16','Michel','2012-07-04 12:24:43','','2012-07-04',NULL,1),(193,22,'17','Michel','2012-07-04 14:19:00','','2012-07-04',NULL,1),(194,22,'18','Michel','2012-07-05 01:52:27','','2012-07-05',NULL,1),(195,23,'1','Michel','2012-07-05 11:35:52','','2012-07-05',NULL,1),(196,23,'2','Michel','2012-07-05 13:01:49','','2012-07-05',NULL,1),(197,23,'3','Michel','2012-07-05 13:02:12','','2012-07-05',NULL,1),(198,23,'4','Michel','2012-07-05 13:09:46','','2012-07-05',NULL,1),(199,23,'5','Michel','2012-07-05 17:47:14','','2012-07-05',NULL,1),(200,23,'6','Michel','2012-07-05 20:33:07','','2012-07-05',NULL,1),(201,23,'7','Michel','2012-07-06 01:26:04','','2012-07-06',NULL,1),(202,23,'8','Michel','2012-07-06 02:14:50','','2012-07-06',NULL,1),(203,23,'9','Michel','2012-07-06 12:30:47','','2012-07-06',NULL,1),(204,23,'10','Michel','2012-07-06 15:17:50','','2012-07-06',NULL,1),(205,11,'58','Michel','2012-07-05 01:53:51','','2012-07-05',NULL,1),(206,11,'59','Michel','2012-07-06 16:12:06','','2012-07-06',NULL,1),(207,11,'60','Michel','2012-07-06 17:16:36','','2012-07-06',NULL,1),(208,11,'61','Michel','2012-07-07 11:13:06','Support des vecteurs comme type de données pour les VPI.\nIntroduction des attributs Dimension et NbElement dans le schema SubSystem.xsd','2012-07-07',NULL,1),(209,11,'62','Michel','2012-07-08 18:20:17','','2012-07-08',NULL,1),(210,12,'28','Michel','2012-07-05 01:53:40','Correction de bug et modification suite au developpement de l\'UAClientLib','2012-07-05',NULL,1),(211,12,'29','Michel','2012-07-07 01:47:51','','2012-07-07',NULL,1),(212,2,'42','Michel','2012-07-08 18:19:13','','2012-07-08',NULL,1),(213,22,'19','Michel','2012-07-09 09:11:12','','2012-07-09',NULL,1),(214,12,'30','Michel','2012-07-17 11:33:39','','2012-07-17',NULL,1),(215,11,'63','Michel','2012-07-17 11:33:37','','2012-07-17',NULL,1),(216,11,'64','Michel','2012-07-18 05:20:50','Correction dans le support des SecureChannels. Les SC sont associés a une instance de serveur et non pas a une  connection client/server ou a une session.\nEn résumé, le secureChannel est unique pour l\'ensemble des sessions.','2012-07-18',NULL,1),(217,11,'65','Michel','2012-08-01 09:35:56','','2012-08-01',NULL,1),(218,11,'66','Michel','2012-08-01 09:36:06','','2012-08-01',NULL,1),(219,11,'67','Michel','2012-08-01 09:38:12','Support du type tableau dans les VPI. Les tableaux ne pourront être que des vecteurs.','2012-08-01',NULL,1),(220,11,'68','Michel','2012-08-01 10:42:02','','2012-08-01',NULL,1),(221,12,'31','Michel','2012-07-18 05:20:56','','2012-07-18',NULL,1),(222,12,'32','Michel','2012-08-01 09:36:04','','2012-08-01',NULL,1),(223,23,'11','Michel','2012-07-07 00:50:34','','2012-07-07',NULL,1),(224,23,'12','Michel','2012-07-07 01:27:40','','2012-07-07',NULL,1),(225,23,'13','Michel','2012-07-07 01:55:53','','2012-07-07',NULL,1),(226,23,'14','Michel','2012-07-07 01:55:58','','2012-07-07',NULL,1),(227,23,'15','Michel','2012-07-07 11:59:15','','2012-07-07',NULL,1),(228,23,'16','Michel','2012-07-08 18:07:26','','2012-07-08',NULL,1),(229,23,'17','Michel','2012-07-08 18:28:28','','2012-07-08',NULL,1),(230,23,'18','Michel','2012-07-09 10:50:54','','2012-07-09',NULL,1),(231,23,'19','Michel','2012-07-28 11:23:23','','2012-07-28',NULL,1),(232,23,'20','Michel','2012-07-28 11:24:42','','2012-07-28',NULL,1),(233,23,'21','Michel','2012-07-31 01:09:55','','2012-07-31',NULL,1),(234,23,'22','Michel','2012-07-31 01:10:00','','2012-07-31',NULL,1),(235,23,'23','Michel','2012-08-01 19:25:04','','2012-08-01',NULL,1),(236,11,'69','Michel','2012-08-01 19:24:49','','2012-08-01',NULL,1),(237,11,'70','Michel','2012-08-02 15:02:02','Support des tableaux dans le VPI.\nSupport des tableaux de INT16,INT32,UINT16 et UINT32 dans le service Read','2012-08-02',NULL,1),(238,2,'43','gulemarch','2012-08-05 13:53:08','mise à jour branche linux','2012-08-05',NULL,NULL),(239,2,'44','Michel','2012-08-08 15:46:02','','2012-08-08',NULL,1),(240,11,'71','gulemarch','2012-08-05 13:52:14','Mise à jour branche linux avec implémentation HA','2012-08-05',NULL,NULL),(241,11,'72','gulemarch','2012-08-05 13:55:38','Mise à jour branche linux avec implémentation HA','2012-08-05',NULL,NULL),(242,11,'73','Michel','2012-08-07 13:53:22','','2012-08-07',NULL,1),(243,11,'74','Michel','2012-08-07 14:31:44','','2012-08-07',NULL,1),(244,11,'75','Michel','2012-08-09 00:04:46','','2012-08-09',NULL,1),(245,11,'76','Michel','2012-08-09 03:16:21','','2012-08-09',NULL,1),(246,2,'45','gulemarch','2012-08-08 23:40:21','reprise des correction de la branche linux','2012-08-08',NULL,NULL),(247,2,'46','gulemarch','2012-08-08 23:42:13','reprise des correction de la branche linux','2012-08-08',NULL,NULL),(248,11,'77','Michel','2012-08-09 10:57:34','','2012-08-09',NULL,1),(249,12,'33','gulemarch','2012-08-05 13:52:43','mise à jour branche linux euriware','2012-08-05',NULL,NULL),(250,12,'34','Michel','2012-08-07 13:50:16','','2012-08-07',NULL,1),(251,12,'35','Michel','2012-08-07 14:02:48','','2012-08-07',NULL,1),(252,12,'36','Michel','2012-08-09 00:04:43','','2012-08-09',NULL,1),(253,11,'78','Michel','2012-08-09 16:48:22','','2012-08-09',NULL,1),(254,11,'79','Michel','2012-08-10 03:33:29','','2012-08-10',NULL,1),(255,11,'80','Michel','2012-08-10 18:23:03','Version 1.0.0.4 fusionné Linux et Windows 90%','2012-08-10',NULL,1),(256,11,'81','Michel','2012-08-12 14:50:54','','2012-08-12',NULL,1),(257,12,'37','Michel','2012-08-10 03:33:31','','2012-08-10',NULL,1),(258,11,'82','Michel','2012-08-14 15:40:26','','2012-08-14',NULL,1),(259,11,'83','Michel','2012-08-14 15:40:57','','2012-08-14',NULL,1),(260,2,'47','Michel','2012-08-10 03:33:51','','2012-08-10',NULL,1),(261,2,'48','Michel','2012-08-15 16:54:02','','2012-08-15',NULL,1),(262,2,'49','Michel','2012-08-16 14:53:21','OpcUa_TcpListener_Create modeification pour une gestion plus precise des codes d\'erreur','2012-08-16',NULL,1),(263,15,'3','Michel','2012-04-06 13:45:42','','2012-04-06',NULL,1),(264,15,'4','Michel','2012-04-06 13:55:29','','2012-04-06',NULL,1),(265,15,'5','Michel','2012-08-23 13:21:23','Initial Commit','2012-08-23',NULL,1),(266,11,'84','Michel','2012-08-23 17:27:53','remplacement StdAfx.h par stdafx.h pour compatibilité GCC','2012-08-23',NULL,1),(267,11,'85','Michel','2012-08-25 18:42:14','','2012-08-25',NULL,1),(268,12,'38','Michel','2012-08-23 17:28:23','remplacement StdAfx.h par stdafx.h pour compatibilité GCC','2012-08-23',NULL,1),(269,12,'39','Michel','2012-08-25 18:42:12','','2012-08-25',NULL,1),(270,12,'40','Michel','2012-08-29 16:44:23','','2012-08-29',NULL,1),(271,12,'41','Michel','2012-08-29 22:37:08','Fusion Windows - Linux','2012-08-29',NULL,1),(272,11,'86','Michel','2012-08-29 16:50:49','','2012-08-29',NULL,1),(273,11,'87','Michel','2012-08-29 16:52:12','','2012-08-29',NULL,1),(274,11,'88','Michel','2012-08-29 23:24:40','','2012-08-29',NULL,1),(275,11,'89','Michel','2012-08-29 23:30:35','','2012-08-29',NULL,1),(276,11,'90','Michel','2012-08-30 23:14:04','','2012-08-30',NULL,1),(277,11,'91','Michel','2012-09-05 08:39:33','','2012-09-05',NULL,1),(278,2,'50','Michel','2012-08-29 23:24:04','Fusion Windows - Linux','2012-08-29',NULL,1),(279,2,'51','Michel','2012-09-05 14:45:42','','2012-09-05',NULL,1),(280,2,'52','Michel','2012-09-05 14:46:49','','2012-09-05',NULL,1),(281,2,'53','Michel','2012-09-05 14:47:11','','2012-09-05',NULL,1),(282,2,'54','Michel','2012-09-05 14:48:25','','2012-09-05',NULL,1),(283,13,'8','Michel','2012-08-29 22:38:48','Fusion Windows - Linux','2012-08-29',NULL,1),(284,11,'92','Michel','2012-09-05 20:11:05','','2012-09-05',NULL,1),(285,11,'93','Michel','2012-09-05 20:11:29','','2012-09-05',NULL,1),(286,11,'94','Michel','2012-09-05 20:11:36','','2012-09-05',NULL,1),(287,11,'95','Michel','2012-09-05 20:11:59','','2012-09-05',NULL,1),(288,11,'96','Michel','2012-09-05 21:13:09','','2012-09-05',NULL,1),(289,11,'97','Michel','2012-09-05 21:14:03','','2012-09-05',NULL,1),(290,11,'98','Michel','2012-09-05 21:27:20','','2012-09-05',NULL,1),(291,11,'99','Michel','2012-09-05 21:49:49','','2012-09-05',NULL,1),(292,11,'100','Michel','2012-09-05 21:51:20','','2012-09-05',NULL,1),(293,11,'101','Michel','2012-09-05 21:51:40','','2012-09-05',NULL,1),(294,11,'102','Michel','2012-09-05 21:51:48','','2012-09-05',NULL,1),(295,11,'103','Michel','2012-09-05 21:51:54','','2012-09-05',NULL,1),(296,11,'104','Michel','2012-09-05 21:51:58','','2012-09-05',NULL,1),(297,11,'105','Michel','2012-09-05 21:52:02','','2012-09-05',NULL,1),(298,11,'106','Michel','2012-09-05 21:52:06','','2012-09-05',NULL,1),(299,11,'107','Michel','2012-09-05 21:52:10','','2012-09-05',NULL,1),(300,11,'108','Michel','2012-09-05 21:52:15','','2012-09-05',NULL,1),(301,11,'109','Michel','2012-09-05 21:52:20','','2012-09-05',NULL,1),(302,11,'110','Michel','2012-09-05 21:52:28','','2012-09-05',NULL,1),(303,11,'111','Michel','2012-09-05 21:52:40','','2012-09-05',NULL,1),(304,11,'112','Michel','2012-09-05 21:52:48','','2012-09-05',NULL,1),(305,11,'113','Michel','2012-09-05 21:52:59','','2012-09-05',NULL,1),(306,11,'114','Michel','2012-09-05 21:53:03','','2012-09-05',NULL,1),(307,11,'115','Michel','2012-09-05 21:53:07','','2012-09-05',NULL,1),(308,11,'116','Michel','2012-09-05 22:04:38','','2012-09-05',NULL,1),(309,11,'117','Michel','2012-09-05 22:05:15','','2012-09-05',NULL,1),(310,11,'118','Michel','2012-09-05 22:09:05','','2012-09-05',NULL,1),(311,11,'119','Michel','2012-09-05 22:11:26','','2012-09-05',NULL,1),(312,2,'55','Michel','2012-09-05 15:29:34','','2012-09-05',NULL,1),(313,2,'56','Michel','2012-09-05 15:34:19','','2012-09-05',NULL,1),(314,2,'57','Michel','2012-09-05 15:40:04','','2012-09-05',NULL,1),(315,2,'58','bucheph','2012-09-06 12:54:30','','2012-09-06',NULL,NULL),(316,11,'120','bucheph','2012-09-07 15:11:40','','2012-09-07',NULL,NULL),(317,11,'121','bucheph','2012-09-07 15:11:59','','2012-09-07',NULL,NULL),(318,11,'122','Michel','2012-09-08 15:21:57','','2012-09-08',NULL,1),(319,11,'123','Michel','2012-09-10 22:46:13','Server en etat transitoire. Ne pas faire d\'update de vos souches','2012-09-10',NULL,1),(320,11,'124','Michel','2012-09-10 23:55:33','Attention suppression de la classe CUANamespaceTranslationMap. Cette classe ne fonctionne pas correctement avec les Vpi et le module de simulation.\nLes fichiers nodeset doivent être bien formé. L\'ordre des namespaceUri doit être cohérent au sein d\'un fichier NodeSet','2012-09-10',NULL,1),(321,11,'125','Michel','2012-09-12 00:32:04','','2012-09-12',NULL,1),(322,11,'126','bucheph','2012-09-12 17:05:39','','2012-09-12',NULL,NULL),(323,11,'127','Michel','2012-09-14 14:07:50','','2012-09-14',NULL,1),(324,13,'9','Michel','2012-09-05 20:51:37','','2012-09-05',NULL,1),(325,13,'10','Michel','2012-09-05 20:51:48','','2012-09-05',NULL,1),(326,13,'11','Michel','2012-09-05 20:52:01','','2012-09-05',NULL,1),(327,13,'12','Michel','2012-09-05 20:52:17','','2012-09-05',NULL,1),(328,13,'13','Michel','2012-09-05 20:52:29','','2012-09-05',NULL,1),(329,13,'14','Michel','2012-09-05 20:52:34','','2012-09-05',NULL,1),(330,13,'15','Michel','2012-09-05 20:54:43','','2012-09-05',NULL,1),(331,13,'16','Michel','2012-09-05 20:58:56','','2012-09-05',NULL,1),(332,13,'17','Michel','2012-09-05 20:59:05','','2012-09-05',NULL,1),(333,13,'18','Michel','2012-09-05 21:04:03','','2012-09-05',NULL,1),(334,13,'19','bucheph','2012-09-06 16:31:58','','2012-09-06',NULL,NULL),(335,13,'20','bucheph','2012-09-06 16:33:56','','2012-09-06',NULL,NULL),(336,13,'21','bucheph','2012-09-06 16:34:53','','2012-09-06',NULL,NULL),(337,13,'22','bucheph','2012-09-06 16:35:29','','2012-09-06',NULL,NULL),(338,13,'23','bucheph','2012-09-07 15:54:25','','2012-09-07',NULL,NULL),(339,13,'24','bucheph','2012-09-07 15:57:26','','2012-09-07',NULL,NULL),(340,13,'25','bucheph','2012-09-07 15:57:56','','2012-09-07',NULL,NULL),(341,13,'26','bucheph','2012-09-12 17:06:09','','2012-09-12',NULL,NULL),(342,2,'59','bucheph','2012-09-06 13:16:54','','2012-09-06',NULL,NULL),(343,2,'60','bucheph','2012-09-06 13:17:20','','2012-09-06',NULL,NULL),(344,2,'61','bucheph','2012-09-06 15:48:48','','2012-09-06',NULL,NULL),(345,2,'62','Michel','2012-09-07 10:24:23','Suppression warning, unification version Windows et WindowsCE. Evo pour GNUC','2012-09-07',NULL,1),(346,2,'63','bucheph','2012-09-07 10:25:05','','2012-09-07',NULL,NULL),(347,2,'64','bucheph','2012-09-07 10:25:23','','2012-09-07',NULL,NULL),(348,2,'65','bucheph','2012-09-07 10:26:32','','2012-09-07',NULL,NULL),(349,2,'66','Michel','2012-09-07 10:32:38','','2012-09-07',NULL,1),(350,2,'67','bucheph','2012-09-07 10:34:27','','2012-09-07',NULL,NULL),(351,2,'68','bucheph','2012-09-07 10:35:04','','2012-09-07',NULL,NULL),(352,2,'69','bucheph','2012-09-07 12:17:40','','2012-09-07',NULL,NULL),(353,2,'70','Michel','2012-09-07 12:18:29','','2012-09-07',NULL,1),(354,2,'71','Michel','2012-09-07 12:40:19','','2012-09-07',NULL,1),(355,2,'72','bucheph','2012-09-07 12:46:22','','2012-09-07',NULL,NULL),(356,2,'73','Michel','2012-09-07 12:46:47','introduction OpcUa_WcsCat','2012-09-07',NULL,1),(357,2,'74','bucheph','2012-09-07 15:10:50','','2012-09-07',NULL,NULL),(358,2,'75','bucheph','2012-09-07 15:52:53','','2012-09-07',NULL,NULL),(359,2,'76','Michel','2012-09-07 17:41:42','','2012-09-07',NULL,1),(360,2,'77','Michel','2012-09-07 18:54:35','implementation OpcUa_LoadLibrary et OpcUa_GetProcAddress','2012-09-07',NULL,1),(361,2,'78','Michel','2012-09-08 15:20:59','OpcUa_LoadLibrary est déplacé dans le shareLib. Il ne peut pas résider dans la stack pour des raisons spécifiques à Windows','2012-09-08',NULL,1),(362,2,'79','bucheph','2012-09-12 16:11:12','','2012-09-12',NULL,NULL),(363,2,'80','Michel','2012-09-14 14:08:23','','2012-09-14',NULL,1),(364,12,'42','Michel','2012-09-05 20:14:49','','2012-09-05',NULL,1),(365,12,'43','Michel','2012-09-05 20:14:57','','2012-09-05',NULL,1),(366,12,'44','Michel','2012-09-05 20:15:03','','2012-09-05',NULL,1),(367,12,'45','Michel','2012-09-05 20:15:15','','2012-09-05',NULL,1),(368,12,'46','Michel','2012-09-05 20:17:56','','2012-09-05',NULL,1),(369,12,'47','Michel','2012-09-05 20:18:35','','2012-09-05',NULL,1),(370,12,'48','bucheph','2012-09-07 12:52:01','','2012-09-07',NULL,NULL),(371,12,'49','bucheph','2012-09-07 12:52:14','','2012-09-07',NULL,NULL),(372,12,'50','bucheph','2012-09-07 13:09:04','','2012-09-07',NULL,NULL),(373,12,'51','bucheph','2012-09-07 15:52:25','','2012-09-07',NULL,NULL),(374,12,'52','Michel','2012-09-07 17:39:43','OpcUa_SWPrintf remplace les swprintf.','2012-09-07',NULL,1),(375,12,'53','Michel','2012-09-07 17:55:51','','2012-09-07',NULL,1),(376,12,'54','Michel','2012-09-07 17:56:57','','2012-09-07',NULL,1),(377,12,'55','Michel','2012-09-08 15:21:55','OpcUa_LoadLibrary dans la shareLib et utilisation de OpcUa_LoadLibrary et OpcUa_GetProcAddrss dans le coreServer.','2012-09-08',NULL,1),(378,12,'56','Michel','2012-09-10 22:46:16','','2012-09-10',NULL,1),(379,12,'57','bucheph','2012-09-12 17:05:52','','2012-09-12',NULL,NULL),(380,12,'58','Michel','2012-09-14 14:12:16','','2012-09-14',NULL,1),(381,12,'59','Michel','2012-10-18 02:43:30','','2012-10-18',NULL,1),(382,11,'128','Michel','2012-10-18 02:43:16','','2012-10-18',NULL,1),(383,11,'129','Michel','2012-10-31 18:10:25','','2012-10-31',NULL,1),(384,11,'130','Michel','2012-11-05 04:22:44','','2012-11-05',NULL,1),(385,11,'131','Michel','2012-11-07 17:02:58','','2012-11-07',NULL,1),(386,11,'132','Michel','2012-11-08 15:28:13','','2012-11-08',NULL,1),(387,15,'6','Michel','2012-08-23 15:12:14','','2012-08-23',NULL,1),(388,15,'7','Michel','2012-08-23 16:04:12','','2012-08-23',NULL,1),(389,15,'8','Michel','2012-09-12 00:37:40','','2012-09-12',NULL,1),(390,15,'9','Michel','2012-09-12 11:26:42','','2012-09-12',NULL,1),(391,15,'10','Michel','2012-11-08 18:08:59','','2012-11-08',NULL,1),(392,11,'133','Michel','2012-11-08 23:47:18','','2012-11-08',NULL,1),(393,11,'134','Michel','2012-11-08 23:47:54','','2012-11-08',NULL,1),(394,11,'135','Michel','2012-11-09 00:13:48','','2012-11-09',NULL,1),(395,11,'136','Michel','2012-11-11 04:00:30','Version provisoire. Ajout de nouveaux services :\nRepublish, SetMonitoredMode, SetPublishingMode, BrowseNext','2012-11-11',NULL,1),(396,11,'137','Michel','2012-11-12 19:28:49','','2012-11-12',NULL,1),(397,11,'138','Michel','2012-11-14 09:00:30','','2012-11-14',NULL,1),(398,11,'139','Michel','2012-11-15 23:27:31','','2012-11-15',NULL,1),(399,12,'60','Michel','2012-10-31 19:24:29','','2012-10-31',NULL,1),(400,12,'61','Michel','2012-11-07 17:03:08','','2012-11-07',NULL,1),(401,12,'62','Michel','2012-11-11 04:01:00','ShareLib : Ajout de nouvelles methode de comparaison. IsEqual','2012-11-11',NULL,1),(402,12,'63','Michel','2012-11-12 19:28:52','','2012-11-12',NULL,1),(403,12,'64','Michel','2012-11-14 09:00:33','','2012-11-14',NULL,1),(404,12,'65','Michel','2012-11-21 17:53:27','','2012-11-21',NULL,1),(405,2,'81','Michel','2012-11-07 17:02:41','','2012-11-07',NULL,1),(406,15,'11','Michel','2012-12-08 01:00:49','','2012-12-08',NULL,1),(407,15,'12','Michel','2012-12-11 09:50:24','','2012-12-11',NULL,1),(408,15,'13','Michel','2012-12-11 10:03:27','','2012-12-11',NULL,1),(409,15,'14','Michel','2012-12-11 12:09:19','','2012-12-11',NULL,1),(410,15,'15','Michel','2012-12-11 17:52:02','','2012-12-11',NULL,1),(411,17,'7','Michel','2012-09-10 14:18:38','','2012-09-10',NULL,1),(412,17,'8','Michel','2012-09-10 15:14:44','','2012-09-10',NULL,1),(413,17,'9','Michel','2012-09-11 19:35:26','','2012-09-11',NULL,1),(414,17,'10','Michel','2012-09-12 00:32:56','','2012-09-12',NULL,1),(415,17,'11','Michel','2012-09-12 11:26:30','','2012-09-12',NULL,1),(416,15,'16','Michel','2012-12-12 02:10:39','','2012-12-12',NULL,1),(417,15,'17','Michel','2012-12-12 02:10:44','','2012-12-12',NULL,1),(418,17,'12','Michel','2012-12-12 01:19:54','','2012-12-12',NULL,1),(419,17,'13','Michel','2012-12-12 01:21:10','','2012-12-12',NULL,1),(420,17,'14','Michel','2012-12-12 01:33:42','','2012-12-12',NULL,1),(421,17,'15','Michel','2012-12-12 01:44:18','','2012-12-12',NULL,1),(422,17,'16','Michel','2012-12-12 02:16:32','','2012-12-12',NULL,1),(423,17,'17','Michel','2012-12-12 02:31:39','','2012-12-12',NULL,1),(424,17,'18','Michel','2012-12-12 02:32:49','','2012-12-12',NULL,1),(425,17,'19','Michel','2012-12-12 02:38:47','','2012-12-12',NULL,1),(426,14,'9','Michel','2012-07-06 17:48:11','','2012-07-06',NULL,1),(427,12,'66','Michel','2012-12-13 00:56:46','','2012-12-13',NULL,1),(428,12,'67','Michel','2012-12-13 01:00:59','','2012-12-13',NULL,1),(429,12,'68','Michel','2012-12-13 01:03:13','','2012-12-13',NULL,1),(430,12,'69','Michel','2012-12-13 01:03:46','','2012-12-13',NULL,1),(431,12,'70','Michel','2012-12-13 01:12:42','','2012-12-13',NULL,1),(432,12,'71','Michel','2012-12-13 01:13:51','','2012-12-13',NULL,1),(433,12,'72','Michel','2012-12-13 01:14:48','','2012-12-13',NULL,1),(434,12,'73','Michel','2012-12-13 01:15:10','','2012-12-13',NULL,1),(435,12,'74','Michel','2012-12-13 01:21:50','','2012-12-13',NULL,1),(436,12,'75','Michel','2012-12-13 01:22:04','','2012-12-13',NULL,1),(437,12,'76','Michel','2012-12-13 01:22:41','','2012-12-13',NULL,1),(438,12,'77','Michel','2012-12-13 01:22:43','','2012-12-13',NULL,1),(439,12,'78','Michel','2012-12-13 01:22:57','','2012-12-13',NULL,1),(440,12,'79','Michel','2012-12-13 01:23:30','','2012-12-13',NULL,1),(441,12,'80','Michel','2012-12-13 01:23:43','','2012-12-13',NULL,1),(442,12,'81','Michel','2012-12-13 01:24:03','','2012-12-13',NULL,1),(443,12,'82','Michel','2012-12-13 01:24:26','','2012-12-13',NULL,1),(444,12,'83','Michel','2012-12-13 01:24:43','','2012-12-13',NULL,1),(445,12,'84','Michel','2012-12-13 01:25:02','','2012-12-13',NULL,1),(446,12,'85','Michel','2012-12-13 01:25:20','','2012-12-13',NULL,1),(447,12,'86','Michel','2012-12-13 01:25:35','','2012-12-13',NULL,1),(448,12,'87','Michel','2012-12-13 01:25:55','','2012-12-13',NULL,1),(449,12,'88','Michel','2012-12-13 01:26:16','','2012-12-13',NULL,1),(450,12,'89','Michel','2012-12-13 01:26:35','','2012-12-13',NULL,1),(451,12,'90','Michel','2012-12-13 01:26:50','','2012-12-13',NULL,1),(452,12,'91','Michel','2012-12-13 01:27:16','','2012-12-13',NULL,1),(453,12,'92','Michel','2012-12-13 02:49:55','','2012-12-13',NULL,1),(454,12,'93','Michel','2012-12-13 18:02:21','','2012-12-13',NULL,1),(455,12,'94','Michel','2012-12-14 06:56:20','','2012-12-14',NULL,1),(456,11,'140','Michel','2012-12-13 01:28:52','','2012-12-13',NULL,1),(457,11,'141','Michel','2012-12-13 01:36:49','','2012-12-13',NULL,1),(458,11,'142','Michel','2012-12-13 02:59:52','','2012-12-13',NULL,1),(459,11,'143','Michel','2012-12-14 06:56:22','','2012-12-14',NULL,1),(460,18,'10','Michel','2012-09-14 14:12:31','','2012-09-14',NULL,1),(461,2,'82','Michel','2013-01-08 15:53:06','','2013-01-08',NULL,1),(462,2,'83','Michel','2013-01-12 13:02:45','Modification de la stack pour le support de nouveau dataType définie dans la part8 v1.02 AxisInformation et AxisScaleEnumeration','2013-01-12',NULL,1),(463,11,'144','Michel','2012-12-21 03:49:25','Support BrowseNext, ContinuationPoint complexe et CTT','2012-12-21',NULL,1),(464,11,'145','Michel','2012-12-21 11:10:28','','2012-12-21',NULL,1),(465,11,'146','Michel','2012-12-21 11:10:35','','2012-12-21',NULL,1),(466,11,'147','Michel','2012-12-21 11:10:39','','2012-12-21',NULL,1),(467,11,'148','Michel','2012-12-26 12:09:38','','2012-12-26',NULL,1),(468,11,'149','Michel','2013-01-08 15:53:21','','2013-01-08',NULL,1),(469,11,'150','Michel','2013-01-11 15:56:43','','2013-01-11',NULL,1),(470,11,'151','Michel','2013-01-11 15:58:47','','2013-01-11',NULL,1),(471,11,'152','Michel','2013-01-16 18:07:42','','2013-01-16',NULL,1),(472,13,'27','Michel','2012-12-12 23:45:39','','2012-12-12',NULL,1),(473,13,'28','Michel','2012-12-12 23:49:34','','2012-12-12',NULL,1),(474,13,'29','Michel','2012-12-12 23:49:40','','2012-12-12',NULL,1),(475,13,'30','Michel','2012-12-13 00:19:37','','2012-12-13',NULL,1),(476,13,'31','Michel','2012-12-13 00:27:30','','2012-12-13',NULL,1),(477,13,'32','Michel','2012-12-13 00:28:30','','2012-12-13',NULL,1),(478,13,'33','Michel','2012-12-13 00:29:11','','2012-12-13',NULL,1),(479,13,'34','Michel','2012-12-13 00:29:32','','2012-12-13',NULL,1),(480,13,'35','Michel','2012-12-13 00:29:38','','2012-12-13',NULL,1),(481,13,'36','Michel','2012-12-13 00:29:43','','2012-12-13',NULL,1),(482,13,'37','Michel','2012-12-13 00:29:47','','2012-12-13',NULL,1),(483,13,'38','Michel','2012-12-13 00:29:51','','2012-12-13',NULL,1),(484,13,'39','Michel','2012-12-13 00:31:59','','2012-12-13',NULL,1),(485,13,'40','Michel','2012-12-13 17:49:29','','2012-12-13',NULL,1),(486,2,'84','Michel','2013-01-12 16:33:06','Support du nouveau datatype NetworkGroupDataType et EndpointUrlListDataType defini dans la spec 1.02','2013-01-12',NULL,1),(487,12,'95','Michel','2012-12-21 03:49:34','','2012-12-21',NULL,1),(488,12,'96','Michel','2012-12-26 12:09:43','','2012-12-26',NULL,1),(489,12,'97','Michel','2013-01-08 15:53:18','','2013-01-08',NULL,1),(490,12,'98','Michel','2013-01-11 15:56:45','','2013-01-11',NULL,1),(491,12,'99','Michel','2013-01-16 18:07:44','','2013-01-16',NULL,1),(492,11,'153','Michel','2013-01-27 16:26:23','Suppression de tous les \"for each\" pour assurer une meilleure compa avec GCC','2013-01-27',NULL,1),(493,2,'85','Michel','2013-02-04 09:01:40','','2013-02-04',NULL,1),(494,12,'100','Michel','2013-01-31 17:59:06','','2013-01-31',NULL,1),(495,12,'101','Michel','2013-02-02 13:39:58','','2013-02-02',NULL,1),(496,11,'154','Michel','2013-01-30 18:43:12','','2013-01-30',NULL,1),(497,11,'155','Michel','2013-01-31 09:53:39','Correction du mecanisme de construction et de remplissage des messages de KeepAlive  pour test CTT','2013-01-31',NULL,1),(498,11,'156','Michel','2013-01-31 09:53:44','','2013-01-31',NULL,1),(499,11,'157','Michel','2013-01-31 17:59:04','Monitor Basic All compliant wiht the new release of the CTT 1.1.1.145','2013-01-31',NULL,1),(500,11,'158','Michel','2013-02-02 13:39:55','Creation des classes permettant la prise en charge de la notification des changement d\'état du serveur.','2013-02-02',NULL,1),(501,11,'159','Michel','2013-02-03 09:28:13','','2013-02-03',NULL,1),(502,11,'160','Michel','2013-02-16 09:45:34','','2013-02-16',NULL,1),(503,11,'161','Michel','2013-02-18 02:56:44','','2013-02-18',NULL,1),(504,11,'162','Michel','2013-03-05 14:48:46','','2013-03-05',NULL,1),(505,11,'163','Michel','2013-03-05 15:25:44','','2013-03-05',NULL,1),(506,13,'41','Michel','2013-03-11 14:38:11','','2013-03-11',NULL,1),(507,23,'24','Michel','2012-08-02 15:18:16','','2012-08-02',NULL,1),(508,23,'25','Michel','2012-08-02 16:06:10','','2012-08-02',NULL,1),(509,23,'26','Michel','2012-08-04 00:21:48','','2012-08-04',NULL,1),(510,23,'27','Michel','2012-08-06 23:30:01','','2012-08-06',NULL,1),(511,23,'28','Michel','2012-08-07 02:57:31','','2012-08-07',NULL,1),(512,23,'29','Michel','2012-08-09 03:21:40','','2012-08-09',NULL,1),(513,23,'30','Michel','2012-08-23 16:08:02','','2012-08-23',NULL,1),(514,23,'31','Michel','2012-08-23 16:10:28','','2012-08-23',NULL,1),(515,23,'32','Michel','2012-09-04 17:49:28','','2012-09-04',NULL,1),(516,23,'33','Michel','2012-09-04 21:51:53','','2012-09-04',NULL,1),(517,23,'34','Michel','2012-09-05 19:59:55','','2012-09-05',NULL,1),(518,23,'35','Michel','2012-09-05 20:07:25','','2012-09-05',NULL,1),(519,23,'36','Michel','2012-11-08 18:19:53','','2012-11-08',NULL,1),(520,23,'37','Michel','2012-12-12 22:42:08','','2012-12-12',NULL,1),(521,11,'164','Michel','2013-03-13 16:50:38','','2013-03-13',NULL,1),(522,11,'165','Michel','2013-03-20 15:28:03','','2013-03-20',NULL,1),(523,11,'166','Michel','2013-03-20 20:09:03','','2013-03-20',NULL,1),(524,11,'167','Michel','2013-03-20 20:09:26','','2013-03-20',NULL,1),(525,11,'168','Michel','2013-03-20 20:09:39','','2013-03-20',NULL,1),(526,11,'169','Michel','2013-03-20 20:10:07','','2013-03-20',NULL,1),(527,11,'170','Michel','2013-03-20 20:12:42','','2013-03-20',NULL,1),(528,11,'171','Michel','2013-03-20 20:15:45','','2013-03-20',NULL,1),(529,11,'172','Michel','2013-03-20 20:19:24','Tag creation march 2013','2013-03-20',NULL,1),(530,11,'173','Michel','2013-03-20 20:22:57','','2013-03-20',NULL,1),(531,11,'174','Michel','2013-03-20 20:35:22','','2013-03-20',NULL,1),(532,11,'175','Michel','2013-03-20 20:42:53','','2013-03-20',NULL,1),(533,11,'176','Michel','2013-03-20 20:53:22','','2013-03-20',NULL,1),(534,11,'177','Michel','2013-03-20 20:53:35','','2013-03-20',NULL,1),(535,11,'178','Michel','2013-03-20 20:53:52','','2013-03-20',NULL,1),(536,11,'179','Michel','2013-03-20 20:56:49','','2013-03-20',NULL,1),(537,2,'86','Michel','2013-03-13 15:02:44','','2013-03-13',NULL,1),(538,11,'180','Michel','2013-03-20 21:03:46','','2013-03-20',NULL,1),(539,11,'181','Michel','2013-03-20 21:57:09','','2013-03-20',NULL,1),(540,22,'20','Michel','2012-08-07 13:50:07','','2012-08-07',NULL,1),(541,22,'21','Michel','2012-08-07 15:03:45','','2012-08-07',NULL,1),(542,22,'22','Michel','2012-08-19 01:55:34','Suppression des adhérences Windows.','2012-08-19',NULL,1),(543,22,'23','Michel','2012-08-20 03:45:08','','2012-08-20',NULL,1),(544,22,'24','Michel','2012-08-20 03:54:06','','2012-08-20',NULL,1),(545,22,'25','Michel','2012-08-20 22:28:06','','2012-08-20',NULL,1),(546,22,'26','Michel','2012-08-23 00:28:27','','2012-08-23',NULL,1),(547,22,'27','Michel','2012-09-14 14:08:09','','2012-09-14',NULL,1),(548,22,'28','Michel','2012-09-28 16:28:26','','2012-09-28',NULL,1),(549,22,'29','Michel','2012-10-03 13:58:55','','2012-10-03',NULL,1),(550,22,'30','Michel','2012-10-04 13:27:05','','2012-10-04',NULL,1),(551,22,'31','Michel','2012-10-04 13:40:30','','2012-10-04',NULL,1),(552,22,'32','Michel','2012-10-04 19:44:57','','2012-10-04',NULL,1),(553,22,'33','Michel','2012-10-04 23:26:31','','2012-10-04',NULL,1),(554,22,'34','Michel','2012-10-04 23:28:09','','2012-10-04',NULL,1),(555,22,'35','Michel','2012-10-05 22:46:07','Mecanisme de trace en cours d\'implementation...','2012-10-05',NULL,1),(556,22,'36','Michel','2012-10-11 20:44:28','','2012-10-11',NULL,1),(557,22,'37','Michel','2012-10-12 18:20:10','','2012-10-12',NULL,1),(558,22,'38','Michel','2012-10-15 02:39:07','Support d\'une nouvelle fonction de trace et du fonction callback parmettant de surveiller la relation client/serveur et de notifier le client en cas d\'erreur via une fonction callback','2012-10-15',NULL,1),(559,22,'39','Michel','2012-11-21 17:52:50','','2012-11-21',NULL,1),(560,22,'40','Michel','2013-01-21 16:01:06','','2013-01-21',NULL,1),(561,22,'41','Michel','2013-01-21 17:32:36','','2013-01-21',NULL,1),(562,22,'42','Michel','2013-01-27 15:29:13','','2013-01-27',NULL,1),(563,22,'43','Michel','2013-02-07 20:00:38','','2013-02-07',NULL,1),(564,22,'44','Michel','2013-02-08 16:37:49','Correction d\'un probleme de notification (SubscriptionClient.cpp) PublishAsyncCallback','2013-02-08',NULL,1),(565,22,'45','Michel','2013-02-08 17:07:34','','2013-02-08',NULL,1),(566,22,'46','Michel','2013-03-05 18:57:52','','2013-03-05',NULL,1),(567,22,'47','Michel','2013-03-13 14:40:06','','2013-03-13',NULL,1),(568,11,'182','Michel','2013-03-21 14:21:24','','2013-03-21',NULL,1),(569,11,'183','Michel','2013-03-21 19:24:30','','2013-03-21',NULL,1),(570,11,'184','Michel','2013-03-22 15:33:10','','2013-03-22',NULL,1),(571,3,'7','Michel','2012-10-29 08:56:18','','2012-10-29',NULL,1),(572,11,'185','Michel','2013-03-24 22:59:50','','2013-03-24',NULL,1),(573,11,'186','Michel','2013-03-25 00:13:53','','2013-03-25',NULL,1),(574,11,'187','Michel','2013-03-25 00:35:02','','2013-03-25',NULL,1),(575,11,'188','Michel','2013-03-25 14:22:49','','2013-03-25',NULL,1),(576,11,'189','Michel','2013-03-25 14:22:56','','2013-03-25',NULL,1),(577,11,'190','Michel','2013-03-25 14:23:03','','2013-03-25',NULL,1),(578,11,'191','Michel','2013-03-25 14:23:07','','2013-03-25',NULL,1),(579,11,'192','Michel','2013-03-25 14:57:19','','2013-03-25',NULL,1),(580,17,'20','Michel','2012-12-12 10:26:13','','2012-12-12',NULL,1),(581,17,'21','Michel','2012-12-12 15:04:48','','2012-12-12',NULL,1),(582,17,'22','Michel','2012-12-12 15:20:59','','2012-12-12',NULL,1),(583,17,'23','Michel','2012-12-12 15:30:02','','2012-12-12',NULL,1),(584,17,'24','Michel','2012-12-12 15:30:10','','2012-12-12',NULL,1),(585,17,'25','Michel','2012-12-12 15:30:36','','2012-12-12',NULL,1),(586,17,'26','Michel','2012-12-12 15:33:17','','2012-12-12',NULL,1),(587,17,'27','Michel','2012-12-12 15:36:28','','2012-12-12',NULL,1),(588,17,'28','Michel','2012-12-12 15:36:44','','2012-12-12',NULL,1),(589,17,'29','Michel','2012-12-12 15:47:16','','2012-12-12',NULL,1),(590,17,'30','Michel','2012-12-12 15:47:26','','2012-12-12',NULL,1),(591,17,'31','Michel','2012-12-12 15:54:59','','2012-12-12',NULL,1),(592,17,'32','Michel','2012-12-12 15:55:16','','2012-12-12',NULL,1),(593,17,'33','Michel','2012-12-12 16:01:22','','2012-12-12',NULL,1),(594,17,'34','Michel','2012-12-12 16:18:38','','2012-12-12',NULL,1),(595,17,'35','Michel','2012-12-12 16:20:59','','2012-12-12',NULL,1),(596,17,'36','Michel','2012-12-12 16:49:58','','2012-12-12',NULL,1),(597,11,'193','Michel','2013-03-31 23:18:29','','2013-03-31',NULL,1),(598,12,'102','Michel','2013-02-16 09:45:37','','2013-02-16',NULL,1),(599,12,'103','Michel','2013-02-18 02:56:45','','2013-02-18',NULL,1),(600,12,'104','Michel','2013-03-05 14:48:48','','2013-03-05',NULL,1),(601,12,'105','Michel','2013-03-13 15:10:01','','2013-03-13',NULL,1),(602,12,'106','Michel','2013-03-20 20:09:06','','2013-03-20',NULL,1),(603,12,'107','Michel','2013-03-21 14:21:22','','2013-03-21',NULL,1),(604,12,'108','Michel','2013-03-21 19:24:31','','2013-03-21',NULL,1),(605,12,'109','Michel','2013-03-22 15:33:13','','2013-03-22',NULL,1),(606,12,'110','Michel','2013-03-25 00:14:53','','2013-03-25',NULL,1),(607,12,'111','Michel','2013-03-25 00:35:06','','2013-03-25',NULL,1),(608,12,'112','Michel','2013-03-31 23:18:42','','2013-03-31',NULL,1),(609,12,'113','Michel','2013-04-03 12:04:43','','2013-04-03',NULL,1),(610,12,'114','Michel','2013-04-03 12:04:50','','2013-04-03',NULL,1),(611,12,'115','Michel','2013-04-03 17:05:33','','2013-04-03',NULL,1),(612,12,'116','Michel','2013-04-03 17:12:32','','2013-04-03',NULL,1),(613,12,'117','Michel','2013-04-03 17:13:53','','2013-04-03',NULL,1),(614,12,'118','Michel','2013-04-03 17:16:53','','2013-04-03',NULL,1),(615,17,'37','Michel','2013-04-06 10:58:08','','2013-04-06',NULL,1),(616,17,'38','Michel','2013-04-06 11:00:31','','2013-04-06',NULL,1),(617,17,'39','Michel','2013-04-06 11:01:18','','2013-04-06',NULL,1),(618,17,'40','Michel','2013-04-06 11:01:34','','2013-04-06',NULL,1),(619,11,'194','Michel','2013-04-04 00:15:50','','2013-04-04',NULL,1),(620,11,'195','Michel','2013-04-06 11:09:32','','2013-04-06',NULL,1),(621,11,'196','Michel','2013-04-06 17:11:00','','2013-04-06',NULL,1),(622,11,'197','Michel','2013-04-11 00:26:34','','2013-04-11',NULL,1),(623,11,'198','Michel','2013-04-14 12:03:14','','2013-04-14',NULL,1),(624,22,'48','Michel','2013-04-06 04:09:55','','2013-04-06',NULL,1),(625,22,'49','Michel','2013-04-06 04:14:48','','2013-04-06',NULL,1),(626,22,'50','Michel','2013-04-10 02:54:45','','2013-04-10',NULL,1),(627,22,'51','Michel','2013-04-10 12:47:40','','2013-04-10',NULL,1),(628,22,'52','Michel','2013-04-10 20:06:48','','2013-04-10',NULL,1),(629,22,'53','Michel','2013-04-11 00:26:48','','2013-04-11',NULL,1),(630,22,'54','Michel','2013-04-11 09:57:18','','2013-04-11',NULL,1),(631,22,'55','Michel','2013-04-14 12:02:10','','2013-04-14',NULL,1),(632,22,'56','Michel','2013-04-14 13:31:04','','2013-04-14',NULL,1),(633,22,'57','Michel','2013-04-14 13:31:22','','2013-04-14',NULL,1),(634,22,'58','Michel','2013-04-14 14:39:46','','2013-04-14',NULL,1),(635,22,'59','Michel','2013-04-14 14:49:42','','2013-04-14',NULL,1),(636,22,'60','Michel','2013-04-14 14:51:03','','2013-04-14',NULL,1),(637,22,'61','Michel','2013-04-14 15:02:38','','2013-04-14',NULL,1),(638,22,'62','Michel','2013-04-14 15:03:15','','2013-04-14',NULL,1),(639,22,'63','Michel','2013-04-14 15:13:50','','2013-04-14',NULL,1),(640,22,'64','Michel','2013-04-14 15:14:15','','2013-04-14',NULL,1),(641,22,'65','Michel','2013-04-14 15:15:14','','2013-04-14',NULL,1),(642,2,'87','Michel','2013-03-25 00:15:52','','2013-03-25',NULL,1),(643,2,'88','Michel','2013-03-25 00:35:04','','2013-03-25',NULL,1),(644,2,'89','Michel','2013-03-31 23:18:43','','2013-03-31',NULL,1),(645,2,'90','Michel','2013-04-06 17:11:06','','2013-04-06',NULL,1),(646,11,'199','Michel','2013-04-16 21:35:38','','2013-04-16',NULL,1),(647,11,'200','Michel','2013-04-16 23:35:27','','2013-04-16',NULL,1),(648,2,'91','Michel','2013-04-16 23:35:19','','2013-04-16',NULL,1),(649,12,'119','Michel','2013-04-03 17:19:40','','2013-04-03',NULL,1),(650,12,'120','Michel','2013-04-04 00:15:52','','2013-04-04',NULL,1),(651,12,'121','Michel','2013-04-04 11:19:06','','2013-04-04',NULL,1),(652,12,'122','Michel','2013-04-06 17:11:04','','2013-04-06',NULL,1),(653,12,'123','Michel','2013-04-11 00:26:38','','2013-04-11',NULL,1),(654,12,'124','Michel','2013-04-14 12:03:17','','2013-04-14',NULL,1),(655,12,'125','Michel','2013-04-14 18:14:32','','2013-04-14',NULL,1),(656,12,'126','Michel','2013-04-16 21:35:40','','2013-04-16',NULL,1),(657,12,'127','Michel','2013-04-19 12:37:41','','2013-04-19',NULL,1),(658,12,'128','Michel','2013-04-20 01:01:41','','2013-04-20',NULL,1),(659,2,'92','Michel','2013-04-20 01:01:18','','2013-04-20',NULL,1),(660,2,'93','Michel','2013-05-01 20:03:55','','2013-05-01',NULL,1),(661,2,'94','Michel','2013-05-05 16:10:03','','2013-05-05',NULL,1),(662,2,'95','Michel','2013-05-17 15:27:13','','2013-05-17',NULL,1),(663,12,'129','Michel','2013-05-01 20:03:53','','2013-05-01',NULL,1),(664,12,'130','Michel','2013-05-05 16:09:57','','2013-05-05',NULL,1),(665,12,'131','Michel','2013-05-07 14:10:27','','2013-05-07',NULL,1),(666,12,'132','Michel','2013-05-17 15:27:11','','2013-05-17',NULL,1),(667,11,'201','Michel','2013-04-19 12:37:39','','2013-04-19',NULL,1),(668,11,'202','Michel','2013-04-20 01:01:44','','2013-04-20',NULL,1),(669,11,'203','Michel','2013-04-23 00:43:09','','2013-04-23',NULL,1),(670,11,'204','Michel','2013-05-01 20:03:45','','2013-05-01',NULL,1),(671,11,'205','Michel','2013-05-05 16:10:01','','2013-05-05',NULL,1),(672,11,'206','Michel','2013-05-07 14:10:30','','2013-05-07',NULL,1),(673,11,'207','Michel','2013-05-17 15:27:06','','2013-05-17',NULL,1),(674,11,'208','Michel','2013-05-31 12:23:09','','2013-05-31',NULL,1),(675,12,'133','Michel','2013-05-31 12:23:12','','2013-05-31',NULL,1),(676,12,'134','Michel','2013-06-13 09:58:24','','2013-06-13',NULL,1),(677,2,'96','Michel','2013-05-31 12:23:13','','2013-05-31',NULL,1),(678,11,'209','Michel','2013-06-13 09:58:21','','2013-06-13',NULL,1),(679,13,'42','Michel','2013-03-25 00:14:25','','2013-03-25',NULL,1),(680,13,'43','Michel','2013-03-31 23:18:38','','2013-03-31',NULL,1),(681,13,'44','Michel','2013-04-11 00:26:40','','2013-04-11',NULL,1),(682,13,'45','Michel','2013-05-01 20:03:49','','2013-05-01',NULL,1),(683,20,'3','Michel','2012-06-20 15:54:36','','2012-06-20',NULL,1),(684,20,'4','Michel','2012-06-20 17:02:34','','2012-06-20',NULL,1),(685,20,'5','Michel','2012-06-22 10:44:50','','2012-06-22',NULL,1),(686,20,'6','Michel','2012-06-22 11:16:11','','2012-06-22',NULL,1),(687,20,'7','Michel','2012-06-23 03:02:22','','2012-06-23',NULL,1),(688,20,'8','Michel','2012-06-23 03:33:14','','2012-06-23',NULL,1),(689,20,'9','Michel','2012-06-24 23:58:56','','2012-06-24',NULL,1),(690,20,'10','Michel','2012-06-26 01:08:01','','2012-06-26',NULL,1),(691,20,'11','Michel','2012-06-26 01:11:53','','2012-06-26',NULL,1),(692,20,'12','Michel','2012-07-05 11:33:14','','2012-07-05',NULL,1),(693,20,'13','Michel','2012-12-08 01:00:42','','2012-12-08',NULL,1),(694,20,'14','Michel','2012-12-12 01:56:39','','2012-12-12',NULL,1),(695,20,'15','Michel','2012-12-12 22:53:38','','2012-12-12',NULL,1),(696,20,'16','Michel','2012-12-12 23:43:15','','2012-12-12',NULL,1),(697,22,'66','Michel','2013-04-14 15:23:11','','2013-04-14',NULL,1),(698,22,'67','Michel','2013-04-14 15:30:14','','2013-04-14',NULL,1),(699,22,'68','Michel','2013-04-14 18:14:21','','2013-04-14',NULL,1),(700,22,'69','Michel','2013-04-19 11:34:44','','2013-04-19',NULL,1),(701,22,'70','Michel','2013-04-20 11:10:18','','2013-04-20',NULL,1),(702,22,'71','Michel','2013-05-01 14:32:44','','2013-05-01',NULL,1),(703,22,'72','Michel','2013-05-01 14:33:33','','2013-05-01',NULL,1),(704,22,'73','Michel','2013-05-01 14:34:08','','2013-05-01',NULL,1),(705,22,'74','Michel','2013-05-01 18:27:38','','2013-05-01',NULL,1),(706,22,'75','Michel','2013-05-01 18:29:27','','2013-05-01',NULL,1),(707,22,'76','Michel','2013-05-01 20:03:37','','2013-05-01',NULL,1),(708,22,'77','Michel','2013-05-12 16:58:08','','2013-05-12',NULL,1),(709,22,'78','Michel','2013-05-23 20:38:46','','2013-05-23',NULL,1),(710,22,'79','Michel','2013-05-30 11:50:53','','2013-05-30',NULL,1),(711,22,'80','Michel','2013-06-12 13:53:59','','2013-06-12',NULL,1),(712,22,'81','Michel','2013-07-10 16:53:29','','2013-07-10',NULL,1),(713,2,'97','Michel','2013-07-29 11:12:45','','2013-07-29',NULL,1),(714,12,'135','Michel','2013-07-29 11:12:43','','2013-07-29',NULL,1),(715,11,'210','Michel','2013-07-29 11:12:37','','2013-07-29',NULL,1),(716,11,'211','Michel','2013-08-12 23:38:17','','2013-08-12',NULL,1),(717,11,'212','Michel','2013-09-20 09:20:37','','2013-09-20',NULL,1),(718,2,'98','Michel','2013-08-12 23:37:03','Suppression adhérence a la plateforme dans stack','2013-08-12',NULL,1),(719,2,'99','Michel','2013-08-12 23:38:18','','2013-08-12',NULL,1),(720,2,'100','Michel','2013-08-12 23:40:03','','2013-08-12',NULL,1),(721,2,'101','Michel','2013-08-12 23:58:12','','2013-08-12',NULL,1),(722,2,'102','Michel','2013-08-13 00:14:08','','2013-08-13',NULL,1),(723,2,'103','Michel','2013-09-20 09:20:50','','2013-09-20',NULL,1),(724,12,'136','Michel','2013-09-20 09:20:46','','2013-09-20',NULL,1),(725,2,'104','Michel','2013-10-19 21:55:01','','2013-10-19',NULL,1),(726,2,'105','Michel','2013-10-21 17:47:19','','2013-10-21',NULL,1),(727,12,'137','Michel','2013-10-19 21:54:57','','2013-10-19',NULL,1),(728,11,'213','Michel','2013-10-19 21:54:49','','2013-10-19',NULL,1),(729,17,'41','Michel','2013-04-06 11:09:25','','2013-04-06',NULL,1),(730,17,'42','Michel','2013-04-23 17:56:43','','2013-04-23',NULL,1),(731,17,'43','Michel','2013-04-23 18:00:18','','2013-04-23',NULL,1),(732,2,'106','Michel','2013-11-01 23:35:23','','2013-11-01',NULL,1),(733,2,'107','Michel','2013-11-02 14:30:55','','2013-11-02',NULL,1),(734,12,'138','Michel','2013-11-01 23:35:18','','2013-11-01',NULL,1),(735,12,'139','Michel','2013-11-02 14:30:52','','2013-11-02',NULL,1),(736,12,'140','Michel','2013-11-02 15:57:41','','2013-11-02',NULL,1),(737,13,'46','Michel','2013-09-20 09:20:41','','2013-09-20',NULL,1),(738,13,'47','Michel','2013-10-19 21:54:53','','2013-10-19',NULL,1),(739,13,'48','Michel','2013-11-01 23:35:15','','2013-11-01',NULL,1),(740,13,'49','Michel','2013-11-02 14:30:47','','2013-11-02',NULL,1),(741,12,'141','Michel','2013-11-12 10:15:21','','2013-11-12',NULL,1),(742,12,'142','Michel','2013-11-26 15:43:03','','2013-11-26',NULL,1),(743,2,'108','Michel','2013-11-12 10:15:27','','2013-11-12',NULL,1),(744,2,'109','Michel','2013-11-26 15:43:05','','2013-11-26',NULL,1),(745,13,'50','Michel','2013-11-26 15:43:00','','2013-11-26',NULL,1),(746,17,'44','Michel','2013-11-05 21:10:37','','2013-11-05',NULL,1),(747,24,'1','Michel','2012-12-12 02:45:56','','2012-12-12',NULL,1),(748,24,'2','Michel','2012-12-12 02:46:12','','2012-12-12',NULL,1),(749,24,'3','Michel','2012-12-12 02:46:24','','2012-12-12',NULL,1),(750,24,'4','Michel','2012-12-12 09:13:01','','2012-12-12',NULL,1),(751,24,'5','Michel','2012-12-12 09:13:10','','2012-12-12',NULL,1),(752,24,'6','Michel','2012-12-12 10:23:42','','2012-12-12',NULL,1),(753,24,'7','Michel','2012-12-12 10:23:46','','2012-12-12',NULL,1),(754,24,'8','Michel','2013-03-19 18:26:08','','2013-03-19',NULL,1),(755,24,'9','Michel','2013-11-05 21:10:33','','2013-11-05',NULL,1),(756,24,'10','Michel','2013-12-17 14:29:56','','2013-12-17',NULL,1),(757,24,'11','Michel','2013-12-17 14:30:04','','2013-12-17',NULL,1),(758,20,'17','Michel','2013-11-05 21:10:50','','2013-11-05',NULL,1),(759,20,'18','Michel','2013-12-17 14:30:05','','2013-12-17',NULL,1),(760,20,'19','Michel','2013-12-17 14:30:06','','2013-12-17',NULL,1),(761,20,'20','Michel','2013-12-17 14:43:28','','2013-12-17',NULL,1),(762,20,'21','Michel','2013-12-17 14:43:45','','2013-12-17',NULL,1),(763,27,'1','Michel','2014-01-10 10:48:19','','2014-01-10',NULL,1),(764,27,'2','Michel','2014-01-10 10:49:25','','2014-01-10',NULL,1),(765,27,'3','Michel','2014-01-10 11:06:04','','2014-01-10',NULL,1),(766,23,'38','Michel','2013-11-05 21:10:41','','2013-11-05',NULL,1),(767,23,'39','Michel','2013-11-05 21:10:46','','2013-11-05',NULL,1),(768,23,'40','Michel','2013-11-05 21:11:13','','2013-11-05',NULL,1),(769,23,'41','Michel','2013-11-05 21:11:28','','2013-11-05',NULL,1),(770,23,'42','Michel','2013-11-05 21:12:46','','2013-11-05',NULL,1),(771,23,'43','Michel','2013-11-05 21:12:53','','2013-11-05',NULL,1),(772,23,'44','Michel','2013-11-05 21:13:22','','2013-11-05',NULL,1),(773,23,'45','Michel','2013-11-05 21:13:42','','2013-11-05',NULL,1),(774,23,'46','Michel','2013-11-05 21:14:06','','2013-11-05',NULL,1),(775,23,'47','Michel','2013-11-05 21:14:21','','2013-11-05',NULL,1),(776,23,'48','Michel','2013-12-17 14:30:04','','2013-12-17',NULL,1),(777,23,'49','Michel','2014-01-10 11:06:01','','2014-01-10',NULL,1),(778,25,'1','Michel','2012-12-12 18:18:06','','2012-12-12',NULL,1),(779,25,'2','Michel','2012-12-12 18:18:13','','2012-12-12',NULL,1),(780,25,'3','Michel','2012-12-12 18:28:34','','2012-12-12',NULL,1),(781,25,'4','Michel','2013-03-10 11:54:10','','2013-03-10',NULL,1),(782,25,'5','Michel','2013-03-19 18:26:10','','2013-03-19',NULL,1),(783,25,'6','Michel','2013-03-25 14:32:43','','2013-03-25',NULL,1),(784,25,'7','Michel','2013-04-24 00:48:24','','2013-04-24',NULL,1),(785,25,'8','Michel','2013-12-17 14:30:03','','2013-12-17',NULL,1),(786,2,'110','Michel','2013-12-10 10:27:00','','2013-12-10',NULL,1),(787,2,'111','Michel','2013-12-16 21:38:30','','2013-12-16',NULL,1),(788,2,'112','Michel','2013-12-17 13:27:58','','2013-12-17',NULL,1),(789,2,'113','Michel','2013-12-17 13:28:28','','2013-12-17',NULL,1),(790,2,'114','Michel','2013-12-17 14:41:59','','2013-12-17',NULL,1),(791,2,'115','Michel','2013-12-20 12:22:21','','2013-12-20',NULL,1),(792,2,'116','Michel','2013-12-24 17:14:45','','2013-12-24',NULL,1),(793,2,'117','Michel','2014-01-10 16:28:35','','2014-01-10',NULL,1),(794,11,'214','Michel','2013-11-01 23:35:12','','2013-11-01',NULL,1),(795,11,'215','Michel','2013-11-02 14:30:57','','2013-11-02',NULL,1),(796,11,'216','Michel','2013-11-12 10:15:16','','2013-11-12',NULL,1),(797,11,'217','Michel','2013-11-26 15:42:56','','2013-11-26',NULL,1),(798,11,'218','Michel','2013-12-10 10:26:53','','2013-12-10',NULL,1),(799,11,'219','Michel','2013-12-16 21:38:23','','2013-12-16',NULL,1),(800,11,'220','Michel','2013-12-17 09:51:33','','2013-12-17',NULL,1),(801,11,'221','Michel','2013-12-20 12:22:17','','2013-12-20',NULL,1),(802,11,'222','Michel','2013-12-24 17:14:40','','2013-12-24',NULL,1),(803,11,'223','Michel','2013-12-31 11:31:05','','2013-12-31',NULL,1),(804,11,'224','Michel','2014-01-10 09:37:16','','2014-01-10',NULL,1),(805,11,'225','Michel','2014-01-10 16:28:28','','2014-01-10',NULL,1),(806,27,'4','Michel','2014-01-10 11:21:58','','2014-01-10',NULL,1),(807,27,'5','Michel','2014-01-10 11:24:12','','2014-01-10',NULL,1),(808,27,'6','Michel','2014-01-10 11:26:26','','2014-01-10',NULL,1),(809,27,'7','Michel','2014-01-10 11:27:04','','2014-01-10',NULL,1),(810,27,'8','Michel','2014-01-10 11:29:15','','2014-01-10',NULL,1),(811,29,'1','Michel','2014-01-15 12:31:47','','2014-01-15',NULL,1),(812,29,'2','Michel','2014-01-15 12:31:53','','2014-01-15',NULL,1),(813,27,'9','Michel','2014-01-10 22:24:02','','2014-01-10',NULL,1),(814,27,'10','Michel','2014-01-27 10:50:42','','2014-01-27',NULL,1),(815,27,'11','Michel','2014-01-27 10:55:37','','2014-01-27',NULL,1),(816,27,'12','Michel','2014-01-27 11:07:37','','2014-01-27',NULL,1),(817,27,'13','Michel','2014-01-27 11:07:45','','2014-01-27',NULL,1),(818,30,'1','Michel','2014-01-31 18:45:36','First commint','2014-01-31',NULL,1),(819,30,'2','Michel','2014-01-31 18:45:54','','2014-01-31',NULL,1),(820,27,'14','Michel','2014-01-27 11:09:03','','2014-01-27',NULL,1),(821,27,'15','Michel','2014-01-27 11:10:48','','2014-01-27',NULL,1),(822,27,'16','Michel','2014-01-27 11:11:04','','2014-01-27',NULL,1),(823,27,'17','Michel','2014-01-27 11:19:39','','2014-01-27',NULL,1),(824,27,'18','Michel','2014-01-27 11:24:02','','2014-01-27',NULL,1),(825,27,'19','Michel','2014-01-27 11:26:26','','2014-01-27',NULL,1),(826,27,'20','Michel','2014-01-27 15:52:31','','2014-01-27',NULL,1),(827,27,'21','Michel','2014-01-27 18:55:58','','2014-01-27',NULL,1),(828,27,'22','Michel','2014-01-27 19:14:54','','2014-01-27',NULL,1),(829,27,'23','Michel','2014-01-27 20:55:33','','2014-01-27',NULL,1),(830,27,'24','Michel','2014-01-27 21:39:35','','2014-01-27',NULL,1),(831,27,'25','Michel','2014-01-29 03:19:16','','2014-01-29',NULL,1),(832,27,'26','Michel','2014-01-29 16:12:21','','2014-01-29',NULL,1),(833,27,'27','Michel','2014-01-29 17:15:51','','2014-01-29',NULL,1),(834,27,'28','Michel','2014-01-31 17:51:33','','2014-01-31',NULL,1),(835,27,'29','Michel','2014-01-31 18:30:52','','2014-01-31',NULL,1),(836,27,'30','Michel','2014-01-31 18:33:20','','2014-01-31',NULL,1),(837,2,'118','Michel','2014-01-13 00:29:49','','2014-01-13',NULL,1),(838,2,'119','Michel','2014-01-13 00:32:30','','2014-01-13',NULL,1),(839,2,'120','Michel','2014-01-13 00:35:10','','2014-01-13',NULL,1),(840,2,'121','Michel','2014-01-19 18:04:19','','2014-01-19',NULL,1),(841,2,'122','Michel','2014-01-20 22:10:14','','2014-01-20',NULL,1),(842,2,'123','Michel','2014-01-29 18:27:53','','2014-01-29',NULL,1),(843,32,'1','Michel','2014-01-31 21:05:16','','2014-01-31',NULL,1),(844,32,'2','Michel','2014-01-31 21:05:27','','2014-01-31',NULL,1),(845,32,'3','Michel','2014-01-31 21:06:11','','2014-01-31',NULL,1),(846,32,'4','Michel','2014-01-31 21:06:23','','2014-01-31',NULL,1),(847,32,'5','Michel','2014-01-31 21:06:35','','2014-01-31',NULL,1),(848,32,'6','Michel','2014-01-31 21:06:48','','2014-01-31',NULL,1),(849,32,'7','Michel','2014-01-31 21:07:02','','2014-01-31',NULL,1),(850,32,'8','Michel','2014-01-31 21:07:11','','2014-01-31',NULL,1),(851,32,'9','Michel','2014-01-31 21:07:27','','2014-01-31',NULL,1),(852,32,'10','Michel','2014-01-31 21:07:36','','2014-01-31',NULL,1),(853,32,'11','Michel','2014-01-31 21:07:48','','2014-01-31',NULL,1),(854,32,'12','Michel','2014-01-31 21:07:59','','2014-01-31',NULL,1),(855,32,'13','Michel','2014-01-31 21:08:07','','2014-01-31',NULL,1),(856,32,'14','Michel','2014-01-31 21:08:17','','2014-01-31',NULL,1),(857,32,'15','Michel','2014-01-31 21:08:23','','2014-01-31',NULL,1),(858,32,'16','Michel','2014-01-31 21:08:31','','2014-01-31',NULL,1),(859,32,'17','Michel','2014-01-31 21:08:32','','2014-01-31',NULL,1),(860,32,'18','Michel','2014-01-31 21:08:32','','2014-01-31',NULL,1),(861,32,'19','Michel','2014-01-31 21:08:32','','2014-01-31',NULL,1),(862,32,'20','Michel','2014-01-31 21:08:33','','2014-01-31',NULL,1),(863,32,'21','Michel','2014-01-31 21:08:33','','2014-01-31',NULL,1),(864,32,'22','Michel','2014-01-31 21:08:33','','2014-01-31',NULL,1),(865,32,'23','Michel','2014-01-31 21:08:34','','2014-01-31',NULL,1),(866,32,'24','Michel','2014-01-31 21:08:34','','2014-01-31',NULL,1),(867,32,'25','Michel','2014-01-31 21:08:39','','2014-01-31',NULL,1),(868,27,'31','Michel','2014-01-31 21:12:33','','2014-01-31',NULL,1),(869,27,'32','Michel','2014-01-31 21:14:54','','2014-01-31',NULL,1),(870,27,'33','Michel','2014-01-31 21:15:26','','2014-01-31',NULL,1),(871,27,'34','Michel','2014-01-31 21:17:13','','2014-01-31',NULL,1),(872,27,'35','Michel','2014-01-31 21:24:29','','2014-01-31',NULL,1),(873,27,'36','Michel','2014-01-31 21:27:28','','2014-01-31',NULL,1),(874,27,'37','Michel','2014-02-01 15:11:41','','2014-02-01',NULL,1),(875,11,'226','Michel','2014-01-12 16:10:30','','2014-01-12',NULL,1),(876,11,'227','Michel','2014-01-13 00:29:25','','2014-01-13',NULL,1),(877,11,'228','Michel','2014-01-13 00:40:34','','2014-01-13',NULL,1),(878,11,'229','Michel','2014-01-15 12:17:24','','2014-01-15',NULL,1),(879,11,'230','Michel','2014-01-29 18:27:51','','2014-01-29',NULL,1),(880,11,'231','Michel','2014-01-29 20:27:47','','2014-01-29',NULL,1),(881,11,'232','Michel','2014-01-31 16:42:57','','2014-01-31',NULL,1),(882,11,'233','Michel','2014-01-31 20:50:19','','2014-01-31',NULL,1),(883,11,'234','Michel','2014-02-05 09:35:09','','2014-02-05',NULL,1),(884,11,'235','Michel','2014-02-06 11:14:22','','2014-02-06',NULL,1),(885,2,'124','Michel','2014-02-04 20:40:05','','2014-02-04',NULL,1),(886,2,'125','Michel','2014-02-05 09:35:07','','2014-02-05',NULL,1),(887,2,'126','Michel','2014-02-06 11:14:20','','2014-02-06',NULL,1),(888,2,'127','Michel','2014-02-13 20:35:53','','2014-02-13',NULL,1),(889,2,'128','Michel','2014-02-15 01:51:17','','2014-02-15',NULL,1),(890,2,'129','Michel','2014-03-01 12:55:05','','2014-03-01',NULL,1),(891,13,'51','Michel','2013-12-16 21:38:31','','2013-12-16',NULL,1),(892,13,'52','Michel','2013-12-17 09:51:35','','2013-12-17',NULL,1),(893,13,'53','Michel','2013-12-17 14:41:59','','2013-12-17',NULL,1),(894,13,'54','Michel','2013-12-24 17:14:47','','2013-12-24',NULL,1),(895,13,'55','Michel','2014-01-10 16:28:34','','2014-01-10',NULL,1),(896,13,'56','Michel','2014-01-13 00:29:29','','2014-01-13',NULL,1),(897,13,'57','Michel','2014-03-01 12:55:07','','2014-03-01',NULL,1),(898,11,'236','Michel','2014-02-13 20:35:47','','2014-02-13',NULL,1),(899,11,'237','Michel','2014-02-14 09:28:16','','2014-02-14',NULL,1),(900,11,'238','Michel','2014-02-15 01:51:12','Validation du fonctionnement du mode signé crypté avec OpenSSL 1.0.0.1c','2014-02-15',NULL,1),(901,11,'239','Michel','2014-03-01 12:54:59','','2014-03-01',NULL,1),(902,11,'240','Michel','2014-03-03 14:09:24','Support HA et Vfi Step 1 valid','2014-03-03',NULL,1),(903,11,'241','Michel','2014-03-03 18:43:36','','2014-03-03',NULL,1),(904,11,'242','Michel','2014-03-03 18:44:13','','2014-03-03',NULL,1),(905,11,'243','Michel','2014-03-03 18:45:05','','2014-03-03',NULL,1),(906,11,'244','Michel','2014-03-04 01:24:09','','2014-03-04',NULL,1),(907,11,'245','Michel','2014-03-04 02:39:40','','2014-03-04',NULL,1),(908,11,'246','Michel','2014-03-04 10:20:32','Archive de sauvegarde','2014-03-04',NULL,1),(909,11,'247','Michel','2014-03-06 01:18:20','','2014-03-06',NULL,1),(910,11,'248','Michel','2014-03-06 23:32:28','Version operationnel du module d\'archivage au travers de Vpi.\nCette version de contente d\'archiver selon la fréquence passé en param dans le HistoricalDataConfigurationType','2014-03-06',NULL,1),(911,25,'9','Michel','2014-02-01 13:48:49','','2014-02-01',NULL,1),(912,25,'10','Michel','2014-02-04 09:48:37','','2014-02-04',NULL,1),(913,25,'11','Michel','2014-02-04 09:49:44','','2014-02-04',NULL,1),(914,25,'12','Michel','2014-02-04 11:40:55','','2014-02-04',NULL,1),(915,25,'13','Michel','2014-02-04 14:01:30','','2014-02-04',NULL,1),(916,25,'14','Michel','2014-02-04 15:59:59','','2014-02-04',NULL,1),(917,25,'15','Michel','2014-03-06 12:19:48','','2014-03-06',NULL,1),(918,25,'16','Michel','2014-03-06 12:21:37','','2014-03-06',NULL,1),(919,25,'17','Michel','2014-03-06 12:21:51','','2014-03-06',NULL,1),(920,25,'18','Michel','2014-03-06 12:22:13','','2014-03-06',NULL,1),(921,25,'19','Michel','2014-03-06 13:39:11','','2014-03-06',NULL,1),(922,28,'1','Michel','2014-01-10 16:19:17','','2014-01-10',NULL,1),(923,28,'2','Michel','2014-01-10 16:19:24','','2014-01-10',NULL,1),(924,28,'3','Michel','2014-03-06 12:19:55','','2014-03-06',NULL,1),(925,28,'4','Michel','2014-03-06 13:39:14','','2014-03-06',NULL,1),(926,32,'26','Michel','2014-02-08 02:28:07','','2014-02-08',NULL,1),(927,32,'27','Michel','2014-02-08 02:28:11','','2014-02-08',NULL,1),(928,32,'28','Michel','2014-02-08 02:28:14','','2014-02-08',NULL,1),(929,32,'29','Michel','2014-03-01 11:38:26','','2014-03-01',NULL,1),(930,32,'30','Michel','2014-03-01 11:38:27','','2014-03-01',NULL,1),(931,32,'31','Michel','2014-03-01 11:38:27','','2014-03-01',NULL,1),(932,32,'32','Michel','2014-03-01 11:38:28','','2014-03-01',NULL,1),(933,32,'33','Michel','2014-03-02 14:13:47','','2014-03-02',NULL,1),(934,38,'1','Michel','2014-03-12 15:28:52','First commit for SharedVfis file','2014-03-12',NULL,1),(935,38,'2','Michel','2014-03-12 15:29:09','','2014-03-12',NULL,1),(936,38,'3','Michel','2014-03-12 15:31:49','','2014-03-12',NULL,1),(937,38,'4','Michel','2014-03-12 15:39:19','Remove VfiCsv from SharedVfis','2014-03-12',NULL,1),(938,38,'5','Michel','2014-03-12 15:40:55','','2014-03-12',NULL,1),(939,38,'6','Michel','2014-03-12 16:30:26','','2014-03-12',NULL,1),(940,38,'7','Michel','2014-03-12 16:30:48','','2014-03-12',NULL,1),(941,38,'8','Michel','2014-03-12 16:32:38','','2014-03-12',NULL,1),(942,38,'9','Michel','2014-03-12 16:32:47','','2014-03-12',NULL,1),(943,39,'1','Michel','2014-03-12 17:44:06','','2014-03-12',NULL,1),(944,39,'2','Michel','2014-03-12 17:44:26','','2014-03-12',NULL,1),(945,39,'3','Michel','2014-03-12 17:54:48','','2014-03-12',NULL,1),(946,39,'4','Michel','2014-03-12 18:03:02','','2014-03-12',NULL,1),(947,39,'5','Michel','2014-03-12 18:03:09','','2014-03-12',NULL,1),(948,12,'143','Michel','2013-12-10 10:26:58','','2013-12-10',NULL,1),(949,12,'144','Michel','2013-12-16 21:38:27','','2013-12-16',NULL,1),(950,12,'145','Michel','2013-12-20 12:22:20','','2013-12-20',NULL,1),(951,12,'146','Michel','2013-12-24 17:14:43','','2013-12-24',NULL,1),(952,12,'147','Michel','2013-12-31 11:31:07','','2013-12-31',NULL,1),(953,12,'148','Michel','2014-01-10 09:37:18','','2014-01-10',NULL,1),(954,12,'149','Michel','2014-01-10 16:28:34','','2014-01-10',NULL,1),(955,12,'150','Michel','2014-01-12 16:10:31','','2014-01-12',NULL,1),(956,12,'151','Michel','2014-01-19 18:04:12','','2014-01-19',NULL,1),(957,12,'152','Michel','2014-02-05 09:35:04','','2014-02-05',NULL,1),(958,12,'153','Michel','2014-02-13 20:35:51','','2014-02-13',NULL,1),(959,12,'154','Michel','2014-03-01 12:55:02','','2014-03-01',NULL,1),(960,12,'155','Michel','2014-03-06 23:32:28','Version operationnel du module d\'archivage au travers de Vpi.\nCette version de contente d\'archiver selon la fréquence passé en param dans le HistoricalDataConfigurationType','2014-03-06',NULL,1),(961,12,'156','Michel','2014-03-11 23:29:11','','2014-03-11',NULL,1),(962,32,'34','Michel','2014-03-12 14:51:27','','2014-03-12',NULL,1),(963,32,'35','Michel','2014-03-12 14:51:31','','2014-03-12',NULL,1),(964,32,'36','Michel','2014-03-12 14:51:34','','2014-03-12',NULL,1),(965,32,'37','Michel','2014-03-12 14:51:37','','2014-03-12',NULL,1),(966,32,'38','Michel','2014-03-12 14:51:42','','2014-03-12',NULL,1),(967,32,'39','Michel','2014-03-12 14:51:45','','2014-03-12',NULL,1),(968,32,'40','Michel','2014-03-12 14:52:31','','2014-03-12',NULL,1),(969,32,'41','Michel','2014-03-12 15:02:51','','2014-03-12',NULL,1),(970,32,'42','Michel','2014-03-12 15:09:48','','2014-03-12',NULL,1),(971,32,'43','Michel','2014-03-12 15:09:55','','2014-03-12',NULL,1),(972,32,'44','Michel','2014-03-20 15:46:01','','2014-03-20',NULL,1),(973,22,'82','Michel','2013-10-16 21:57:13','','2013-10-16',NULL,1),(974,22,'83','Michel','2013-10-18 11:51:19','','2013-10-18',NULL,1),(975,22,'84','Michel','2013-10-30 13:23:18','','2013-10-30',NULL,1),(976,22,'85','Michel','2013-12-18 20:53:03','','2013-12-18',NULL,1),(977,22,'86','Michel','2013-12-20 12:22:06','','2013-12-20',NULL,1),(978,22,'87','Michel','2013-12-20 17:06:40','','2013-12-20',NULL,1),(979,22,'88','Michel','2013-12-24 17:15:17','','2013-12-24',NULL,1),(980,22,'89','Michel','2014-01-11 21:50:57','','2014-01-11',NULL,1),(981,22,'90','Michel','2014-01-12 16:10:19','','2014-01-12',NULL,1),(982,22,'91','Michel','2014-01-13 01:28:31','','2014-01-13',NULL,1),(983,22,'92','Michel','2014-01-15 10:06:55','','2014-01-15',NULL,1),(984,22,'93','Michel','2014-01-15 10:22:16','','2014-01-15',NULL,1),(985,22,'94','Michel','2014-01-15 10:22:21','','2014-01-15',NULL,1),(986,22,'95','Michel','2014-01-15 14:04:56','','2014-01-15',NULL,1),(987,22,'96','Michel','2014-02-28 13:51:53','Memory Leak optimisation on read and write function plus couple of extra bug fix','2014-02-28',NULL,1),(988,22,'97','Michel','2014-03-12 17:23:20','','2014-03-12',NULL,1),(989,22,'98','Michel','2014-03-12 17:28:26','','2014-03-12',NULL,1),(990,22,'99','Michel','2014-03-12 17:32:10','','2014-03-12',NULL,1),(991,2,'130','Michel','2014-03-11 20:41:33','','2014-03-11',NULL,1),(992,2,'131','Michel','2014-03-12 00:51:17','','2014-03-12',NULL,1),(993,2,'132','Michel','2014-03-13 10:50:11','','2014-03-13',NULL,1),(994,2,'133','Michel','2014-03-13 10:50:16','','2014-03-13',NULL,1),(995,2,'134','Michel','2014-03-13 10:50:22','','2014-03-13',NULL,1),(996,2,'135','Michel','2014-03-13 10:50:29','','2014-03-13',NULL,1),(997,2,'136','Michel','2014-03-13 10:58:29','','2014-03-13',NULL,1),(998,2,'137','Michel','2014-03-13 11:46:10','','2014-03-13',NULL,1),(999,2,'138','Michel','2014-03-13 11:49:05','','2014-03-13',NULL,1),(1000,2,'139','Michel','2014-03-17 17:35:43','','2014-03-17',NULL,1),(1001,2,'140','Michel','2014-03-17 17:37:20','','2014-03-17',NULL,1),(1002,2,'141','Michel','2014-03-17 17:42:15','','2014-03-17',NULL,1),(1003,2,'142','Michel','2014-03-17 18:33:28','','2014-03-17',NULL,1),(1004,2,'143','Michel','2014-03-21 19:36:45','','2014-03-21',NULL,1),(1005,2,'144','Michel','2014-03-22 01:17:49','Suppression des fichiers .c en charge du listener HTTP pure','2014-03-22',NULL,1),(1006,2,'145','Michel','2014-03-22 01:18:23','Suppression des fichiers .h en charge du listener HTTP pure','2014-03-22',NULL,1),(1007,2,'146','Michel','2014-03-26 21:03:34','','2014-03-26',NULL,1),(1008,2,'147','Michel','2014-03-27 17:19:57','','2014-03-27',NULL,1),(1009,2,'148','Michel','2014-04-03 09:54:57','','2014-04-03',NULL,1),(1010,2,'149','Michel','2014-04-03 11:32:50','','2014-04-03',NULL,1),(1011,40,'1','Michel','2014-04-03 13:24:48','','2014-04-03',NULL,1),(1022,41,'1','Michel','2014-05-19 09:55:26','Initial commit for the OpenOpcUa Codebase V2','2014-05-19',NULL,1),(1023,41,'2','Michel','2014-05-19 10:02:24','','2014-05-19',NULL,1),(1024,40,'2','Michel','2014-04-03 13:30:34','','2014-04-03',NULL,1),(1025,40,'3','Michel','2014-04-27 18:05:47','','2014-04-27',NULL,1),(1026,2,'150','Michel','2014-04-25 16:43:13','Modification du support des certificats issued pour la prise en compte des connexions securisé.','2014-04-25',NULL,1),(1027,2,'151','Michel','2014-04-27 18:05:53','','2014-04-27',NULL,1),(1028,2,'152','Michel','2014-05-19 10:21:57','','2014-05-19',NULL,1),(1029,2,'153','Michel','2014-05-20 14:24:55','','2014-05-20',NULL,1),(1030,25,'20','Michel','2014-03-12 11:00:37','','2014-03-12',NULL,1),(1031,25,'21','Michel','2014-03-12 11:21:29','Nettoyage Repo subversion','2014-03-12',NULL,1),(1032,25,'22','Michel','2014-03-17 10:09:36','','2014-03-17',NULL,1),(1033,25,'23','Michel','2014-03-17 10:09:43','','2014-03-17',NULL,1),(1034,25,'24','Michel','2014-03-17 10:55:50','','2014-03-17',NULL,1),(1035,25,'25','Michel','2014-03-19 19:50:14','','2014-03-19',NULL,1),(1036,25,'26','Michel','2014-03-19 19:51:22','','2014-03-19',NULL,1),(1037,25,'27','Michel','2014-03-19 19:52:09','','2014-03-19',NULL,1),(1038,25,'28','Michel','2014-03-19 21:39:07','','2014-03-19',NULL,1),(1039,25,'29','Michel','2014-03-20 14:42:39','','2014-03-20',NULL,1),(1040,25,'30','Michel','2014-03-20 14:53:33','','2014-03-20',NULL,1),(1041,25,'31','Michel','2014-03-20 15:02:07','','2014-03-20',NULL,1),(1042,25,'32','Michel','2014-03-20 20:16:40','','2014-03-20',NULL,1),(1043,25,'33','Michel','2014-03-20 20:18:18','','2014-03-20',NULL,1),(1044,25,'34','Michel','2014-03-20 20:30:17','','2014-03-20',NULL,1),(1045,25,'35','Michel','2014-03-20 20:57:47','','2014-03-20',NULL,1),(1046,25,'36','Michel','2014-03-21 18:50:58','','2014-03-21',NULL,1),(1047,25,'37','Michel','2014-03-22 18:57:34','','2014-03-22',NULL,1),(1048,25,'38','Michel','2014-03-24 10:52:35','','2014-03-24',NULL,1),(1049,25,'39','Michel','2014-03-24 10:55:37','','2014-03-24',NULL,1),(1050,25,'40','Michel','2014-03-24 11:24:39','','2014-03-24',NULL,1),(1051,25,'41','Michel','2014-03-24 11:27:44','','2014-03-24',NULL,1),(1052,25,'42','Michel','2014-03-25 13:49:03','','2014-03-25',NULL,1),(1053,25,'43','Michel','2014-03-26 14:35:17','','2014-03-26',NULL,1),(1054,25,'44','Michel','2014-03-26 18:08:30','','2014-03-26',NULL,1),(1055,25,'45','Michel','2014-03-26 21:04:59','','2014-03-26',NULL,1),(1056,25,'46','Michel','2014-03-27 08:50:46','','2014-03-27',NULL,1),(1057,25,'47','Michel','2014-04-18 17:43:33','Intégration VS2013.','2014-04-18',NULL,1),(1058,2,'154','Michel','2014-06-23 11:24:55','','2014-06-23',NULL,1),(1059,2,'155','Michel','2014-07-07 14:22:02','','2014-07-07',NULL,1),(1060,2,'156','Michel','2014-07-19 10:37:11','','2014-07-19',NULL,1),(1061,2,'157','Michel','2014-07-23 20:02:20','','2014-07-23',NULL,1),(1062,2,'158','Michel','2014-09-16 11:13:40','','2014-09-16',NULL,1),(1063,2,'159','Michel','2014-09-16 21:58:17','','2014-09-16',NULL,1),(1064,24,'12','Michel','2014-03-06 12:19:54','','2014-03-06',NULL,1),(1065,24,'13','Michel','2014-03-06 13:39:13','','2014-03-06',NULL,1),(1066,24,'14','Michel','2014-03-06 14:38:16','Harmonisation des sources, mutex, sem, namespace, etc.','2014-03-06',NULL,1),(1067,24,'15','Michel','2014-03-06 23:32:59','','2014-03-06',NULL,1),(1068,24,'16','Michel','2014-03-12 01:45:31','','2014-03-12',NULL,1),(1069,24,'17','Michel','2014-03-13 14:28:53','','2014-03-13',NULL,1),(1070,24,'18','Michel','2014-03-17 10:34:35','','2014-03-17',NULL,1),(1071,24,'19','Michel','2014-03-17 10:34:39','','2014-03-17',NULL,1),(1072,24,'20','Michel','2014-03-17 10:50:35','','2014-03-17',NULL,1),(1073,24,'21','Michel','2015-01-06 20:32:33','','2015-01-06',NULL,1),(1074,24,'22','Michel','2015-01-06 21:19:40','','2015-01-06',NULL,1),(1075,25,'48','Michel','2014-10-24 11:23:05','','2014-10-24',NULL,1),(1076,25,'49','Michel','2015-01-06 20:32:48','','2015-01-06',NULL,1),(1077,11,'249','Michel','2014-03-12 00:42:24','','2014-03-12',NULL,1),(1078,11,'250','Michel','2014-03-13 10:41:23','Repo Cleanning','2014-03-13',NULL,1),(1079,11,'251','Michel','2014-03-13 14:29:30','','2014-03-13',NULL,1),(1080,11,'252','Michel','2014-03-13 14:30:18','','2014-03-13',NULL,1),(1081,11,'253','Michel','2014-03-13 18:32:18','','2014-03-13',NULL,1),(1082,11,'254','Michel','2014-03-14 09:23:02','Amelioration du support des demandes de redemarrage par les VPI (WarmStart).\nChaque VPI pour forcer la valeur du NodeId state (i=2259). Si il place OpcUa_Vpi_WarmStartNeed dans le StatusCode de ce Node un WarmStart sera réalisé','2014-03-14',NULL,1),(1083,11,'255','Michel','2014-03-14 14:44:36','','2014-03-14',NULL,1),(1084,11,'256','Michel','2014-03-16 14:19:52','','2014-03-16',NULL,1),(1085,11,'257','Michel','2014-03-21 19:36:47','','2014-03-21',NULL,1),(1086,11,'258','Michel','2014-03-22 02:31:53','','2014-03-22',NULL,1),(1087,11,'259','Michel','2014-03-26 21:03:35','','2014-03-26',NULL,1),(1088,11,'260','Michel','2014-03-27 17:19:57','','2014-03-27',NULL,1),(1089,11,'261','Michel','2014-03-28 04:14:56','Minor clean up','2014-03-28',NULL,1),(1090,11,'262','Michel','2014-03-30 15:09:01','','2014-03-30',NULL,1),(1091,11,'263','Michel','2014-03-31 05:55:24','','2014-03-31',NULL,1),(1092,11,'264','Michel','2014-04-03 09:54:51','','2014-04-03',NULL,1),(1093,11,'265','Michel','2014-04-03 11:22:32','Add VS2013','2014-04-03',NULL,1),(1094,11,'266','Michel','2014-04-03 11:22:39','','2014-04-03',NULL,1),(1095,11,'267','Michel','2014-04-03 11:29:51','','2014-04-03',NULL,1),(1096,11,'268','Michel','2014-04-03 11:34:41','','2014-04-03',NULL,1),(1097,11,'269','Michel','2014-04-04 21:02:28','','2014-04-04',NULL,1),(1098,11,'270','Michel','2014-04-12 10:54:12','','2014-04-12',NULL,1),(1099,11,'271','Michel','2014-04-18 07:05:56','Remove all HRESULT from the code and start removing GetTickCount for 49 days wrapping issue','2014-04-18',NULL,1),(1100,11,'272','Michel','2014-04-25 01:54:24','','2014-04-25',NULL,1),(1101,11,'273','Michel','2014-04-27 18:05:54','','2014-04-27',NULL,1),(1102,11,'274','Michel','2014-05-19 10:01:45','','2014-05-19',NULL,1),(1103,11,'275','Michel','2014-05-20 14:24:42','','2014-05-20',NULL,1),(1104,11,'276','Michel','2014-05-23 08:58:07','','2014-05-23',NULL,1),(1105,11,'277','Michel','2014-05-24 13:42:51','','2014-05-24',NULL,1),(1106,11,'278','Michel','2014-05-26 17:23:45','','2014-05-26',NULL,1),(1107,11,'279','Michel','2014-06-23 11:24:38','Various Fix and HA integration (HistoryRead)','2014-06-23',NULL,1),(1108,11,'280','Michel','2014-07-07 14:21:47','','2014-07-07',NULL,1),(1109,11,'281','Michel','2014-07-19 10:36:45','','2014-07-19',NULL,1),(1110,11,'282','Michel','2014-07-23 20:02:15','','2014-07-23',NULL,1),(1111,11,'283','Michel','2014-07-26 16:24:28','Version 1.0.2.3 CTT tested','2014-07-26',NULL,1),(1112,11,'284','Michel','2014-09-16 11:13:24','','2014-09-16',NULL,1),(1113,11,'285','Michel','2014-09-16 21:58:02','','2014-09-16',NULL,1),(1114,11,'286','Michel','2014-09-17 01:46:23','','2014-09-17',NULL,1),(1115,11,'287','Michel','2014-09-17 10:35:26','','2014-09-17',NULL,1),(1116,11,'288','Michel','2014-09-18 23:12:53','','2014-09-18',NULL,1),(1117,11,'289','Michel','2014-09-19 11:53:35','','2014-09-19',NULL,1),(1118,11,'290','Michel','2014-09-19 11:54:38','','2014-09-19',NULL,1),(1119,11,'291','Michel','2014-09-19 11:56:53','','2014-09-19',NULL,1),(1120,11,'292','Michel','2014-10-08 00:22:41','','2014-10-08',NULL,1),(1121,11,'293','Michel','2014-10-08 10:32:04','','2014-10-08',NULL,1),(1122,11,'294','Michel','2014-10-10 10:50:12','','2014-10-10',NULL,1),(1123,11,'295','Michel','2014-10-10 10:50:55','','2014-10-10',NULL,1),(1124,11,'296','Michel','2014-10-10 11:03:13','','2014-10-10',NULL,1),(1125,11,'297','Michel','2014-10-13 10:28:15','','2014-10-13',NULL,1),(1126,11,'298','Michel','2014-10-24 10:23:34','','2014-10-24',NULL,1),(1127,11,'299','Michel','2014-10-28 06:27:14','Valid pre-version of Eventing support','2014-10-28',NULL,1),(1128,11,'300','Michel','2014-11-03 17:42:03','','2014-11-03',NULL,1),(1129,11,'301','Michel','2014-12-12 21:12:10','','2014-12-12',NULL,1),(1130,11,'302','Michel','2014-12-15 20:03:25','','2014-12-15',NULL,1),(1131,11,'303','Michel','2014-12-21 10:29:12','','2014-12-21',NULL,1),(1132,11,'304','Michel','2014-12-21 10:29:23','','2014-12-21',NULL,1),(1133,11,'305','Michel','2014-12-21 11:13:05','','2014-12-21',NULL,1),(1134,11,'306','Michel','2014-12-21 12:50:44','','2014-12-21',NULL,1),(1135,11,'307','Michel','2014-12-21 12:55:03','','2014-12-21',NULL,1),(1136,11,'308','Michel','2014-12-21 15:21:58','','2014-12-21',NULL,1),(1137,11,'309','Michel','2015-01-06 20:34:35','','2015-01-06',NULL,1),(1138,11,'310','Michel','2015-01-08 20:05:18','','2015-01-08',NULL,1),(1139,11,'311','Michel','2015-01-08 20:07:17','','2015-01-08',NULL,1),(1140,11,'312','Michel','2015-01-08 20:09:50','','2015-01-08',NULL,1),(1141,11,'313','Michel','2015-01-08 20:16:58','','2015-01-08',NULL,1),(1142,12,'157','Michel','2014-03-19 20:00:41','','2014-03-19',NULL,1),(1143,12,'158','Michel','2014-03-21 19:36:46','','2014-03-21',NULL,1),(1144,12,'159','Michel','2014-03-26 21:03:35','','2014-03-26',NULL,1),(1145,12,'160','Michel','2014-03-27 17:19:57','','2014-03-27',NULL,1),(1146,12,'161','Michel','2014-03-28 04:14:56','Minor clean up','2014-03-28',NULL,1),(1147,12,'162','Michel','2014-03-30 15:09:02','','2014-03-30',NULL,1),(1148,12,'163','Michel','2014-04-03 09:54:24','','2014-04-03',NULL,1),(1149,12,'164','Michel','2014-04-03 11:33:51','','2014-04-03',NULL,1),(1150,12,'165','Michel','2014-04-04 21:02:21','','2014-04-04',NULL,1),(1151,12,'166','Michel','2014-04-18 07:06:21','Remove all HRESULT from the code and start removing GetTickCount for 49 days wrapping issue','2014-04-18',NULL,1),(1152,12,'167','Michel','2014-04-25 01:54:26','','2014-04-25',NULL,1),(1153,12,'168','Michel','2014-04-27 18:05:55','','2014-04-27',NULL,1),(1154,12,'169','Michel','2014-05-19 10:01:46','','2014-05-19',NULL,1),(1155,12,'170','Michel','2014-05-20 14:24:19','','2014-05-20',NULL,1),(1156,12,'171','Michel','2014-05-23 08:58:15','','2014-05-23',NULL,1),(1157,12,'172','Michel','2014-05-24 13:42:59','','2014-05-24',NULL,1),(1158,12,'173','Michel','2014-05-26 17:23:49','','2014-05-26',NULL,1),(1159,12,'174','Michel','2014-06-23 11:24:58','','2014-06-23',NULL,1),(1160,12,'175','Michel','2014-07-07 14:21:58','','2014-07-07',NULL,1),(1161,12,'176','Michel','2014-07-19 10:37:01','','2014-07-19',NULL,1),(1162,12,'177','Michel','2014-09-16 21:58:17','','2014-09-16',NULL,1),(1163,12,'178','Michel','2014-09-18 23:13:10','','2014-09-18',NULL,1),(1164,12,'179','Michel','2014-10-08 00:23:13','','2014-10-08',NULL,1),(1165,12,'180','Michel','2014-10-10 09:27:16','','2014-10-10',NULL,1),(1166,12,'181','Michel','2014-10-13 10:28:17','','2014-10-13',NULL,1),(1167,12,'182','Michel','2014-10-24 10:23:23','','2014-10-24',NULL,1),(1168,12,'183','Michel','2014-10-28 06:27:11','Valid pre-version of Eventing support','2014-10-28',NULL,1),(1169,12,'184','Michel','2014-11-16 21:29:42','','2014-11-16',NULL,1),(1170,12,'185','Michel','2014-11-17 11:55:35','','2014-11-17',NULL,1),(1171,12,'186','Michel','2014-12-12 21:12:40','','2014-12-12',NULL,1),(1172,12,'187','Michel','2014-12-15 20:03:21','','2014-12-15',NULL,1),(1173,12,'188','Michel','2014-12-21 10:29:07','','2014-12-21',NULL,1),(1174,12,'189','Michel','2015-01-06 20:34:24','','2015-01-06',NULL,1),(1175,12,'190','Michel','2015-01-08 20:05:11','','2015-01-08',NULL,1),(1176,12,'191','Michel','2015-01-28 21:39:34','','2015-01-28',NULL,1),(1177,2,'160','Michel','2014-10-10 10:45:16','','2014-10-10',NULL,1),(1178,2,'161','Michel','2014-10-10 10:45:24','','2014-10-10',NULL,1),(1179,2,'162','Michel','2014-10-10 10:45:30','','2014-10-10',NULL,1),(1180,2,'163','Michel','2014-10-10 10:49:12','','2014-10-10',NULL,1),(1181,2,'164','Michel','2014-10-10 10:49:23','','2014-10-10',NULL,1),(1182,2,'165','Michel','2014-10-28 06:27:10','Valid pre-version of Eventing support','2014-10-28',NULL,1),(1183,2,'166','Michel','2014-12-12 21:12:46','','2014-12-12',NULL,1),(1184,2,'167','Michel','2014-12-21 10:29:02','','2014-12-21',NULL,1),(1185,2,'168','Michel','2015-01-06 20:34:41','','2015-01-06',NULL,1),(1186,2,'169','Michel','2015-01-28 21:39:18','','2015-01-28',NULL,1),(1187,30,'3','Michel','2015-01-28 21:45:28','First Commit','2015-01-28',NULL,1),(1188,28,'5','Michel','2014-03-12 02:45:21','','2014-03-12',NULL,1),(1189,28,'6','Michel','2014-03-21 20:23:11','','2014-03-21',NULL,1),(1190,28,'7','Michel','2014-04-18 17:43:07','Intégration VS2013 et harmonisation des signatures.','2014-04-18',NULL,1),(1191,28,'8','Michel','2015-01-06 20:33:04','','2015-01-06',NULL,1),(1192,42,'1','Michel','2015-01-29 11:36:30','','2015-01-29',NULL,1),(1193,42,'2','Michel','2015-01-29 11:47:37','','2015-01-29',NULL,1),(1194,42,'3','Michel','2015-01-29 11:47:44','','2015-01-29',NULL,1),(1195,42,'4','Michel','2015-01-29 11:48:59','','2015-01-29',NULL,1),(1196,42,'5','Michel','2015-01-29 12:11:43','','2015-01-29',NULL,1),(1197,42,'6','Michel','2015-01-29 12:14:23','','2015-01-29',NULL,1),(1198,31,'1','Michel','2014-02-01 15:26:42','','2014-02-01',NULL,1),(1199,31,'2','Michel','2014-02-01 16:05:04','','2014-02-01',NULL,1),(1200,31,'3','Michel','2014-02-01 16:10:01','','2014-02-01',NULL,1),(1201,31,'4','Michel','2014-02-01 23:31:20','','2014-02-01',NULL,1),(1202,31,'5','Michel','2014-02-04 03:03:41','','2014-02-04',NULL,1),(1203,31,'6','Michel','2014-02-04 09:20:08','','2014-02-04',NULL,1),(1204,31,'7','Michel','2014-02-04 09:31:35','','2014-02-04',NULL,1),(1205,31,'8','Michel','2014-02-04 11:41:18','','2014-02-04',NULL,1),(1206,31,'9','Michel','2014-02-04 12:33:50','','2014-02-04',NULL,1),(1207,31,'10','Michel','2014-02-04 13:44:58','','2014-02-04',NULL,1),(1208,31,'11','Michel','2014-02-04 16:00:14','','2014-02-04',NULL,1),(1209,31,'12','Michel','2014-03-12 02:26:40','','2014-03-12',NULL,1),(1210,31,'13','Michel','2014-03-17 10:19:58','','2014-03-17',NULL,1),(1211,31,'14','Michel','2014-03-17 15:50:21','','2014-03-17',NULL,1),(1212,31,'15','Michel','2014-03-17 17:53:02','','2014-03-17',NULL,1),(1213,31,'16','Michel','2014-03-17 17:53:52','','2014-03-17',NULL,1),(1214,31,'17','Michel','2014-03-19 19:00:57','','2014-03-19',NULL,1),(1215,31,'18','Michel','2014-03-19 20:11:48','','2014-03-19',NULL,1),(1216,31,'19','Michel','2014-03-19 20:25:25','','2014-03-19',NULL,1),(1217,31,'20','Michel','2014-03-19 21:38:55','','2014-03-19',NULL,1),(1218,31,'21','Michel','2014-03-19 21:45:42','','2014-03-19',NULL,1),(1219,31,'22','Michel','2014-03-21 19:36:00','','2014-03-21',NULL,1),(1220,31,'23','Michel','2014-03-21 20:33:06','','2014-03-21',NULL,1),(1221,31,'24','Michel','2014-03-21 20:42:24','','2014-03-21',NULL,1),(1222,31,'25','Michel','2014-03-22 17:47:25','','2014-03-22',NULL,1),(1223,31,'26','Michel','2014-03-22 18:06:36','','2014-03-22',NULL,1),(1224,31,'27','Michel','2014-03-24 16:14:24','','2014-03-24',NULL,1),(1225,31,'28','Michel','2014-03-25 14:47:03','','2014-03-25',NULL,1),(1226,31,'29','Michel','2014-03-25 14:57:53','','2014-03-25',NULL,1),(1227,31,'30','Michel','2014-03-25 15:04:11','Build Linux and Windows OK','2014-03-25',NULL,1),(1228,31,'31','Michel','2014-03-26 11:45:59','','2014-03-26',NULL,1),(1229,31,'32','Michel','2014-03-26 14:56:58','','2014-03-26',NULL,1),(1230,31,'33','Michel','2014-03-26 21:04:37','','2014-03-26',NULL,1),(1231,31,'34','Michel','2014-03-27 10:56:03','','2014-03-27',NULL,1),(1232,31,'35','Michel','2014-03-27 10:59:43','','2014-03-27',NULL,1),(1233,31,'36','Michel','2014-03-27 11:10:15','','2014-03-27',NULL,1),(1234,31,'37','Michel','2014-03-27 12:07:59','','2014-03-27',NULL,1),(1235,31,'38','Michel','2014-04-12 11:25:36','','2014-04-12',NULL,1),(1236,31,'39','Michel','2014-04-13 13:49:09','','2014-04-13',NULL,1),(1237,31,'40','Michel','2014-04-18 17:44:34','Intégration VS2013 et harmonisation des signatures.','2014-04-18',NULL,1),(1238,31,'41','Michel','2014-04-18 17:44:37','','2014-04-18',NULL,1),(1239,31,'42','Michel','2015-01-06 20:33:03','','2015-01-06',NULL,1),(1240,41,'3','Michel','2014-05-19 10:20:59','','2014-05-19',NULL,1),(1241,41,'4','Michel','2014-06-13 18:21:16','','2014-06-13',NULL,1),(1242,41,'5','Michel','2014-06-13 18:21:42','','2014-06-13',NULL,1),(1243,24,'23','Michel','2015-01-29 11:50:22','','2015-01-29',NULL,1),(1244,24,'24','Michel','2015-01-29 12:03:29','','2015-01-29',NULL,1),(1245,11,'314','Michel','2015-01-28 21:39:39','','2015-01-28',NULL,1),(1246,11,'315','Michel','2015-01-29 18:43:12','','2015-01-29',NULL,1),(1247,11,'316','Michel','2015-01-30 09:33:55','','2015-01-30',NULL,1),(1248,11,'317','Michel','2015-02-11 21:35:03','','2015-02-11',NULL,1),(1249,11,'318','Michel','2015-02-12 09:49:53','','2015-02-12',NULL,1),(1250,11,'319','Michel','2015-02-13 14:11:35','','2015-02-13',NULL,1),(1251,11,'320','Michel','2015-02-17 00:33:18','','2015-02-17',NULL,1),(1252,11,'321','Michel','2015-02-26 12:07:51','','2015-02-26',NULL,1),(1253,11,'322','Michel','2015-02-26 14:07:10','','2015-02-26',NULL,1),(1254,40,'4','Michel','2014-05-26 17:23:53','','2014-05-26',NULL,1),(1255,40,'5','Michel','2014-10-10 09:26:24','','2014-10-10',NULL,1),(1256,40,'6','Michel','2014-10-10 10:37:35','','2014-10-10',NULL,1),(1257,40,'7','Michel','2014-10-13 10:28:12','','2014-10-13',NULL,1),(1258,40,'8','Michel','2014-12-02 19:17:35','','2014-12-02',NULL,1),(1259,40,'9','Michel','2014-12-02 19:18:03','','2014-12-02',NULL,1),(1260,40,'10','Michel','2014-12-04 06:43:37','','2014-12-04',NULL,1),(1261,40,'11','Michel','2015-01-29 12:23:24','','2015-01-29',NULL,1),(1262,40,'12','Michel','2015-01-29 17:59:40','','2015-01-29',NULL,1),(1263,40,'13','Michel','2015-01-29 18:01:02','','2015-01-29',NULL,1),(1264,40,'14','Michel','2015-02-02 16:56:17','','2015-02-02',NULL,1),(1265,40,'15','Michel','2015-02-03 14:38:57','','2015-02-03',NULL,1),(1266,40,'16','Michel','2015-02-13 19:19:44','','2015-02-13',NULL,1),(1267,40,'17','Michel','2015-02-26 15:27:39','','2015-02-26',NULL,1),(1268,2,'170','Michel','2015-02-11 21:35:04','','2015-02-11',NULL,1),(1269,2,'171','Michel','2015-02-12 09:50:04','','2015-02-12',NULL,1),(1270,2,'172','Michel','2015-02-13 14:11:36','','2015-02-13',NULL,1),(1271,2,'173','Michel','2015-02-17 00:33:16','','2015-02-17',NULL,1),(1272,2,'174','Michel','2015-02-26 12:07:39','','2015-02-26',NULL,1),(1273,2,'175','Michel','2015-03-05 03:45:21','Support for UserIdentityTooken and compliance with CTT 1.2.335.238','2015-03-05',NULL,1),(1274,2,'176','Michel','2015-03-07 01:19:58','Update version for CTT. Added Support for subscription to most of the attribute plus fix for issued certificate support.','2015-03-07',NULL,1),(1275,2,'177','Michel','2015-03-07 14:37:14','Modification of project configuration. The idea is to put all header file in a same place (include of the root project)','2015-03-07',NULL,1),(1276,2,'178','Michel','2015-03-07 21:06:09','Commit before removing CVpiDataValue','2015-03-07',NULL,1),(1277,12,'192','Michel','2015-02-11 21:35:00','','2015-02-11',NULL,1),(1278,12,'193','Michel','2015-02-12 09:50:00','','2015-02-12',NULL,1),(1279,12,'194','Michel','2015-02-17 00:33:16','','2015-02-17',NULL,1),(1280,12,'195','Michel','2015-02-26 12:07:45','','2015-02-26',NULL,1),(1281,12,'196','Michel','2015-03-05 03:45:24','Support for UserIdentityTooken and compliance with CTT 1.2.335.238','2015-03-05',NULL,1),(1282,12,'197','Michel','2015-03-07 01:19:58','Update version for CTT. Added Support for subscription to most of the attribute plus fix for issued certificate support.','2015-03-07',NULL,1),(1283,12,'198','Michel','2015-03-07 14:37:12','Modification of project configuration. The idea is to put all header file in a same place (include of the root project)','2015-03-07',NULL,1),(1284,12,'199','Michel','2015-03-07 21:06:09','Commit before removing CVpiDataValue','2015-03-07',NULL,1),(1285,40,'18','Michel','2015-02-26 15:31:02','','2015-02-26',NULL,1),(1286,40,'19','Michel','2015-03-07 14:37:13','Modification of project configuration. The idea is to put all header file in a same place (include of the root project)','2015-03-07',NULL,1),(1287,11,'323','Michel','2015-03-05 03:45:23','Support for UserIdentityTooken and compliance with CTT 1.2.335.238','2015-03-05',NULL,1),(1288,11,'324','Michel','2015-03-07 01:19:57','Update version for CTT. Added Support for subscription to most of the attribute plus fix for issued certificate support.','2015-03-07',NULL,1),(1289,11,'325','Michel','2015-03-07 14:37:11','Modification of project configuration. The idea is to put all header file in a same place (include of the root project)','2015-03-07',NULL,1),(1290,11,'326','Michel','2015-03-07 21:06:08','Commit before removing CVpiDataValue','2015-03-07',NULL,1),(1291,11,'327','Michel','2015-03-14 09:13:04','','2015-03-14',NULL,1),(1292,11,'328','Michel','2015-03-21 14:39:29','Works on Browse vs BrowseNext call to BrowseOneNode','2015-03-21',NULL,1),(1293,11,'329','Michel','2015-03-27 11:19:08','Commit for OpcUa_Threa_Delete made in the stack.','2015-03-27',NULL,1),(1294,11,'330','Michel','2015-04-03 18:09:19','1.0.2.6 before leak search','2015-04-03',NULL,1),(1295,11,'331','Michel','2015-04-12 17:31:30','Clean 85% of the leak and fix minor issues','2015-04-12',NULL,1),(1296,11,'332','Michel','2015-05-04 10:53:01','','2015-05-04',NULL,1),(1297,11,'333','Michel','2015-05-18 15:49:07','Version stable en cours de deleakage','2015-05-18',NULL,1),(1298,2,'179','Michel','2015-03-14 09:12:52','','2015-03-14',NULL,1),(1299,2,'180','Michel','2015-03-21 14:39:25','Works on Browse vs BrowseNext call to BrowseOneNode','2015-03-21',NULL,1),(1300,2,'181','Michel','2015-03-27 11:18:37','Update for the OpcUa_Thread_Delete. Change of parameter signature and code. The original one from the OPC Foundation is totaly buggy.\nThe thread cannot stop. This commit doesn\'t contains a double check for Linux... I have to do it','2015-03-27',NULL,1),(1301,2,'182','Michel','2015-04-03 18:09:03','1.0.2.6 before leak search','2015-04-03',NULL,1),(1302,2,'183','Michel','2015-04-12 17:31:19','Clean 85% of the leak and fix minor issues','2015-04-12',NULL,1),(1303,2,'184','Michel','2015-05-04 10:53:09','','2015-05-04',NULL,1),(1304,2,'185','Michel','2015-05-18 15:49:10','Version stable en cours de deleakage','2015-05-18',NULL,1),(1305,11,'334','Michel','2015-05-22 07:53:56','Optimisation gestion mémoire en cours (version instable)','2015-05-22',NULL,1),(1306,11,'335','Michel','2015-06-01 20:56:37','','2015-06-01',NULL,1),(1307,40,'20','Michel','2015-04-12 17:34:30','','2015-04-12',NULL,1),(1308,40,'21','Michel','2015-05-04 10:52:55','','2015-05-04',NULL,1),(1309,11,'336','Michel','2015-06-05 10:41:30','','2015-06-05',NULL,1),(1310,40,'22','Michel','2015-06-05 10:38:49','','2015-06-05',NULL,1),(1311,12,'200','Michel','2015-03-14 09:12:57','','2015-03-14',NULL,1),(1312,12,'201','Michel','2015-03-21 14:39:26','Works on Browse vs BrowseNext call to BrowseOneNode','2015-03-21',NULL,1),(1313,12,'202','Michel','2015-03-27 11:19:06','Commit for OpcUa_Threa_Delete made in the stack.','2015-03-27',NULL,1),(1314,12,'203','Michel','2015-04-03 18:09:12','1.0.2.6 before leak search','2015-04-03',NULL,1),(1315,12,'204','Michel','2015-04-12 17:31:36','Clean 85% of the leak and fix minor issues','2015-04-12',NULL,1),(1316,12,'205','Michel','2015-05-04 10:53:08','','2015-05-04',NULL,1),(1317,12,'206','Michel','2015-05-18 15:49:08','Version stable en cours de deleakage','2015-05-18',NULL,1),(1318,12,'207','Michel','2015-05-22 07:53:56','Optimisation gestion mémoire en cours (version instable)','2015-05-22',NULL,1),(1319,12,'208','Michel','2015-06-01 20:56:39','','2015-06-01',NULL,1),(1320,12,'209','Michel','2015-06-15 14:54:56','','2015-06-15',NULL,1),(1321,2,'186','Michel','2015-07-07 11:27:54','','2015-07-07',NULL,1),(1322,2,'187','Michel','2015-08-07 10:10:33','','2015-08-07',NULL,1),(1323,43,'1','Michel','2015-08-09 16:22:38','initial import','2015-08-09',NULL,1),(1324,23,'50','Michel','2014-01-27 10:21:09','','2014-01-27',NULL,1),(1325,23,'51','Michel','2014-01-27 10:21:12','','2014-01-27',NULL,1),(1326,23,'52','Michel','2014-01-27 10:21:15','','2014-01-27',NULL,1),(1327,23,'53','Michel','2014-01-27 10:21:16','','2014-01-27',NULL,1),(1328,23,'54','Michel','2014-01-27 10:27:28','','2014-01-27',NULL,1),(1329,23,'55','Michel','2014-03-06 13:39:13','','2014-03-06',NULL,1),(1330,23,'56','Michel','2014-03-06 14:38:12','Harmonisation des sources, mutex, sem, namespace, etc.','2014-03-06',NULL,1),(1331,23,'57','Michel','2014-03-12 02:39:43','','2014-03-12',NULL,1),(1332,23,'58','Michel','2015-01-06 20:32:38','','2015-01-06',NULL,1),(1333,43,'2','Michel','2015-08-17 17:39:29','OpenOpcUaConfigManager Version Beta 3.1\nReady to use with all function','2015-08-17',NULL,1),(1334,43,'3','Michel','2015-09-14 11:27:16','','2015-09-14',NULL,1),(1335,40,'23','Michel','2015-07-07 11:29:26','','2015-07-07',NULL,1),(1336,40,'24','Michel','2015-07-23 15:22:20','','2015-07-23',NULL,1),(1337,40,'25','Michel','2015-08-07 09:38:29','','2015-08-07',NULL,1),(1338,40,'26','Michel','2015-08-07 09:43:38','','2015-08-07',NULL,1),(1339,40,'27','Michel','2015-08-07 09:46:53','','2015-08-07',NULL,1),(1340,40,'28','Michel','2015-08-07 09:47:57','','2015-08-07',NULL,1),(1341,40,'29','Michel','2015-08-07 09:48:15','','2015-08-07',NULL,1),(1342,40,'30','Michel','2015-08-07 12:21:42','','2015-08-07',NULL,1),(1343,40,'31','Michel','2015-08-21 12:10:16','','2015-08-21',NULL,1),(1344,40,'32','Michel','2015-08-25 19:51:38','','2015-08-25',NULL,1),(1345,40,'33','Michel','2015-08-25 19:52:08','','2015-08-25',NULL,1),(1346,40,'34','Michel','2015-09-07 21:31:24','','2015-09-07',NULL,1),(1347,40,'35','Michel','2015-09-26 13:19:21','','2015-09-26',NULL,1),(1348,40,'36','Michel','2015-09-26 13:19:32','','2015-09-26',NULL,1),(1349,40,'37','Michel','2015-09-26 13:19:39','','2015-09-26',NULL,1),(1350,40,'38','Michel','2015-10-16 21:16:26','Version 1.0.2.5 stable','2015-10-16',NULL,1),(1351,11,'337','Michel','2015-06-15 14:54:58','','2015-06-15',NULL,1),(1352,11,'338','Michel','2015-07-07 11:27:53','','2015-07-07',NULL,1),(1353,11,'339','Michel','2015-08-06 17:13:04','','2015-08-06',NULL,1),(1354,11,'340','Michel','2015-08-07 12:16:07','','2015-08-07',NULL,1),(1355,11,'341','Michel','2015-08-26 10:24:16','','2015-08-26',NULL,1),(1356,11,'342','Michel','2015-09-22 15:42:02','','2015-09-22',NULL,1),(1357,11,'343','Michel','2015-09-22 22:10:23','','2015-09-22',NULL,1),(1358,11,'344','Michel','2015-10-16 21:18:14','Version 1.0.3.0 Leak free.\nA huge leak was remove from the publish and the number of publish receive is now limited.\nThe limitation is controled by a keywork: MAX_PUBLISH_PER_SESSION','2015-10-16',NULL,1),(1359,11,'345','Michel','2015-11-03 21:15:51','Version stable contenant quelqus fuites résiduelle à l\'initialisation','2015-11-03',NULL,1),(1360,11,'346','Michel','2015-11-05 08:10:55','','2015-11-05',NULL,1),(1361,11,'347','Michel','2015-11-09 14:12:56','Stable version. Only 5 leaks\nBefore submission to OPC F','2015-11-09',NULL,1),(1362,11,'348','Michel','2015-11-11 17:41:45','','2015-11-11',NULL,1),(1363,11,'349','Michel','2015-11-24 09:28:20','','2015-11-24',NULL,1),(1364,11,'350','Michel','2015-11-25 14:49:02','','2015-11-25',NULL,1),(1365,11,'351','Michel','2015-12-10 17:24:02','1.0.4.0 Beta','2015-12-10',NULL,1),(1366,11,'352','Michel','2015-12-15 17:18:44','','2015-12-15',NULL,1),(1367,12,'210','Michel','2015-07-07 11:27:54','','2015-07-07',NULL,1),(1368,12,'211','Michel','2015-08-06 17:13:05','','2015-08-06',NULL,1),(1369,12,'212','Michel','2015-08-06 20:04:12','','2015-08-06',NULL,1),(1370,12,'213','Michel','2015-08-26 10:24:17','','2015-08-26',NULL,1),(1371,12,'214','Michel','2015-09-22 15:42:03','','2015-09-22',NULL,1),(1372,12,'215','Michel','2015-10-16 21:18:16','Version 1.0.3.0 Leak free.\nA huge leak was remove from the publish and the number of publish receive is now limited.\nThe limitation is controled by a keywork: MAX_PUBLISH_PER_SESSION','2015-10-16',NULL,1),(1373,12,'216','Michel','2015-11-03 21:15:53','Version stable contenant quelqus fuites résiduelle à l\'initialisation','2015-11-03',NULL,1),(1374,12,'217','Michel','2015-11-05 08:10:55','','2015-11-05',NULL,1),(1375,12,'218','Michel','2015-11-09 14:12:58','Stable version. Only 5 leaks\nBefore submission to OPC F','2015-11-09',NULL,1),(1376,12,'219','Michel','2015-11-11 17:41:46','','2015-11-11',NULL,1),(1377,12,'220','Michel','2015-11-24 09:28:22','','2015-11-24',NULL,1),(1378,12,'221','Michel','2015-12-10 17:24:04','1.0.4.0 Beta','2015-12-10',NULL,1),(1379,2,'188','Michel','2015-08-07 11:08:36','','2015-08-07',NULL,1),(1380,2,'189','Michel','2015-08-07 12:15:52','','2015-08-07',NULL,1),(1381,2,'190','Michel','2015-09-22 15:42:03','','2015-09-22',NULL,1),(1382,2,'191','Michel','2015-10-16 21:18:17','Version 1.0.3.0 Leak free.\nA huge leak was remove from the publish and the number of publish receive is now limited.\nThe limitation is controled by a keywork: MAX_PUBLISH_PER_SESSION','2015-10-16',NULL,1),(1383,2,'192','Michel','2015-11-03 21:15:59','Version stable contenant quelqus fuites résiduelle à l\'initialisation','2015-11-03',NULL,1),(1384,2,'193','Michel','2015-11-09 14:13:00','Stable version. Only 5 leaks\nBefore submission to OPC F','2015-11-09',NULL,1),(1385,2,'194','Michel','2015-11-11 17:41:47','','2015-11-11',NULL,1),(1386,2,'195','Michel','2015-11-25 14:49:03','','2015-11-25',NULL,1),(1387,2,'196','Michel','2015-12-10 17:24:07','1.0.4.0 Beta','2015-12-10',NULL,1),(1388,17,'45','Michel','2013-12-17 14:30:04','','2013-12-17',NULL,1),(1389,17,'46','Michel','2014-03-12 02:54:54','','2014-03-12',NULL,1),(1390,17,'47','Michel','2014-03-12 02:56:19','','2014-03-12',NULL,1),(1391,17,'48','Michel','2014-04-18 18:01:05','Intégration VS2013 et harmonisation des signatures. Préparation pour intégration sous Linux','2014-04-18',NULL,1),(1392,17,'49','Michel','2014-04-18 18:01:19','','2014-04-18',NULL,1),(1393,17,'50','Michel','2015-01-06 20:32:53','','2015-01-06',NULL,1),(1394,17,'51','Michel','2015-01-28 21:15:31','','2015-01-28',NULL,1),(1395,13,'58','Michel','2014-03-12 00:51:19','','2014-03-12',NULL,1),(1396,13,'59','Michel','2014-03-26 21:03:36','','2014-03-26',NULL,1),(1397,13,'60','Michel','2014-03-27 17:19:56','','2014-03-27',NULL,1),(1398,13,'61','Michel','2014-03-28 04:14:56','Minor clean up','2014-03-28',NULL,1),(1399,13,'62','Michel','2014-04-03 09:54:42','','2014-04-03',NULL,1),(1400,13,'63','Michel','2014-04-03 11:33:27','','2014-04-03',NULL,1),(1401,13,'64','Michel','2014-04-18 07:06:16','Remove HRESULT','2014-04-18',NULL,1),(1402,13,'65','Michel','2014-04-27 18:05:54','','2014-04-27',NULL,1),(1403,13,'66','Michel','2014-05-19 10:01:47','','2014-05-19',NULL,1),(1404,13,'67','Michel','2014-05-20 14:24:52','','2014-05-20',NULL,1),(1405,13,'68','Michel','2014-05-24 13:42:56','','2014-05-24',NULL,1),(1406,13,'69','Michel','2014-07-07 14:21:41','','2014-07-07',NULL,1),(1407,13,'70','Michel','2014-07-19 10:37:12','','2014-07-19',NULL,1),(1408,13,'71','Michel','2014-10-13 10:28:18','','2014-10-13',NULL,1),(1409,13,'72','Michel','2014-10-28 06:27:11','Valid pre-version of Eventing support','2014-10-28',NULL,1),(1410,13,'73','Michel','2014-12-12 21:12:31','','2014-12-12',NULL,1),(1411,13,'74','Michel','2015-01-28 21:39:34','','2015-01-28',NULL,1),(1412,13,'75','Michel','2015-02-11 21:35:00','','2015-02-11',NULL,1),(1413,13,'76','Michel','2015-02-12 09:50:06','','2015-02-12',NULL,1),(1414,13,'77','Michel','2015-02-17 00:33:17','','2015-02-17',NULL,1),(1415,13,'78','Michel','2015-03-07 14:37:13','Modification of project configuration. The idea is to put all header file in a same place (include of the root project)','2015-03-07',NULL,1),(1416,13,'79','Michel','2015-03-07 21:06:08','Commit before removing CVpiDataValue','2015-03-07',NULL,1),(1417,13,'80','Michel','2015-03-14 09:13:00','','2015-03-14',NULL,1),(1418,13,'81','Michel','2015-03-21 14:39:26','Works on Browse vs BrowseNext call to BrowseOneNode','2015-03-21',NULL,1),(1419,13,'82','Michel','2015-03-27 11:19:06','Commit for OpcUa_Threa_Delete made in the stack.','2015-03-27',NULL,1),(1420,13,'83','Michel','2015-04-03 18:09:24','1.0.2.6 before leak search','2015-04-03',NULL,1),(1421,13,'84','Michel','2015-05-18 15:49:03','Version stable en cours de deleakage','2015-05-18',NULL,1),(1422,13,'85','Michel','2015-07-07 11:27:55','','2015-07-07',NULL,1),(1423,13,'86','Michel','2015-08-08 23:19:54','Add a new error code OpcUa_BadFileNotFound in the function xml4CE_SAXCreateOutput. This error code is return if we try to open in non-existing file','2015-08-08',NULL,1),(1424,13,'87','Michel','2015-09-22 15:42:01','','2015-09-22',NULL,1),(1425,13,'88','Michel','2015-10-16 21:18:11','Version 1.0.3.0 Leak free.\nA huge leak was remove from the publish and the number of publish receive is now limited.\nThe limitation is controled by a keywork: MAX_PUBLISH_PER_SESSION','2015-10-16',NULL,1),(1426,13,'89','Michel','2015-11-03 21:16:01','Version stable contenant quelqus fuites résiduelle à l\'initialisation','2015-11-03',NULL,1),(1427,13,'90','Michel','2015-11-11 17:41:45','','2015-11-11',NULL,1),(1428,13,'91','Michel','2015-11-24 09:28:16','','2015-11-24',NULL,1),(1429,13,'92','Michel','2015-12-10 17:23:58','1.0.4.0 Beta','2015-12-10',NULL,1),(1430,11,'353','Michel','2016-01-08 19:29:27','','2016-01-08',NULL,1),(1431,11,'354','Michel','2016-01-18 09:48:59','1.0.4.0 RC3','2016-01-18',NULL,1),(1432,2,'197','Michel','2016-01-18 09:49:01','1.0.4.0 RC3','2016-01-18',NULL,1),(1433,11,'355','Michel','2016-02-06 23:32:04','Version 1.0.4.0 RC5 - Prerelease on 6 feb 2016','2016-02-06',NULL,1),(1434,11,'356','Michel','2016-02-10 16:24:47','','2016-02-10',NULL,1),(1435,11,'357','Michel','2016-02-12 17:50:15','','2016-02-12',NULL,1),(1436,11,'358','Michel','2016-02-25 15:11:58','','2016-02-25',NULL,1),(1437,11,'359','Michel','2016-02-25 15:31:00','','2016-02-25',NULL,1),(1438,27,'38','Michel','2014-02-01 15:18:29','','2014-02-01',NULL,1),(1439,27,'39','Michel','2014-02-01 15:19:11','','2014-02-01',NULL,1),(1440,27,'40','Michel','2014-03-10 17:38:57','','2014-03-10',NULL,1),(1441,27,'41','Michel','2014-03-12 02:59:27','','2014-03-12',NULL,1),(1442,27,'42','Michel','2014-03-12 03:03:37','','2014-03-12',NULL,1),(1443,27,'43','Michel','2014-03-12 10:12:31','','2014-03-12',NULL,1),(1444,27,'44','Michel','2014-03-12 10:13:36','','2014-03-12',NULL,1),(1445,27,'45','Michel','2014-03-12 10:59:13','','2014-03-12',NULL,1),(1446,27,'46','Michel','2014-03-12 11:24:10','','2014-03-12',NULL,1),(1447,27,'47','Michel','2014-03-13 01:41:38','','2014-03-13',NULL,1),(1448,27,'48','Michel','2014-03-13 02:21:16','','2014-03-13',NULL,1),(1449,27,'49','Michel','2014-03-14 01:07:24','','2014-03-14',NULL,1),(1450,27,'50','Michel','2014-03-14 09:23:17','Warm start support','2014-03-14',NULL,1),(1451,27,'51','Michel','2014-03-14 10:27:24','Fix IP Address Formating','2014-03-14',NULL,1),(1452,27,'52','Michel','2014-03-14 14:04:44','','2014-03-14',NULL,1),(1453,27,'53','Michel','2014-03-14 14:44:07','','2014-03-14',NULL,1),(1454,27,'54','Michel','2014-03-14 16:08:17','Support for new conversion','2014-03-14',NULL,1),(1455,27,'55','Michel','2014-03-16 14:19:04','','2014-03-16',NULL,1),(1456,27,'56','Michel','2014-03-19 15:35:21','Native version : Query et init valide','2014-03-19',NULL,1),(1457,27,'57','Michel','2014-03-19 18:50:14','Implementation au travers de OpenOpcUaVpiLibrary\n==> independance de la plateforme\n==> support mode Ethernet','2014-03-19',NULL,1),(1458,27,'58','Michel','2014-03-19 18:54:22','','2014-03-19',NULL,1),(1459,27,'59','Michel','2014-03-19 18:54:32','','2014-03-19',NULL,1),(1460,27,'60','Michel','2014-03-19 18:56:11','','2014-03-19',NULL,1),(1461,27,'61','Michel','2014-03-19 18:56:27','','2014-03-19',NULL,1),(1462,27,'62','Michel','2014-03-19 18:56:44','','2014-03-19',NULL,1),(1463,27,'63','Michel','2014-03-19 18:57:29','','2014-03-19',NULL,1),(1464,27,'64','Michel','2014-03-19 19:53:33','','2014-03-19',NULL,1),(1465,27,'65','Michel','2014-03-19 20:40:48','','2014-03-19',NULL,1),(1466,27,'66','Michel','2014-03-20 09:45:08','','2014-03-20',NULL,1),(1467,27,'67','Michel','2014-03-21 17:53:11','','2014-03-21',NULL,1),(1468,27,'68','Michel','2014-03-21 19:35:45','','2014-03-21',NULL,1),(1469,27,'69','Michel','2014-03-21 20:20:21','','2014-03-21',NULL,1),(1470,27,'70','Michel','2014-03-21 20:22:30','','2014-03-21',NULL,1),(1471,27,'71','Michel','2014-03-22 17:47:17','','2014-03-22',NULL,1),(1472,27,'72','Michel','2014-03-24 23:37:06','','2014-03-24',NULL,1),(1473,27,'73','Michel','2014-03-24 23:37:17','','2014-03-24',NULL,1),(1474,27,'74','Michel','2014-03-24 23:37:34','','2014-03-24',NULL,1),(1475,27,'75','Michel','2014-03-24 23:38:29','','2014-03-24',NULL,1),(1476,27,'76','Michel','2014-03-25 10:22:25','','2014-03-25',NULL,1),(1477,27,'77','Michel','2014-03-25 13:37:27','','2014-03-25',NULL,1),(1478,27,'78','Michel','2014-03-25 14:45:12','','2014-03-25',NULL,1),(1479,27,'79','Michel','2014-03-26 18:23:26','','2014-03-26',NULL,1),(1480,27,'80','Michel','2014-03-26 21:03:39','','2014-03-26',NULL,1),(1481,27,'81','Michel','2014-03-27 10:57:09','','2014-03-27',NULL,1),(1482,27,'82','Michel','2014-03-27 11:10:11','','2014-03-27',NULL,1),(1483,27,'83','Michel','2014-03-27 11:28:04','','2014-03-27',NULL,1),(1484,27,'84','Michel','2014-03-30 14:34:06','','2014-03-30',NULL,1),(1485,27,'85','Michel','2014-10-24 11:31:22','','2014-10-24',NULL,1),(1486,27,'86','Michel','2015-01-06 20:32:43','','2015-01-06',NULL,1),(1487,2,'198','Michel','2016-02-06 23:32:05','Version 1.0.4.0 RC5 - Prerelease on 6 feb 2016','2016-02-06',NULL,1),(1488,2,'199','Michel','2016-02-10 16:24:48','','2016-02-10',NULL,1),(1489,2,'200','Michel','2016-02-12 17:50:17','','2016-02-12',NULL,1),(1490,2,'201','Michel','2016-04-08 09:23:50','','2016-04-08',NULL,1),(1491,2,'202','Michel','2016-04-25 14:27:04','','2016-04-25',NULL,1),(1492,2,'203','Michel','2016-05-16 14:00:35','Version soumise à CTT 14-5-2016','2016-05-16',NULL,1),(1493,2,'204','Michel','2016-05-20 11:47:20','Stable version post CTT.. But this one passs properly the CTT','2016-05-20',NULL,1),(1494,2,'205','Michel','2016-05-31 23:31:43','CTT Version sent to Nathan on may 2016','2016-05-31',NULL,1),(1495,2,'206','Michel','2016-06-06 09:50:39','','2016-06-06',NULL,1),(1496,40,'39','Michel','2015-11-13 07:59:25','','2015-11-13',NULL,1),(1497,40,'40','Michel','2015-11-24 09:28:14','','2015-11-24',NULL,1),(1498,40,'41','Michel','2015-11-24 09:47:11','','2015-11-24',NULL,1),(1499,40,'42','Michel','2015-12-10 17:24:08','1.0.4.0 Beta','2015-12-10',NULL,1),(1500,40,'43','Michel','2015-12-15 17:19:03','','2015-12-15',NULL,1),(1501,40,'44','Michel','2016-02-20 16:33:25','','2016-02-20',NULL,1),(1502,40,'45','Michel','2016-02-25 15:24:28','','2016-02-25',NULL,1),(1503,40,'46','Michel','2016-04-10 19:29:28','','2016-04-10',NULL,1),(1504,40,'47','Michel','2016-04-10 19:29:46','','2016-04-10',NULL,1),(1505,40,'48','Michel','2016-04-25 14:30:07','','2016-04-25',NULL,1),(1506,40,'49','Michel','2016-04-25 14:30:30','','2016-04-25',NULL,1),(1507,40,'50','Michel','2016-04-26 14:25:21','','2016-04-26',NULL,1),(1508,11,'360','Michel','2016-04-08 09:23:48','','2016-04-08',NULL,1),(1509,11,'361','Michel','2016-04-25 14:27:04','','2016-04-25',NULL,1),(1510,11,'362','Michel','2016-05-16 14:00:34','Version soumise à CTT 14-5-2016','2016-05-16',NULL,1),(1511,11,'363','Michel','2016-05-20 11:47:19','Stable version post CTT.. But this one passs properly the CTT','2016-05-20',NULL,1),(1512,11,'364','Michel','2016-05-31 23:31:41','CTT Version sent to Nathan on may 2016','2016-05-31',NULL,1),(1513,11,'365','Michel','2016-06-06 09:50:38','','2016-06-06',NULL,1),(1514,11,'366','Michel','2016-06-21 20:34:07','','2016-06-21',NULL,1),(1515,11,'367','Michel','2016-07-11 14:22:15','','2016-07-11',NULL,1),(1516,11,'368','Michel','2016-08-31 15:17:17','','2016-08-31',NULL,1),(1517,11,'369','Michel','2016-08-31 15:17:35','','2016-08-31',NULL,1),(1518,11,'370','Michel','2016-08-31 17:15:54','','2016-08-31',NULL,1),(1519,11,'371','Michel','2016-09-20 09:35:32','','2016-09-20',NULL,1),(1520,11,'372','Michel','2016-10-03 10:16:55','','2016-10-03',NULL,1),(1521,11,'373','Michel','2016-10-04 10:36:54','','2016-10-04',NULL,1),(1522,11,'374','Michel','2016-10-12 13:47:13','1.0.4.4','2016-10-12',NULL,1),(1523,11,'375','Michel','2016-10-17 16:32:17','','2016-10-17',NULL,1),(1524,11,'376','Michel','2016-11-17 13:56:45','','2016-11-17',NULL,1),(1525,11,'377','Michel','2016-12-12 11:27:51','','2016-12-12',NULL,1),(1526,11,'378','Michel','2016-12-14 19:56:52','','2016-12-14',NULL,1),(1527,11,'379','Michel','2017-01-17 22:29:21','','2017-01-17',NULL,1),(1528,11,'380','Michel','2017-02-17 12:06:28','','2017-02-17',NULL,1),(1529,11,'381','Michel','2017-04-14 09:58:31','','2017-04-14',NULL,1),(1530,11,'382','Michel','2017-07-19 00:50:21','','2017-07-19',NULL,1),(1531,11,'383','Michel','2017-08-10 11:48:23','','2017-08-10',NULL,1),(1532,11,'384','Michel','2017-08-21 09:02:25','','2017-08-21',NULL,1),(1533,11,'385','Michel','2017-08-21 14:23:05','','2017-08-21',NULL,1),(1534,11,'386','Michel','2017-09-14 13:38:34','','2017-09-14',NULL,1),(1535,11,'387','Michel','2017-09-21 21:15:51','','2017-09-21',NULL,1),(1536,13,'93','Michel','2016-07-11 14:22:13','','2016-07-11',NULL,1),(1537,13,'94','Michel','2016-10-12 13:47:14','1.0.4.4','2016-10-12',NULL,1),(1538,13,'95','Michel','2016-11-17 13:56:47','','2016-11-17',NULL,1),(1539,13,'96','Michel','2017-02-17 12:06:27','','2017-02-17',NULL,1),(1540,13,'97','Michel','2017-04-14 09:58:28','','2017-04-14',NULL,1),(1541,13,'98','Michel','2017-07-19 00:50:17','','2017-07-19',NULL,1),(1542,13,'99','Michel','2017-08-21 09:02:26','','2017-08-21',NULL,1),(1543,13,'100','Michel','2017-08-21 14:23:05','','2017-08-21',NULL,1),(1544,2,'207','Michel','2016-08-31 15:17:18','','2016-08-31',NULL,1),(1545,2,'208','Michel','2016-10-03 10:16:56','','2016-10-03',NULL,1),(1546,2,'209','Michel','2016-10-12 13:47:14','1.0.4.4','2016-10-12',NULL,1),(1547,2,'210','Michel','2016-10-17 16:32:18','','2016-10-17',NULL,1),(1548,2,'211','Michel','2016-11-17 13:56:49','','2016-11-17',NULL,1),(1549,2,'212','Michel','2016-12-12 11:27:53','','2016-12-12',NULL,1),(1550,2,'213','Michel','2017-01-17 22:29:24','','2017-01-17',NULL,1),(1551,2,'214','Michel','2017-02-17 12:06:30','','2017-02-17',NULL,1),(1552,2,'215','Michel','2017-04-14 09:58:33','','2017-04-14',NULL,1),(1553,2,'216','Michel','2017-07-19 00:50:24','','2017-07-19',NULL,1),(1554,2,'217','Michel','2017-08-21 09:02:24','','2017-08-21',NULL,1),(1555,2,'218','Michel','2017-08-21 14:23:06','','2017-08-21',NULL,1),(1556,2,'219','Michel','2017-09-14 13:38:38','','2017-09-14',NULL,1),(1557,2,'220','Michel','2017-09-21 21:15:52','','2017-09-21',NULL,1),(1558,12,'222','Michel','2016-01-08 19:29:28','','2016-01-08',NULL,1),(1559,12,'223','Michel','2016-01-18 09:49:00','1.0.4.0 RC3','2016-01-18',NULL,1),(1560,12,'224','Michel','2016-02-06 23:32:05','Version 1.0.4.0 RC5 - Prerelease on 6 feb 2016','2016-02-06',NULL,1),(1561,12,'225','Michel','2016-02-10 16:24:48','','2016-02-10',NULL,1),(1562,12,'226','Michel','2016-02-12 17:50:16','','2016-02-12',NULL,1),(1563,12,'227','Michel','2016-02-25 15:12:20','','2016-02-25',NULL,1),(1564,12,'228','Michel','2016-02-25 15:32:37','','2016-02-25',NULL,1),(1565,12,'229','Michel','2016-04-08 09:23:49','','2016-04-08',NULL,1),(1566,12,'230','Michel','2016-05-20 11:47:20','Stable version post CTT.. But this one passs properly the CTT','2016-05-20',NULL,1),(1567,12,'231','Michel','2016-05-31 23:31:42','CTT Version sent to Nathan on may 2016','2016-05-31',NULL,1),(1568,12,'232','Michel','2016-06-06 09:50:39','','2016-06-06',NULL,1),(1569,12,'233','Michel','2016-06-21 20:34:08','','2016-06-21',NULL,1),(1570,12,'234','Michel','2016-07-11 14:22:15','','2016-07-11',NULL,1),(1571,12,'235','Michel','2016-09-20 09:35:34','','2016-09-20',NULL,1),(1572,12,'236','Michel','2016-10-03 10:16:56','','2016-10-03',NULL,1),(1573,12,'237','Michel','2016-10-12 13:47:15','1.0.4.4','2016-10-12',NULL,1),(1574,12,'238','Michel','2016-10-17 16:32:17','','2016-10-17',NULL,1),(1575,12,'239','Michel','2016-11-17 13:56:46','','2016-11-17',NULL,1),(1576,12,'240','Michel','2016-12-12 11:27:52','','2016-12-12',NULL,1),(1577,12,'241','Michel','2017-01-17 22:29:23','','2017-01-17',NULL,1),(1578,12,'242','Michel','2017-02-17 12:06:29','','2017-02-17',NULL,1),(1579,12,'243','Michel','2017-04-14 09:58:32','','2017-04-14',NULL,1),(1580,12,'244','Michel','2017-07-19 00:50:23','','2017-07-19',NULL,1),(1581,12,'245','Michel','2017-08-10 11:48:25','','2017-08-10',NULL,1),(1582,12,'246','Michel','2017-08-21 09:02:25','','2017-08-21',NULL,1),(1583,12,'247','Michel','2017-08-21 14:23:06','','2017-08-21',NULL,1),(1584,12,'248','Michel','2017-09-14 13:38:36','','2017-09-14',NULL,1),(1585,12,'249','Michel','2017-09-21 21:15:51','','2017-09-21',NULL,1),(1586,11,'388','Michel','2017-09-29 18:24:49','','2017-09-29',NULL,1),(1587,40,'51','Michel','2016-07-22 11:45:18','','2016-07-22',NULL,1),(1588,40,'52','Michel','2016-09-15 19:48:38','VpiCooperl Beta 1','2016-09-15',NULL,1),(1589,40,'53','Michel','2016-09-16 14:43:50','Version 1.0.0.2 with write support and clean stop','2016-09-16',NULL,1),(1590,40,'54','Michel','2016-09-18 17:24:07','','2016-09-18',NULL,1),(1591,40,'55','Michel','2016-09-18 17:24:35','','2016-09-18',NULL,1),(1592,40,'56','Michel','2016-09-18 17:48:19','','2016-09-18',NULL,1),(1593,40,'57','Michel','2016-09-22 16:50:08','','2016-09-22',NULL,1),(1594,40,'58','Michel','2016-10-09 15:08:02','','2016-10-09',NULL,1),(1595,40,'59','Michel','2016-10-09 15:08:16','','2016-10-09',NULL,1),(1596,40,'60','Michel','2016-10-12 13:27:43','','2016-10-12',NULL,1),(1597,40,'61','Michel','2016-10-12 22:03:03','','2016-10-12',NULL,1),(1598,40,'62','Michel','2016-10-17 10:07:52','','2016-10-17',NULL,1),(1599,40,'63','Michel','2016-10-17 16:31:45','','2016-10-17',NULL,1),(1600,40,'64','Michel','2016-10-28 09:30:59','','2016-10-28',NULL,1),(1601,40,'65','Michel','2016-10-28 09:31:08','','2016-10-28',NULL,1),(1602,40,'66','Michel','2016-11-03 11:00:37','','2016-11-03',NULL,1),(1603,40,'67','Michel','2016-11-07 03:12:13','Version beta 1- Livrée','2016-11-07',NULL,1),(1604,40,'68','Michel','2016-11-07 16:42:05','','2016-11-07',NULL,1),(1605,40,'69','Michel','2016-11-17 13:56:47','','2016-11-17',NULL,1),(1606,40,'70','Michel','2016-11-28 09:03:00','','2016-11-28',NULL,1),(1607,40,'71','Michel','2016-12-02 16:40:34','','2016-12-02',NULL,1),(1608,40,'72','Michel','2016-12-12 11:28:14','','2016-12-12',NULL,1),(1609,40,'73','Michel','2016-12-14 19:56:14','','2016-12-14',NULL,1),(1610,40,'74','Michel','2016-12-16 18:05:23','','2016-12-16',NULL,1),(1611,40,'75','Michel','2016-12-16 18:05:34','','2016-12-16',NULL,1),(1612,40,'76','Michel','2017-01-14 11:58:27','','2017-01-14',NULL,1),(1613,40,'77','Michel','2017-01-17 22:28:58','','2017-01-17',NULL,1),(1614,40,'78','Michel','2017-02-16 22:48:22','','2017-02-16',NULL,1),(1615,40,'79','Michel','2017-02-17 00:27:12','','2017-02-17',NULL,1),(1616,40,'80','Michel','2017-02-17 12:06:31','','2017-02-17',NULL,1),(1617,40,'81','Michel','2017-02-17 15:46:29','','2017-02-17',NULL,1),(1618,40,'82','Michel','2017-02-24 08:04:50','','2017-02-24',NULL,1),(1619,40,'83','Michel','2017-03-03 19:44:13','','2017-03-03',NULL,1),(1620,40,'84','Michel','2017-03-07 18:45:26','','2017-03-07',NULL,1),(1621,40,'85','Michel','2017-04-12 08:40:09','','2017-04-12',NULL,1),(1622,40,'86','Michel','2017-04-12 12:58:49','','2017-04-12',NULL,1),(1623,40,'87','Michel','2017-04-14 09:57:24','','2017-04-14',NULL,1),(1624,40,'88','Michel','2017-04-14 09:58:27','','2017-04-14',NULL,1),(1625,40,'89','Michel','2017-06-07 16:48:26','','2017-06-07',NULL,1),(1626,40,'90','Michel','2017-06-13 11:53:02','','2017-06-13',NULL,1),(1627,40,'91','Michel','2017-06-14 18:13:00','','2017-06-14',NULL,1),(1628,40,'92','Michel','2017-06-17 22:19:10','','2017-06-17',NULL,1),(1629,40,'93','Michel','2017-07-19 00:50:40','','2017-07-19',NULL,1),(1630,40,'94','Michel','2017-07-20 23:09:36','','2017-07-20',NULL,1),(1631,40,'95','Michel','2017-08-31 22:11:48','','2017-08-31',NULL,1),(1632,40,'96','Michel','2017-09-13 20:16:02','','2017-09-13',NULL,1),(1633,40,'97','Michel','2017-09-14 13:38:14','','2017-09-14',NULL,1),(1634,40,'98','Michel','2017-09-21 21:15:37','','2017-09-21',NULL,1),(1635,40,'99','Michel','2017-09-24 18:25:52','','2017-09-24',NULL,1),(1636,40,'100','Michel','2017-09-25 00:00:27','','2017-09-25',NULL,1),(1637,40,'101','Michel','2017-09-29 18:00:19','','2017-09-29',NULL,1),(1638,20,'22','Michel','2014-01-10 11:20:16','','2014-01-10',NULL,1),(1639,20,'23','Michel','2014-02-01 13:35:48','','2014-02-01',NULL,1),(1640,20,'24','Michel','2014-02-01 13:36:22','','2014-02-01',NULL,1),(1641,20,'25','Michel','2014-02-01 13:36:47','','2014-02-01',NULL,1),(1642,20,'26','Michel','2014-02-01 13:37:58','','2014-02-01',NULL,1),(1643,20,'27','Michel','2014-02-01 13:40:10','','2014-02-01',NULL,1),(1644,20,'28','Michel','2014-03-06 12:19:51','','2014-03-06',NULL,1),(1645,20,'29','Michel','2014-03-06 13:39:12','','2014-03-06',NULL,1),(1646,20,'30','Michel','2014-03-06 14:37:45','Harmonisation des sources... Mutex, namespace, etc','2014-03-06',NULL,1),(1647,20,'31','Michel','2014-03-08 13:17:16','Ajout du support de la lecture de chaine, de bit et de float. Il s\'agit une version prelimainaire a finaliser','2014-03-08',NULL,1),(1648,20,'32','Michel','2014-03-12 10:53:01','','2014-03-12',NULL,1),(1649,20,'33','Michel','2014-03-30 15:42:44','','2014-03-30',NULL,1),(1650,20,'34','Michel','2014-03-30 15:44:18','','2014-03-30',NULL,1),(1651,20,'35','Michel','2014-04-12 12:07:24','','2014-04-12',NULL,1),(1652,20,'36','Michel','2014-05-01 14:28:58','','2014-05-01',NULL,1),(1653,20,'37','Michel','2014-09-03 13:39:40','','2014-09-03',NULL,1),(1654,20,'38','Michel','2014-09-03 13:40:01','','2014-09-03',NULL,1),(1655,20,'39','Michel','2014-10-24 11:23:00','','2014-10-24',NULL,1),(1656,20,'40','Michel','2014-10-24 21:02:23','','2014-10-24',NULL,1),(1657,20,'41','Michel','2015-01-06 20:33:07','','2015-01-06',NULL,1),(1658,20,'42','Michel','2015-01-28 21:21:53','','2015-01-28',NULL,1),(1659,20,'43','Michel','2016-02-09 23:36:33','New version wit automatic block support','2016-02-09',NULL,1),(1660,20,'44','Michel','2016-06-21 20:34:32','','2016-06-21',NULL,1),(1661,20,'45','Michel','2016-07-11 14:26:04','','2016-07-11',NULL,1),(1662,20,'46','Michel','2016-07-22 11:45:39','','2016-07-22',NULL,1),(1663,20,'47','Michel','2016-10-12 13:47:54','1.0.0.6','2016-10-12',NULL,1),(1664,20,'48','Michel','2016-10-28 16:22:50','','2016-10-28',NULL,1),(1665,20,'49','Michel','2016-11-28 09:02:43','','2016-11-28',NULL,1),(1666,20,'50','Michel','2016-11-28 16:46:43','','2016-11-28',NULL,1),(1667,20,'51','Michel','2017-02-16 09:55:54','','2017-02-16',NULL,1),(1668,20,'52','Michel','2017-03-07 18:45:48','','2017-03-07',NULL,1),(1669,20,'53','Michel','2017-04-14 17:45:41','','2017-04-14',NULL,1),(1670,20,'54','Michel','2017-05-22 17:17:15','','2017-05-22',NULL,1),(1671,20,'55','Michel','2017-06-15 23:38:15','','2017-06-15',NULL,1),(1672,20,'56','Michel','2017-08-11 00:05:00','','2017-08-11',NULL,1),(1673,20,'57','Michel','2017-09-12 12:09:01','','2017-09-12',NULL,1),(1674,20,'58','Michel','2017-09-22 17:07:18','','2017-09-22',NULL,1),(1675,40,'102','Michel','2017-09-29 18:34:21','','2017-09-29',NULL,1),(1676,11,'389','Michel','2017-11-02 10:16:55','','2017-11-02',NULL,1),(1677,11,'390','Michel','2017-11-10 00:15:41','','2017-11-10',NULL,1),(1678,11,'391','Michel','2017-11-29 15:37:49','','2017-11-29',NULL,1),(1679,11,'392','Michel','2017-12-03 08:51:07','','2017-12-03',NULL,1),(1680,11,'393','Michel','2018-01-04 14:11:29','','2018-01-04',NULL,1),(1681,11,'394','Michel','2018-01-22 00:19:03','','2018-01-22',NULL,1),(1682,11,'395','Michel','2018-01-24 21:03:02','','2018-01-24',NULL,1),(1683,11,'396','Michel','2018-03-04 17:56:38','','2018-03-04',NULL,1),(1684,11,'397','Michel','2018-03-26 20:29:19','','2018-03-26',NULL,1),(1685,11,'398','Michel','2018-04-16 20:34:23','','2018-04-16',NULL,1),(1686,11,'399','Michel','2018-04-27 13:46:28','','2018-04-27',NULL,1),(1687,11,'400','Michel','2018-05-13 11:16:27','','2018-05-13',NULL,1),(1688,11,'401','Michel','2018-05-19 11:50:49','','2018-05-19',NULL,1),(1689,40,'103','Michel','2017-10-02 09:01:09','','2017-10-02',NULL,1),(1690,40,'104','Michel','2017-10-12 18:24:00','','2017-10-12',NULL,1),(1691,40,'105','Michel','2017-11-07 22:04:07','','2017-11-07',NULL,1),(1692,40,'106','Michel','2017-11-10 00:15:21','','2017-11-10',NULL,1),(1693,40,'107','Michel','2017-11-10 00:15:39','','2017-11-10',NULL,1),(1694,40,'108','Michel','2017-11-15 17:59:07','','2017-11-15',NULL,1),(1695,40,'109','Michel','2017-11-16 09:37:49','','2017-11-16',NULL,1),(1696,40,'110','Michel','2017-11-19 20:40:28','','2017-11-19',NULL,1),(1697,40,'111','Michel','2017-11-27 22:47:08','','2017-11-27',NULL,1),(1698,40,'112','Michel','2017-11-29 13:46:03','','2017-11-29',NULL,1),(1699,40,'113','Michel','2017-11-29 14:54:28','','2017-11-29',NULL,1),(1700,40,'114','Michel','2017-11-29 14:54:43','','2017-11-29',NULL,1),(1701,40,'115','Michel','2017-11-29 15:37:21','','2017-11-29',NULL,1),(1702,40,'116','Michel','2017-12-03 08:50:21','','2017-12-03',NULL,1),(1703,40,'117','Michel','2018-01-03 15:15:19','','2018-01-03',NULL,1),(1704,40,'118','Michel','2018-01-18 23:57:05','','2018-01-18',NULL,1),(1705,40,'119','Michel','2018-01-21 14:46:33','','2018-01-21',NULL,1),(1706,40,'120','Michel','2018-01-22 00:19:25','','2018-01-22',NULL,1),(1707,40,'121','Michel','2018-01-22 21:37:08','','2018-01-22',NULL,1),(1708,40,'122','Michel','2018-01-29 01:28:29','','2018-01-29',NULL,1),(1709,40,'123','Michel','2018-02-01 21:08:21','','2018-02-01',NULL,1),(1710,40,'124','Michel','2018-02-09 10:22:06','','2018-02-09',NULL,1),(1711,40,'125','Michel','2018-03-04 19:18:31','','2018-03-04',NULL,1),(1712,40,'126','Michel','2018-03-26 20:29:51','','2018-03-26',NULL,1),(1713,40,'127','Michel','2018-03-26 20:32:45','','2018-03-26',NULL,1),(1714,40,'128','Michel','2018-03-26 20:33:18','','2018-03-26',NULL,1),(1715,40,'129','Michel','2018-04-16 20:34:04','','2018-04-16',NULL,1),(1716,40,'130','Michel','2018-04-16 20:34:20','','2018-04-16',NULL,1),(1717,40,'131','Michel','2018-04-22 20:58:11','0.0.7.9','2018-04-22',NULL,1),(1718,40,'132','Michel','2018-04-24 16:04:36','','2018-04-24',NULL,1),(1719,40,'133','Michel','2018-04-24 16:57:30','','2018-04-24',NULL,1),(1720,40,'134','Michel','2018-04-24 19:55:33','','2018-04-24',NULL,1),(1721,40,'135','Michel','2018-04-24 21:01:16','','2018-04-24',NULL,1),(1722,40,'136','Michel','2018-04-24 21:05:24','','2018-04-24',NULL,1),(1723,40,'137','Michel','2018-04-27 13:37:54','','2018-04-27',NULL,1),(1724,40,'138','Michel','2018-05-02 15:12:19','','2018-05-02',NULL,1),(1725,40,'139','Michel','2018-05-08 16:46:19','','2018-05-08',NULL,1),(1726,40,'140','Michel','2018-05-09 09:53:45','','2018-05-09',NULL,1),(1727,40,'141','Michel','2018-05-13 11:16:45','','2018-05-13',NULL,1),(1728,40,'142','Michel','2018-05-19 11:51:45','','2018-05-19',NULL,1),(1729,40,'143','Michel','2018-05-28 20:44:29','','2018-05-28',NULL,1),(1730,40,'144','Michel','2018-07-01 21:23:10','','2018-07-01',NULL,1),(1731,40,'145','Michel','2018-07-03 15:02:16','','2018-07-03',NULL,1),(1732,40,'146','Michel','2018-07-03 16:16:05','','2018-07-03',NULL,1),(1733,40,'147','Michel','2018-07-04 00:34:37','','2018-07-04',NULL,1),(1734,40,'148','Michel','2018-07-06 13:50:58','','2018-07-06',NULL,1),(1735,40,'149','Michel','2018-07-06 16:25:04','','2018-07-06',NULL,1),(1736,40,'150','Michel','2018-07-20 10:04:15','','2018-07-20',NULL,1),(1737,40,'151','Michel','2018-07-20 14:02:05','','2018-07-20',NULL,1),(1738,40,'152','Michel','2018-07-26 12:41:10','','2018-07-26',NULL,1),(1739,40,'153','Michel','2018-08-02 19:41:22','','2018-08-02',NULL,1),(1740,40,'154','Michel','2018-08-09 13:59:26','','2018-08-09',NULL,1),(1741,40,'155','Michel','2018-08-09 13:59:50','','2018-08-09',NULL,1),(1742,40,'156','Michel','2018-08-09 16:52:04','','2018-08-09',NULL,1),(1743,40,'157','Michel','2018-08-11 01:47:19','','2018-08-11',NULL,1),(1744,40,'158','Michel','2018-08-27 10:27:52','','2018-08-27',NULL,1),(1745,40,'159','Michel','2018-09-12 13:42:16','','2018-09-12',NULL,1),(1746,40,'160','Michel','2018-09-17 14:15:21','','2018-09-17',NULL,1),(1747,40,'161','Michel','2018-09-19 17:55:47','','2018-09-19',NULL,1),(1748,40,'162','Michel','2018-10-12 17:39:53','','2018-10-12',NULL,1),(1749,40,'163','Michel','2018-10-14 13:02:12','','2018-10-14',NULL,1),(1750,40,'164','Michel','2018-10-17 17:22:41','','2018-10-17',NULL,1),(1751,40,'165','Michel','2018-10-17 17:23:36','','2018-10-17',NULL,1),(1752,40,'166','Michel','2018-10-17 17:48:07','','2018-10-17',NULL,1),(1753,40,'167','Michel','2018-10-28 13:17:41','','2018-10-28',NULL,1),(1754,40,'168','Michel','2018-11-04 10:51:28','','2018-11-04',NULL,1),(1755,40,'169','Michel','2018-11-04 11:23:21','','2018-11-04',NULL,1),(1756,40,'170','Michel','2018-11-04 11:23:32','','2018-11-04',NULL,1),(1757,40,'171','Michel','2018-11-04 11:23:53','','2018-11-04',NULL,1),(1758,40,'172','Michel','2018-11-11 02:23:48','','2018-11-11',NULL,1),(1759,40,'173','Michel','2018-11-14 01:26:21','','2018-11-14',NULL,1),(1760,40,'174','Michel','2018-11-16 21:25:44','','2018-11-16',NULL,1),(1761,40,'175','Michel','2018-11-16 22:57:10','','2018-11-16',NULL,1),(1762,40,'176','Michel','2018-11-16 22:57:17','','2018-11-16',NULL,1),(1763,40,'177','Michel','2018-11-27 19:42:22','','2018-11-27',NULL,1),(1764,40,'178','Michel','2018-11-27 22:15:09','','2018-11-27',NULL,1),(1765,11,'402','Michel','2018-07-20 14:28:27','','2018-07-20',NULL,1),(1766,11,'403','Michel','2018-08-09 13:59:53','','2018-08-09',NULL,1),(1767,11,'404','Michel','2018-08-31 15:49:44','','2018-08-31',NULL,1),(1768,11,'405','Michel','2018-09-13 11:39:52','','2018-09-13',NULL,1),(1769,11,'406','Michel','2018-10-12 17:40:14','','2018-10-12',NULL,1),(1770,11,'407','Michel','2018-10-17 17:23:10','','2018-10-17',NULL,1),(1771,11,'408','Michel','2018-10-28 13:18:21','','2018-10-28',NULL,1),(1772,11,'409','Michel','2018-11-04 10:51:17','','2018-11-04',NULL,1),(1773,11,'410','Michel','2018-11-11 02:24:09','','2018-11-11',NULL,1),(1774,11,'411','Michel','2018-11-16 22:56:44','','2018-11-16',NULL,1),(1775,11,'412','Michel','2018-11-27 22:18:09','','2018-11-27',NULL,1),(1776,2,'221','Michel','2017-11-02 10:17:01','','2017-11-02',NULL,1),(1777,2,'222','Michel','2017-11-10 00:15:42','','2017-11-10',NULL,1),(1778,2,'223','Michel','2017-12-03 08:51:08','','2017-12-03',NULL,1),(1779,2,'224','Michel','2018-01-04 14:11:31','','2018-01-04',NULL,1),(1780,2,'225','Michel','2018-01-22 00:19:05','','2018-01-22',NULL,1),(1781,2,'226','Michel','2018-03-04 17:56:39','','2018-03-04',NULL,1),(1782,2,'227','Michel','2018-03-26 20:29:20','','2018-03-26',NULL,1),(1783,2,'228','Michel','2018-04-16 20:34:26','','2018-04-16',NULL,1),(1784,2,'229','Michel','2018-07-20 14:28:28','','2018-07-20',NULL,1),(1785,2,'230','Michel','2018-08-09 13:59:55','','2018-08-09',NULL,1),(1786,2,'231','Michel','2018-08-31 15:49:45','','2018-08-31',NULL,1),(1787,2,'232','Michel','2018-10-12 17:40:15','','2018-10-12',NULL,1),(1788,2,'233','Michel','2018-10-28 13:18:21','','2018-10-28',NULL,1),(1789,2,'234','Michel','2018-11-04 10:51:15','','2018-11-04',NULL,1),(1790,2,'235','Michel','2018-11-11 02:24:10','','2018-11-11',NULL,1),(1791,2,'236','Michel','2018-11-16 22:56:46','','2018-11-16',NULL,1),(1792,11,'413','Michel','2018-11-29 17:56:41','','2018-11-29',NULL,1),(1793,11,'414','Michel','2018-12-02 16:52:16','','2018-12-02',NULL,1),(1794,11,'415','Michel','2018-12-02 17:10:28','','2018-12-02',NULL,1),(1795,11,'416','Michel','2018-12-05 09:53:07','','2018-12-05',NULL,1),(1796,11,'417','Michel','2018-12-10 12:13:19','','2018-12-10',NULL,1),(1797,11,'418','Michel','2018-12-10 16:40:30','','2018-12-10',NULL,1),(1798,11,'419','Michel','2018-12-16 19:35:59','1.0.5.6RC06','2018-12-16',NULL,1),(1799,11,'420','Michel','2018-12-26 20:02:05','','2018-12-26',NULL,1),(1800,11,'421','Michel','2019-01-06 19:24:31','','2019-01-06',NULL,1),(1801,11,'422','Michel','2019-02-03 11:06:07','','2019-02-03',NULL,1),(1802,11,'423','Michel','2019-02-20 14:50:50','','2019-02-20',NULL,1),(1803,11,'424','Michel','2019-02-26 20:53:00','','2019-02-26',NULL,1),(1804,11,'425','Michel','2019-03-30 17:49:18','','2019-03-30',NULL,1),(1805,11,'426','Michel','2019-04-15 15:32:17','','2019-04-15',NULL,1),(1806,11,'427','Michel','2019-06-07 15:08:04','','2019-06-07',NULL,1),(1807,11,'428','Michel','2019-06-15 17:25:20','','2019-06-15',NULL,1),(1808,11,'429','Michel','2019-06-27 14:24:04','','2019-06-27',NULL,1),(1809,11,'430','Michel','2019-06-28 10:37:38','','2019-06-28',NULL,1),(1810,11,'431','Michel','2019-08-28 19:21:44','','2019-08-28',NULL,1),(1811,11,'432','Michel','2019-09-10 19:26:49','','2019-09-10',NULL,1),(1812,11,'433','Michel','2019-09-14 22:03:49','','2019-09-14',NULL,1),(1813,11,'434','Michel','2019-10-02 07:05:17','','2019-10-02',NULL,1),(1814,40,'179','Michel','2018-11-28 23:01:59','','2018-11-28',NULL,1),(1815,40,'180','Michel','2018-12-02 16:52:51','','2018-12-02',NULL,1),(1816,40,'181','Michel','2018-12-10 12:13:45','','2018-12-10',NULL,1),(1817,40,'182','Michel','2018-12-10 16:40:38','','2018-12-10',NULL,1),(1818,40,'183','Michel','2018-12-17 07:18:55','','2018-12-17',NULL,1),(1819,40,'184','Michel','2018-12-17 07:20:23','','2018-12-17',NULL,1),(1820,40,'185','Michel','2018-12-18 15:41:38','','2018-12-18',NULL,1),(1821,40,'186','Michel','2018-12-26 20:02:10','','2018-12-26',NULL,1),(1822,40,'187','Michel','2019-01-06 19:24:35','','2019-01-06',NULL,1),(1823,40,'188','Michel','2019-01-16 15:51:24','','2019-01-16',NULL,1),(1824,40,'189','Michel','2019-02-11 15:35:20','','2019-02-11',NULL,1),(1825,40,'190','Michel','2019-02-20 14:52:27','','2019-02-20',NULL,1),(1826,40,'191','Michel','2019-02-26 20:52:45','','2019-02-26',NULL,1),(1827,40,'192','Michel','2019-02-26 20:53:37','','2019-02-26',NULL,1),(1828,40,'193','Michel','2019-03-03 16:58:10','','2019-03-03',NULL,1),(1829,40,'194','Michel','2019-03-14 15:51:17','','2019-03-14',NULL,1),(1830,40,'195','Michel','2019-04-22 11:41:53','','2019-04-22',NULL,1),(1831,40,'196','Michel','2019-04-29 13:46:53','','2019-04-29',NULL,1),(1832,40,'197','Michel','2019-04-29 13:47:14','','2019-04-29',NULL,1),(1833,40,'198','Michel','2019-05-02 11:31:16','','2019-05-02',NULL,1),(1834,40,'199','Michel','2019-05-02 19:42:57','','2019-05-02',NULL,1),(1835,40,'200','Michel','2019-05-03 12:07:46','','2019-05-03',NULL,1),(1836,40,'201','Michel','2019-05-03 15:19:58','','2019-05-03',NULL,1),(1837,40,'202','Michel','2019-05-09 11:06:41','','2019-05-09',NULL,1),(1838,40,'203','Michel','2019-05-09 18:00:29','','2019-05-09',NULL,1),(1839,40,'204','Michel','2019-05-09 18:00:41','','2019-05-09',NULL,1),(1840,40,'205','Michel','2019-05-14 11:43:16','','2019-05-14',NULL,1),(1841,40,'206','Michel','2019-06-07 16:56:44','','2019-06-07',NULL,1),(1842,40,'207','Michel','2019-07-31 17:08:38','','2019-07-31',NULL,1),(1843,40,'208','Michel','2019-09-05 11:30:38','','2019-09-05',NULL,1),(1844,40,'209','Michel','2019-09-05 11:31:40','','2019-09-05',NULL,1),(1845,40,'210','Michel','2019-09-06 16:51:44','','2019-09-06',NULL,1),(1846,40,'211','Michel','2019-09-14 22:04:10','','2019-09-14',NULL,1),(1847,40,'212','Michel','2019-11-04 19:50:16','','2019-11-04',NULL,1),(1848,40,'213','Michel','2019-11-07 08:02:58','','2019-11-07',NULL,1),(1849,40,'214','Michel','2020-01-10 17:10:41','','2020-01-10',NULL,1),(1850,40,'215','Michel','2020-02-14 13:37:21','','2020-02-14',NULL,1),(1851,40,'216','Michel','2020-02-14 13:38:03','','2020-02-14',NULL,1),(1852,40,'217','Michel','2020-02-18 01:25:22','','2020-02-18',NULL,1),(1853,40,'218','Michel','2020-02-19 10:58:49','','2020-02-19',NULL,1),(1854,40,'219','Michel','2020-02-20 23:09:48','','2020-02-20',NULL,1),(1855,40,'220','Michel','2020-02-21 09:16:55','','2020-02-21',NULL,1),(1856,11,'435','Michel','2019-11-05 22:41:10','','2019-11-05',NULL,1),(1857,11,'436','Michel','2019-11-07 08:02:46','','2019-11-07',NULL,1),(1858,11,'437','Michel','2020-02-14 13:37:26','','2020-02-14',NULL,1),(1859,11,'438','Michel','2020-03-22 21:41:25','','2020-03-22',NULL,1),(1860,11,'439','Michel','2020-04-29 10:43:10','','2020-04-29',NULL,1),(1861,11,'440','Michel','2020-05-19 08:25:22','','2020-05-19',NULL,1),(1862,39,'6','Michel','2014-04-24 16:47:27','','2014-04-24',NULL,1),(1863,39,'7','Michel','2014-04-24 16:47:50','','2014-04-24',NULL,1),(1864,39,'8','Michel','2014-10-30 14:55:42','','2014-10-30',NULL,1),(1865,39,'9','Michel','2015-03-03 16:50:13','','2015-03-03',NULL,1),(1866,39,'10','Michel','2015-08-07 12:25:54','','2015-08-07',NULL,1),(1867,39,'11','Michel','2016-02-25 15:26:42','','2016-02-25',NULL,1),(1868,39,'12','Michel','2017-01-05 15:43:23','','2017-01-05',NULL,1),(1869,39,'13','Michel','2017-01-09 17:01:35','','2017-01-09',NULL,1),(1870,39,'14','Michel','2017-01-17 22:28:35','','2017-01-17',NULL,1),(1871,39,'15','Michel','2017-02-05 13:28:46','','2017-02-05',NULL,1),(1872,39,'16','Michel','2017-02-20 17:04:40','','2017-02-20',NULL,1),(1873,39,'17','Michel','2017-02-20 21:48:42','','2017-02-20',NULL,1),(1874,39,'18','Michel','2017-04-14 17:52:22','','2017-04-14',NULL,1),(1875,39,'19','Michel','2017-04-23 16:11:50','','2017-04-23',NULL,1),(1876,39,'20','Michel','2017-07-19 00:49:56','','2017-07-19',NULL,1),(1877,39,'21','Michel','2017-11-29 15:37:31','','2017-11-29',NULL,1),(1878,39,'22','Michel','2017-12-31 10:05:19','','2017-12-31',NULL,1),(1879,39,'23','Michel','2018-01-15 19:54:20','','2018-01-15',NULL,1),(1880,39,'24','Michel','2018-12-07 09:50:54','','2018-12-07',NULL,1),(1881,39,'25','Michel','2019-02-17 08:20:10','','2019-02-17',NULL,1),(1882,39,'26','Michel','2019-03-30 17:49:47','','2019-03-30',NULL,1),(1883,22,'100','Michel','2014-03-21 19:36:25','','2014-03-21',NULL,1),(1884,22,'101','Michel','2014-04-14 23:52:01','','2014-04-14',NULL,1),(1885,22,'102','Michel','2014-04-25 10:32:23','','2014-04-25',NULL,1),(1886,22,'103','Michel','2014-10-23 09:41:33','','2014-10-23',NULL,1),(1887,22,'104','Michel','2014-10-30 14:55:55','','2014-10-30',NULL,1),(1888,22,'105','Michel','2014-11-05 21:03:10','','2014-11-05',NULL,1),(1889,22,'106','Michel','2014-11-16 21:29:13','','2014-11-16',NULL,1),(1890,22,'107','Michel','2014-11-20 14:01:10','','2014-11-20',NULL,1),(1891,22,'108','Michel','2014-12-04 06:44:21','','2014-12-04',NULL,1),(1892,22,'109','Michel','2015-02-12 09:53:57','','2015-02-12',NULL,1),(1893,22,'110','Michel','2015-03-09 18:38:58','','2015-03-09',NULL,1),(1894,22,'111','Michel','2015-04-12 17:32:50','New functions and minor bug fix','2015-04-12',NULL,1),(1895,22,'112','Michel','2015-06-19 18:04:48','','2015-06-19',NULL,1),(1896,22,'113','Michel','2015-07-29 16:41:42','','2015-07-29',NULL,1),(1897,22,'114','Michel','2015-10-01 15:04:05','Change in the code to handle properly session close','2015-10-01',NULL,1),(1898,22,'115','Michel','2015-10-16 21:20:16','Limitation of the Publish send to the server\nOnly one publish in the queue at the same time for a session\nIf is made in the thread PublishingThread\nThe idea is to send a publish only if if (pSessionClient->GetPendingPublish()==0)\nThis can works but need to be validate by customer. So we are waiting for more feedback','2015-10-16',NULL,1),(1899,22,'116','Michel','2015-12-10 17:23:37','1.0.4.0 Beta','2015-12-10',NULL,1),(1900,22,'117','Michel','2016-01-08 19:29:10','','2016-01-08',NULL,1),(1901,22,'118','Michel','2016-01-18 09:49:15','1.0.4.0 RC3','2016-01-18',NULL,1),(1902,22,'119','Michel','2016-02-25 15:08:15','','2016-02-25',NULL,1),(1903,22,'120','Michel','2016-10-17 16:32:02','','2016-10-17',NULL,1),(1904,22,'121','Michel','2017-01-05 15:43:34','','2017-01-05',NULL,1),(1905,22,'122','Michel','2017-02-05 13:28:36','','2017-02-05',NULL,1),(1906,22,'123','Michel','2017-02-15 10:32:27','','2017-02-15',NULL,1),(1907,22,'124','Michel','2017-02-20 21:48:48','','2017-02-20',NULL,1),(1908,22,'125','Michel','2017-04-23 16:12:32','','2017-04-23',NULL,1),(1909,22,'126','Michel','2017-07-19 00:49:47','','2017-07-19',NULL,1),(1910,22,'127','Michel','2017-09-21 21:16:06','','2017-09-21',NULL,1),(1911,22,'128','Michel','2017-09-29 18:00:34','','2017-09-29',NULL,1),(1912,22,'129','Michel','2017-11-10 00:15:26','','2017-11-10',NULL,1),(1913,22,'130','Michel','2017-11-29 15:38:34','','2017-11-29',NULL,1),(1914,22,'131','Michel','2017-12-03 08:50:30','','2017-12-03',NULL,1),(1915,22,'132','Michel','2017-12-31 10:05:11','','2017-12-31',NULL,1),(1916,22,'133','Michel','2018-01-05 17:03:35','','2018-01-05',NULL,1),(1917,22,'134','Michel','2018-01-22 00:19:18','','2018-01-22',NULL,1),(1918,22,'135','Michel','2018-02-09 10:22:18','','2018-02-09',NULL,1),(1919,22,'136','Michel','2018-03-04 19:17:06','','2018-03-04',NULL,1),(1920,22,'137','Michel','2018-03-04 20:49:43','','2018-03-04',NULL,1),(1921,22,'138','Michel','2018-03-26 20:30:05','','2018-03-26',NULL,1),(1922,22,'139','Michel','2018-04-24 19:55:26','','2018-04-24',NULL,1),(1923,22,'140','Michel','2018-05-04 15:19:09','','2018-05-04',NULL,1),(1924,22,'141','Michel','2018-08-09 14:00:14','','2018-08-09',NULL,1),(1925,22,'142','Michel','2018-08-09 17:10:55','','2018-08-09',NULL,1),(1926,22,'143','Michel','2018-09-12 13:42:05','','2018-09-12',NULL,1),(1927,22,'144','Michel','2018-10-17 17:22:52','','2018-10-17',NULL,1),(1928,22,'145','Michel','2018-10-22 22:33:36','','2018-10-22',NULL,1),(1929,22,'146','Michel','2018-11-04 11:23:40','','2018-11-04',NULL,1),(1930,22,'147','Michel','2018-11-11 02:24:33','','2018-11-11',NULL,1),(1931,22,'148','Michel','2018-12-10 12:13:29','','2018-12-10',NULL,1),(1932,22,'149','Michel','2019-01-18 08:03:43','','2019-01-18',NULL,1),(1933,22,'150','Michel','2019-02-03 15:12:11','','2019-02-03',NULL,1),(1934,22,'151','Michel','2019-02-20 14:51:10','','2019-02-20',NULL,1),(1935,22,'152','Michel','2019-02-20 14:52:00','','2019-02-20',NULL,1),(1936,22,'153','Michel','2019-09-05 11:24:59','','2019-09-05',NULL,1),(1937,22,'154','Michel','2020-05-28 15:00:33','','2020-05-28',NULL,1),(1938,22,'155','Michel','2020-05-28 16:39:07','','2020-05-28',NULL,1),(1939,22,'156','Michel','2020-05-28 16:41:21','','2020-05-28',NULL,1),(1940,22,'157','Michel','2020-05-28 16:44:27','','2020-05-28',NULL,1),(1941,22,'158','Michel','2020-05-28 16:45:36','','2020-05-28',NULL,1),(1942,22,'159','Michel','2020-05-28 16:46:56','','2020-05-28',NULL,1),(1943,22,'160','Michel','2020-05-28 16:51:59','','2020-05-28',NULL,1),(1944,22,'161','Michel','2020-05-28 16:53:23','','2020-05-28',NULL,1),(1945,22,'162','Michel','2020-05-28 16:56:29','','2020-05-28',NULL,1),(1946,39,'27','Michel','2020-05-28 17:31:52','','2020-05-28',NULL,1),(1947,39,'28','Michel','2020-05-28 20:10:56','','2020-05-28',NULL,1),(1948,39,'29','Michel','2020-05-28 20:11:21','','2020-05-28',NULL,1),(1949,39,'30','Michel','2020-06-24 18:30:14','','2020-06-24',NULL,1),(1950,40,'221','Michel','2020-03-23 10:40:19','','2020-03-23',NULL,1),(1951,40,'222','Michel','2020-03-29 22:16:09','','2020-03-29',NULL,1),(1952,40,'223','Michel','2020-04-06 08:59:34','','2020-04-06',NULL,1),(1953,40,'224','Michel','2020-04-14 15:23:17','','2020-04-14',NULL,1),(1954,40,'225','Michel','2020-04-29 10:42:51','','2020-04-29',NULL,1),(1955,40,'226','Michel','2020-05-08 15:08:39','','2020-05-08',NULL,1),(1956,40,'227','Michel','2020-05-08 16:31:09','','2020-05-08',NULL,1),(1957,40,'228','Michel','2020-05-08 16:31:17','','2020-05-08',NULL,1),(1958,40,'229','Michel','2020-05-09 10:28:21','','2020-05-09',NULL,1),(1959,40,'230','Michel','2020-05-09 10:28:30','','2020-05-09',NULL,1),(1960,40,'231','Michel','2020-05-19 08:25:20','','2020-05-19',NULL,1),(1961,40,'232','Michel','2020-05-27 13:13:18','','2020-05-27',NULL,1),(1962,40,'233','Michel','2020-05-28 20:27:37','','2020-05-28',NULL,1),(1963,40,'234','Michel','2020-05-28 20:31:52','','2020-05-28',NULL,1),(1964,40,'235','Michel','2020-05-28 20:32:12','','2020-05-28',NULL,1),(1965,40,'236','Michel','2020-05-28 20:32:22','','2020-05-28',NULL,1),(1966,40,'237','Michel','2020-05-28 20:40:04','','2020-05-28',NULL,1),(1967,40,'238','Michel','2020-05-28 20:40:26','','2020-05-28',NULL,1),(1968,40,'239','Michel','2020-05-28 20:41:00','','2020-05-28',NULL,1),(1969,40,'240','Michel','2020-05-29 09:18:21','','2020-05-29',NULL,1),(1970,40,'241','Michel','2020-05-29 09:22:26','','2020-05-29',NULL,1),(1971,40,'242','Michel','2020-05-29 09:25:11','','2020-05-29',NULL,1),(1972,40,'243','Michel','2020-06-09 20:50:19','','2020-06-09',NULL,1),(1973,40,'244','Michel','2020-06-09 20:50:45','','2020-06-09',NULL,1),(1974,40,'245','Michel','2020-06-13 23:06:25','','2020-06-13',NULL,1),(1975,40,'246','Michel','2020-06-15 23:10:40','','2020-06-15',NULL,1),(1976,40,'247','Michel','2020-06-16 14:08:06','','2020-06-16',NULL,1),(1977,40,'248','Michel','2020-06-17 00:26:46','','2020-06-17',NULL,1),(1978,40,'249','Michel','2020-06-18 14:28:58','','2020-06-18',NULL,1),(1979,40,'250','Michel','2020-06-18 14:29:36','','2020-06-18',NULL,1),(1980,40,'251','Michel','2020-06-18 23:04:34','','2020-06-18',NULL,1),(1981,40,'252','Michel','2020-06-19 17:51:18','','2020-06-19',NULL,1),(1982,40,'253','Michel','2020-06-20 19:19:10','','2020-06-20',NULL,1),(1983,40,'254','Michel','2020-06-24 22:13:00','','2020-06-24',NULL,1),(1984,40,'255','Michel','2020-06-25 18:50:57','','2020-06-25',NULL,1),(1985,40,'256','Michel','2020-06-29 14:02:51','','2020-06-29',NULL,1),(1986,40,'257','Michel','2020-06-29 14:41:44','','2020-06-29',NULL,1),(1987,40,'258','Michel','2020-06-29 14:41:51','','2020-06-29',NULL,1),(1988,40,'259','Michel','2020-07-02 23:41:55','','2020-07-02',NULL,1),(1989,40,'260','Michel','2020-07-03 23:26:23','','2020-07-03',NULL,1),(1990,40,'261','Michel','2020-07-09 21:21:42','','2020-07-09',NULL,1),(1991,40,'262','Michel','2020-07-15 15:34:13','','2020-07-15',NULL,1),(1992,40,'263','Michel','2020-07-15 20:41:35','','2020-07-15',NULL,1),(1993,40,'264','Michel','2020-07-15 21:04:44','','2020-07-15',NULL,1),(1994,40,'265','Michel','2020-07-16 17:04:34','','2020-07-16',NULL,1),(1995,40,'266','Michel','2020-07-16 22:40:46','','2020-07-16',NULL,1),(1996,40,'267','Michel','2020-07-17 23:40:38','','2020-07-17',NULL,1),(1997,40,'268','Michel','2020-07-20 00:51:11','','2020-07-20',NULL,1),(1998,40,'269','Michel','2020-07-21 10:19:01','','2020-07-21',NULL,1),(1999,40,'270','Michel','2020-07-21 10:19:14','','2020-07-21',NULL,1),(2000,40,'271','Michel','2020-07-22 23:34:23','','2020-07-22',NULL,1),(2001,40,'272','Michel','2020-07-27 00:12:56','','2020-07-27',NULL,1),(2002,40,'273','Michel','2020-07-29 23:12:26','','2020-07-29',NULL,1),(2003,40,'274','Michel','2020-07-30 23:27:46','','2020-07-30',NULL,1),(2004,40,'275','Michel','2020-08-09 10:22:27','','2020-08-09',NULL,1),(2005,40,'276','Michel','2020-08-10 22:59:30','','2020-08-10',NULL,1),(2006,40,'277','Michel','2020-08-20 12:36:48','','2020-08-20',NULL,1),(2007,40,'278','Michel','2020-09-02 21:08:44','','2020-09-02',NULL,1),(2008,40,'279','Michel','2020-09-05 11:14:10','','2020-09-05',NULL,1),(2009,40,'280','Michel','2020-09-29 17:37:47','','2020-09-29',NULL,1),(2010,38,'10','Michel','2014-04-03 14:14:47','','2014-04-03',NULL,1),(2011,38,'11','Michel','2014-04-03 14:16:10','','2014-04-03',NULL,1),(2012,38,'12','Michel','2014-06-23 15:06:10','','2014-06-23',NULL,1),(2013,38,'13','Michel','2014-09-13 17:07:21','','2014-09-13',NULL,1),(2014,38,'14','Michel','2017-07-29 22:41:42','','2017-07-29',NULL,1),(2015,38,'15','Michel','2017-07-29 22:44:28','','2017-07-29',NULL,1),(2016,38,'16','Michel','2017-07-29 22:44:42','','2017-07-29',NULL,1),(2017,38,'17','Michel','2017-07-29 22:44:46','','2017-07-29',NULL,1),(2018,38,'18','Michel','2017-07-29 22:45:07','','2017-07-29',NULL,1),(2019,38,'19','Michel','2017-07-29 22:45:17','','2017-07-29',NULL,1),(2020,38,'20','Michel','2017-07-29 22:45:18','','2017-07-29',NULL,1),(2021,38,'21','Michel','2017-07-29 22:45:37','','2017-07-29',NULL,1),(2022,38,'22','Michel','2017-07-29 22:45:54','','2017-07-29',NULL,1),(2023,38,'23','Michel','2017-08-10 11:49:45','','2017-08-10',NULL,1),(2024,38,'24','Michel','2017-08-21 09:02:39','','2017-08-21',NULL,1),(2025,38,'25','Michel','2017-08-21 09:03:15','','2017-08-21',NULL,1),(2026,38,'26','Michel','2017-08-23 15:27:25','','2017-08-23',NULL,1),(2027,38,'27','Michel','2017-08-28 10:29:39','','2017-08-28',NULL,1),(2028,38,'28','Michel','2017-08-29 11:46:29','','2017-08-29',NULL,1),(2029,38,'29','Michel','2018-01-24 21:59:21','','2018-01-24',NULL,1),(2030,38,'30','Michel','2018-10-17 17:25:12','','2018-10-17',NULL,1),(2031,38,'31','Michel','2020-05-28 20:35:37','','2020-05-28',NULL,1),(2032,38,'32','Michel','2020-05-28 20:36:22','','2020-05-28',NULL,1),(2033,38,'33','Michel','2020-05-28 20:36:52','','2020-05-28',NULL,1),(2034,38,'34','Michel','2020-05-28 20:38:11','','2020-05-28',NULL,1),(2035,38,'35','Michel','2020-05-28 20:38:38','','2020-05-28',NULL,1),(2036,38,'36','Michel','2020-10-06 23:04:45','Enhanced behavior and leak fixed','2020-10-06',NULL,1),(2037,40,'281','Michel','2020-10-13 22:30:24','','2020-10-13',NULL,1),(2038,40,'282','Michel','2020-10-16 12:33:31','','2020-10-16',NULL,1),(2039,40,'283','Michel','2020-10-16 13:03:20','','2020-10-16',NULL,1),(2040,40,'284','Michel','2020-10-16 13:10:30','','2020-10-16',NULL,1),(2041,40,'285','Michel','2020-10-19 12:09:13','','2020-10-19',NULL,1),(2042,40,'286','Michel','2020-10-20 16:33:24','','2020-10-20',NULL,1),(2043,40,'287','Michel','2020-10-23 14:25:50','','2020-10-23',NULL,1),(2044,40,'288','Michel','2020-10-27 09:51:25','','2020-10-27',NULL,1),(2045,40,'289','Michel','2020-10-27 18:16:55','','2020-10-27',NULL,1),(2046,40,'290','Michel','2020-10-27 22:21:21','','2020-10-27',NULL,1),(2047,40,'291','Michel','2020-10-28 18:18:32','','2020-10-28',NULL,1),(2048,40,'292','Michel','2020-10-28 21:36:00','','2020-10-28',NULL,1),(2049,40,'293','Michel','2020-10-28 21:36:15','','2020-10-28',NULL,1),(2050,40,'294','Michel','2020-11-10 23:53:36','','2020-11-10',NULL,1),(2051,40,'295','Michel','2020-11-16 17:26:52','','2020-11-16',NULL,1),(2052,40,'296','Michel','2020-11-17 13:54:55','','2020-11-17',NULL,1),(2053,40,'297','Michel','2020-11-18 15:29:04','','2020-11-18',NULL,1),(2054,40,'298','Michel','2020-11-22 19:49:14','','2020-11-22',NULL,1),(2055,40,'299','Michel','2020-11-22 19:49:23','','2020-11-22',NULL,1),(2056,40,'300','Michel','2020-11-22 22:08:19','','2020-11-22',NULL,1),(2057,40,'301','Michel','2020-11-22 22:08:29','','2020-11-22',NULL,1),(2058,40,'302','Michel','2020-11-25 11:24:53','','2020-11-25',NULL,1),(2059,40,'303','Michel','2020-11-25 11:27:56','','2020-11-25',NULL,1),(2060,40,'304','','2020-12-03 18:45:15','','2020-12-03',NULL,NULL),(2061,40,'305','','2020-12-04 01:09:33','','2020-12-04',NULL,NULL),(2062,40,'306','','2020-12-05 00:26:35','','2020-12-05',NULL,NULL),(2063,40,'307','','2020-12-05 12:01:33','','2020-12-05',NULL,NULL),(2064,40,'308','','2020-12-08 19:17:06','','2020-12-08',NULL,NULL),(2065,40,'309','','2020-12-10 00:29:56','','2020-12-10',NULL,NULL),(2066,40,'310','','2020-12-10 00:33:09','','2020-12-10',NULL,NULL),(2067,40,'311','','2020-12-11 20:00:28','','2020-12-11',NULL,NULL),(2068,11,'441','Michel','2020-05-27 22:27:44','','2020-05-27',NULL,1),(2069,11,'442','Michel','2020-05-27 22:32:44','','2020-05-27',NULL,1),(2070,11,'443','Michel','2020-06-20 00:58:47','','2020-06-20',NULL,1),(2071,11,'444','Michel','2020-06-24 18:30:37','','2020-06-24',NULL,1),(2072,11,'445','Michel','2020-06-25 18:50:23','','2020-06-25',NULL,1),(2073,11,'446','Michel','2020-06-29 22:00:54','','2020-06-29',NULL,1),(2074,11,'447','Michel','2020-07-03 23:26:45','','2020-07-03',NULL,1),(2075,11,'448','Michel','2020-07-22 23:34:16','','2020-07-22',NULL,1),(2076,11,'449','Michel','2020-08-04 08:52:41','','2020-08-04',NULL,1),(2077,11,'450','Michel','2020-08-06 00:23:58','','2020-08-06',NULL,1),(2078,11,'451','Michel','2020-08-09 10:16:54','','2020-08-09',NULL,1),(2079,11,'452','Michel','2020-08-10 00:46:01','','2020-08-10',NULL,1),(2080,11,'453','Michel','2020-08-13 00:16:05','','2020-08-13',NULL,1),(2081,11,'454','Michel','2020-08-14 15:59:59','','2020-08-14',NULL,1),(2082,11,'455','Michel','2020-10-01 17:15:53','','2020-10-01',NULL,1),(2083,11,'456','Michel','2020-10-02 20:38:41','','2020-10-02',NULL,1),(2084,11,'457','Michel','2020-10-06 23:04:10','Fix leak on HA Part','2020-10-06',NULL,1),(2085,11,'458','Michel','2020-10-07 22:55:03','','2020-10-07',NULL,1),(2086,11,'459','Michel','2020-10-08 18:12:44','Partialy valid version handling Server and Session diagnostics','2020-10-08',NULL,1),(2087,11,'460','Michel','2020-10-11 00:00:05','','2020-10-11',NULL,1),(2088,11,'461','Michel','2020-10-11 20:46:03','','2020-10-11',NULL,1),(2089,11,'462','Michel','2020-10-18 01:38:27','','2020-10-18',NULL,1),(2090,11,'463','Michel','2020-10-18 23:38:48','','2020-10-18',NULL,1),(2091,11,'464','Michel','2020-10-19 20:41:47','','2020-10-19',NULL,1),(2092,11,'465','Michel','2020-10-20 20:36:19','','2020-10-20',NULL,1),(2093,11,'466','Michel','2020-10-22 00:45:28','','2020-10-22',NULL,1),(2094,11,'467','Michel','2020-10-22 22:55:51','','2020-10-22',NULL,1),(2095,11,'468','Michel','2020-10-24 00:00:59','','2020-10-24',NULL,1),(2096,11,'469','Michel','2020-10-25 23:09:14','','2020-10-25',NULL,1),(2097,11,'470','Michel','2020-10-28 21:44:28','','2020-10-28',NULL,1),(2098,11,'471','Michel','2020-10-29 01:38:10','','2020-10-29',NULL,1),(2099,11,'472','Michel','2020-11-02 00:23:14','','2020-11-02',NULL,1),(2100,11,'473','Michel','2020-11-03 00:36:06','','2020-11-03',NULL,1),(2101,11,'474','Michel','2020-11-10 23:53:19','','2020-11-10',NULL,1),(2102,11,'475','Michel','2020-11-22 19:49:39','','2020-11-22',NULL,1),(2103,11,'476','Michel','2020-11-22 22:08:40','','2020-11-22',NULL,1),(2104,11,'477','Michel','2020-11-24 23:52:09','','2020-11-24',NULL,1),(2105,11,'478','','2020-11-29 18:20:16','','2020-11-29',NULL,NULL),(2106,11,'479','','2020-12-10 00:29:40','','2020-12-10',NULL,NULL),(2107,11,'480','','2020-12-13 21:28:53','','2020-12-13',NULL,NULL),(2108,11,'481','','2020-12-17 22:13:51','','2020-12-17',NULL,NULL),(2109,11,'482','','2020-12-20 01:55:35','','2020-12-20',NULL,NULL),(2110,11,'483','','2020-12-21 00:42:27','','2020-12-21',NULL,NULL),(2111,11,'484','','2020-12-25 22:47:19','','2020-12-25',NULL,NULL),(2112,11,'485','','2020-12-31 22:30:53','','2020-12-31',NULL,NULL),(2113,11,'486','','2020-12-31 23:19:23','Migration LUA 5.4.2','2020-12-31',NULL,NULL),(2114,11,'487','','2021-01-02 01:29:56','','2021-01-02',NULL,NULL),(2115,40,'312','','2020-12-15 18:49:10','','2020-12-15',NULL,NULL),(2116,40,'313','','2020-12-16 20:19:45','','2020-12-16',NULL,NULL),(2117,40,'314','','2020-12-17 15:45:17','','2020-12-17',NULL,NULL),(2118,40,'315','','2020-12-17 22:13:22','','2020-12-17',NULL,NULL),(2119,40,'316','','2020-12-17 22:14:26','','2020-12-17',NULL,NULL),(2120,40,'317','','2020-12-22 14:52:23','','2020-12-22',NULL,NULL),(2121,40,'318','','2020-12-25 22:47:17','','2020-12-25',NULL,NULL),(2122,40,'319','','2020-12-31 22:30:51','','2020-12-31',NULL,NULL),(2123,40,'320','','2020-12-31 22:39:17','','2020-12-31',NULL,NULL),(2124,40,'321','','2020-12-31 23:19:23','Migration LUA 5.4.2','2020-12-31',NULL,NULL),(2125,40,'322','','2021-01-02 01:29:55','','2021-01-02',NULL,NULL),(2126,40,'323','','2021-01-02 01:41:18','','2021-01-02',NULL,NULL),(2127,40,'324','','2021-01-02 01:56:13','','2021-01-02',NULL,NULL),(2128,39,'31','','2020-12-17 22:14:45','','2020-12-17',NULL,NULL),(2129,43,'4','Michel','2016-11-16 08:42:57','','2016-11-16',NULL,1),(2130,43,'5','Michel','2017-01-17 22:29:41','','2017-01-17',NULL,1),(2131,43,'6','Michel','2017-03-28 22:07:11','','2017-03-28',NULL,1),(2132,43,'7','Michel','2017-04-02 16:00:08','','2017-04-02',NULL,1),(2133,43,'8','Michel','2017-05-28 19:57:53','','2017-05-28',NULL,1),(2134,43,'9','Michel','2017-05-29 13:16:32','','2017-05-29',NULL,1),(2135,43,'10','Michel','2017-06-17 22:19:18','','2017-06-17',NULL,1),(2136,43,'11','Michel','2018-03-16 07:28:08','','2018-03-16',NULL,1),(2137,43,'12','Michel','2018-03-26 20:32:36','','2018-03-26',NULL,1),(2138,43,'13','Michel','2018-04-22 21:28:34','','2018-04-22',NULL,1),(2139,43,'14','Michel','2018-10-25 23:05:58','','2018-10-25',NULL,1),(2140,43,'15','Michel','2018-10-28 13:16:42','','2018-10-28',NULL,1),(2141,43,'16','Michel','2018-11-04 11:22:43','','2018-11-04',NULL,1),(2142,43,'17','Michel','2018-11-14 01:26:15','','2018-11-14',NULL,1),(2143,43,'18','Michel','2018-11-16 22:54:43','','2018-11-16',NULL,1),(2144,43,'19','Michel','2019-01-16 15:50:45','','2019-01-16',NULL,1),(2145,43,'20','Michel','2019-01-16 15:51:17','','2019-01-16',NULL,1),(2146,43,'21','Michel','2019-02-12 14:39:23','','2019-02-12',NULL,1),(2147,43,'22','Michel','2019-02-12 14:39:29','','2019-02-12',NULL,1),(2148,43,'23','Michel','2019-02-15 09:31:37','','2019-02-15',NULL,1),(2149,43,'24','Michel','2019-02-26 20:53:17','','2019-02-26',NULL,1),(2150,43,'25','Michel','2020-02-14 13:38:22','','2020-02-14',NULL,1),(2151,43,'26','Michel','2020-02-15 22:00:54','','2020-02-15',NULL,1),(2152,43,'27','Michel','2020-02-18 01:26:47','','2020-02-18',NULL,1),(2153,43,'28','Michel','2020-02-21 09:17:02','','2020-02-21',NULL,1),(2154,43,'29','Michel','2020-02-21 09:17:05','','2020-02-21',NULL,1),(2155,43,'30','Michel','2020-05-28 20:29:08','','2020-05-28',NULL,1),(2156,43,'31','Michel','2020-07-02 23:41:25','','2020-07-02',NULL,1),(2157,43,'32','Michel','2020-07-03 23:26:36','','2020-07-03',NULL,1),(2158,43,'33','Michel','2020-07-03 23:59:11','','2020-07-03',NULL,1),(2159,43,'34','Michel','2020-07-04 11:23:01','','2020-07-04',NULL,1),(2160,43,'35','Michel','2020-07-06 18:09:29','','2020-07-06',NULL,1),(2161,43,'36','Michel','2020-07-06 22:53:19','','2020-07-06',NULL,1),(2162,43,'37','Michel','2020-07-07 13:39:37','','2020-07-07',NULL,1),(2163,43,'38','Michel','2020-07-09 21:21:23','','2020-07-09',NULL,1),(2164,43,'39','Michel','2020-07-10 23:59:57','','2020-07-10',NULL,1),(2165,43,'40','Michel','2020-07-12 00:31:08','','2020-07-12',NULL,1),(2166,43,'41','Michel','2020-07-12 00:40:32','','2020-07-12',NULL,1),(2167,43,'42','Michel','2020-07-14 23:57:55','','2020-07-14',NULL,1),(2168,43,'43','Michel','2020-07-26 23:38:06','','2020-07-26',NULL,1),(2169,43,'44','Michel','2020-07-27 12:48:30','','2020-07-27',NULL,1),(2170,43,'45','Michel','2020-07-28 23:02:16','','2020-07-28',NULL,1),(2171,43,'46','Michel','2020-07-29 23:12:34','','2020-07-29',NULL,1),(2172,43,'47','Michel','2020-11-26 09:25:11','','2020-11-26',NULL,1),(2173,43,'48','','2020-12-07 00:24:47','','2020-12-07',NULL,NULL),(2174,43,'49','','2020-12-07 00:24:56','','2020-12-07',NULL,NULL),(2175,43,'50','','2020-12-10 00:30:32','','2020-12-10',NULL,NULL),(2176,43,'51','','2020-12-10 00:30:36','','2020-12-10',NULL,NULL),(2177,43,'52','','2020-12-10 13:42:14','','2020-12-10',NULL,NULL),(2178,43,'53','','2020-12-17 22:13:08','','2020-12-17',NULL,NULL),(2179,40,'325','','2021-01-04 00:24:46','','2021-01-04',NULL,NULL),(2180,40,'326','','2021-01-04 11:14:11','','2021-01-04',NULL,NULL),(2181,40,'327','','2021-01-07 10:46:59','','2021-01-07',NULL,NULL),(2182,40,'328','','2021-01-11 23:45:43','','2021-01-11',NULL,NULL),(2183,40,'329','','2021-01-12 13:30:05','','2021-01-12',NULL,NULL),(2184,40,'330','','2021-01-12 14:13:32','','2021-01-12',NULL,NULL),(2185,40,'331','','2021-01-18 16:32:18','','2021-01-18',NULL,NULL),(2186,40,'332','','2021-01-20 11:52:41','Passage VS2017','2021-01-20',NULL,NULL),(2187,40,'333','','2021-01-21 00:18:18','Change the way the VpiCache is updated after a VpiWrite function call','2021-01-21',NULL,NULL),(2188,40,'334','','2021-01-23 22:17:16','','2021-01-23',NULL,NULL),(2189,40,'335','','2021-01-28 22:18:02','','2021-01-28',NULL,NULL),(2190,40,'336','','2021-01-28 22:44:47','','2021-01-28',NULL,NULL),(2191,40,'337','','2021-02-06 01:06:38','','2021-02-06',NULL,NULL),(2192,40,'338','','2021-02-06 01:06:44','','2021-02-06',NULL,NULL),(2193,40,'339','','2021-02-07 02:14:25','','2021-02-07',NULL,NULL),(2194,40,'340','','2021-02-07 02:15:12','','2021-02-07',NULL,NULL),(2195,40,'341','','2021-02-10 01:59:28','','2021-02-10',NULL,NULL),(2196,40,'342','','2021-02-12 00:42:13','','2021-02-12',NULL,NULL),(2197,40,'343','','2021-02-14 20:44:29','','2021-02-14',NULL,NULL),(2198,40,'344','','2021-02-16 23:00:32','','2021-02-16',NULL,NULL),(2199,40,'345','','2021-02-25 20:49:31','','2021-02-25',NULL,NULL),(2200,40,'346','','2021-03-04 15:06:14','','2021-03-04',NULL,NULL),(2201,40,'347','','2021-03-05 11:44:20','Modif groupe ALD et CMD_REINIT','2021-03-05',NULL,NULL),(2202,40,'348','','2021-03-08 18:15:58','Modification sur ALM_RSTR. Elle passe en ALD au niveau de l\'adresse','2021-03-08',NULL,NULL),(2203,40,'349','','2021-03-09 13:50:45','','2021-03-09',NULL,NULL),(2204,40,'350','','2021-03-09 20:33:14','','2021-03-09',NULL,NULL),(2205,40,'351','','2021-03-10 14:23:12','','2021-03-10',NULL,NULL),(2206,40,'352','','2021-03-18 00:58:50','','2021-03-18',NULL,NULL),(2207,40,'353','','2021-04-09 00:17:45','','2021-04-09',NULL,NULL),(2208,40,'354','','2021-04-14 16:46:28','','2021-04-14',NULL,NULL),(2209,40,'355','','2021-04-14 20:53:47','','2021-04-14',NULL,NULL),(2210,40,'356','','2021-04-15 16:31:00','','2021-04-15',NULL,NULL),(2211,40,'357','','2021-04-23 13:19:54','','2021-04-23',NULL,NULL),(2212,40,'358','','2021-04-24 22:17:52','','2021-04-24',NULL,NULL),(2213,40,'359','','2021-04-29 21:12:06','','2021-04-29',NULL,NULL),(2214,40,'360','','2021-05-06 13:19:06','','2021-05-06',NULL,NULL),(2215,40,'361','','2021-05-06 18:00:05','','2021-05-06',NULL,NULL),(2216,40,'362','','2021-05-07 00:11:53','','2021-05-07',NULL,NULL),(2217,40,'363','','2021-05-07 00:19:54','','2021-05-07',NULL,NULL),(2218,40,'364','','2021-05-07 00:20:19','','2021-05-07',NULL,NULL),(2219,40,'365','','2021-05-08 00:15:01','','2021-05-08',NULL,NULL),(2220,40,'366','','2021-05-08 00:50:35','','2021-05-08',NULL,NULL),(2221,40,'367','','2021-05-18 09:32:19','','2021-05-18',NULL,NULL),(2222,40,'368','','2021-05-19 16:31:04','','2021-05-19',NULL,NULL),(2223,40,'369','','2021-05-25 16:31:43','','2021-05-25',NULL,NULL),(2224,40,'370','','2021-06-01 17:45:42','','2021-06-01',NULL,NULL),(2225,40,'371','','2021-06-04 21:30:35','','2021-06-04',NULL,NULL),(2226,40,'372','','2021-06-05 18:34:02','','2021-06-05',NULL,NULL),(2227,40,'373','','2021-06-09 13:51:28','','2021-06-09',NULL,NULL),(2228,40,'374','','2021-06-23 14:54:02','','2021-06-23',NULL,NULL),(2229,40,'375','','2021-06-24 09:24:14','','2021-06-24',NULL,NULL),(2230,40,'376','','2021-06-25 22:59:13','','2021-06-25',NULL,NULL),(2231,40,'377','','2021-06-26 19:03:44','','2021-06-26',NULL,NULL),(2232,40,'378','','2021-07-22 14:57:18','Change algorytm to generate an new nodeid in GenerateNewNodeId','2021-07-22',NULL,NULL),(2233,40,'379','','2021-07-25 11:58:50','','2021-07-25',NULL,NULL),(2234,40,'380','','2021-08-01 18:38:02','','2021-08-01',NULL,NULL),(2235,40,'381','','2021-08-09 16:37:32','','2021-08-09',NULL,NULL),(2236,40,'382','','2021-08-21 00:08:26','','2021-08-21',NULL,NULL),(2237,40,'383','','2021-09-02 23:16:39','','2021-09-02',NULL,NULL),(2238,40,'384','','2021-09-05 10:15:36','','2021-09-05',NULL,NULL),(2239,40,'385','','2021-09-05 10:17:19','','2021-09-05',NULL,NULL),(2240,40,'386','','2021-10-04 16:44:38','','2021-10-04',NULL,NULL),(2241,40,'387','','2021-10-08 23:11:05','','2021-10-08',NULL,NULL),(2242,40,'388','','2021-10-10 00:46:51','','2021-10-10',NULL,NULL),(2243,40,'389','','2021-10-10 22:51:13','','2021-10-10',NULL,NULL),(2244,40,'390','','2021-10-10 22:51:38','','2021-10-10',NULL,NULL),(2245,40,'391','','2021-10-10 22:52:35','','2021-10-10',NULL,NULL),(2246,40,'392','','2021-10-10 22:52:55','','2021-10-10',NULL,NULL),(2247,40,'393','','2021-10-12 15:24:19','','2021-10-12',NULL,NULL),(2248,40,'394','','2021-10-13 22:54:03','','2021-10-13',NULL,NULL),(2249,40,'395','','2021-10-21 20:07:05','','2021-10-21',NULL,NULL),(2250,40,'396','','2021-10-22 16:16:08','','2021-10-22',NULL,NULL),(2251,40,'397','','2021-10-24 02:21:07','','2021-10-24',NULL,NULL),(2252,40,'398','','2021-10-25 13:44:44','','2021-10-25',NULL,NULL),(2253,40,'399','','2021-10-25 21:50:21','','2021-10-25',NULL,NULL),(2254,40,'400','','2021-10-29 02:37:17','','2021-10-29',NULL,NULL),(2255,40,'401','','2021-10-29 04:00:38','','2021-10-29',NULL,NULL),(2256,40,'402','','2021-10-29 22:23:45','','2021-10-29',NULL,NULL),(2257,40,'403','','2021-11-01 22:23:46','','2021-11-01',NULL,NULL),(2258,40,'404','','2021-11-03 09:15:40','','2021-11-03',NULL,NULL),(2259,40,'405','','2021-11-11 19:20:10','','2021-11-11',NULL,NULL),(2260,40,'406','','2021-11-18 08:58:43','','2021-11-18',NULL,NULL),(2261,40,'407','','2021-11-18 16:49:12','','2021-11-18',NULL,NULL),(2262,40,'408','','2021-11-21 23:42:12','','2021-11-21',NULL,NULL),(2263,40,'409','','2021-11-21 23:42:26','','2021-11-21',NULL,NULL),(2264,40,'410','','2021-11-22 00:04:52','','2021-11-22',NULL,NULL),(2265,40,'411','','2021-12-02 22:35:13','','2021-12-02',NULL,NULL),(2266,40,'412','','2021-12-03 08:37:00','','2021-12-03',NULL,NULL),(2267,40,'413','','2021-12-04 00:56:22','','2021-12-04',NULL,NULL),(2268,40,'414','','2021-12-04 00:56:43','','2021-12-04',NULL,NULL),(2269,40,'415','','2021-12-06 23:15:32','','2021-12-06',NULL,NULL),(2270,40,'416','','2021-12-07 20:01:17','','2021-12-07',NULL,NULL),(2271,40,'417','','2021-12-08 09:26:54','','2021-12-08',NULL,NULL),(2272,40,'418','','2021-12-08 15:55:16','','2021-12-08',NULL,NULL),(2273,40,'419','','2021-12-10 07:46:13','','2021-12-10',NULL,NULL),(2274,40,'420','','2021-12-10 08:41:33','','2021-12-10',NULL,NULL),(2275,40,'421','','2021-12-12 23:37:21','','2021-12-12',NULL,NULL),(2276,11,'488','','2021-01-08 22:19:11','','2021-01-08',NULL,NULL),(2277,11,'489','','2021-01-18 09:19:06','','2021-01-18',NULL,NULL),(2278,11,'490','','2021-01-23 22:17:49','','2021-01-23',NULL,NULL),(2279,11,'491','','2021-01-28 22:44:47','','2021-01-28',NULL,NULL),(2280,11,'492','','2021-01-28 22:54:17','','2021-01-28',NULL,NULL),(2281,11,'493','','2021-02-01 00:30:32','','2021-02-01',NULL,NULL),(2282,11,'494','','2021-02-02 00:49:19','2-2-2021','2021-02-02',NULL,NULL),(2283,11,'495','','2021-02-04 01:16:25','','2021-02-04',NULL,NULL),(2284,11,'496','','2021-02-21 02:55:12','','2021-02-21',NULL,NULL),(2285,11,'497','','2021-03-02 17:59:46','New EncodeableType, CurrentCyUnitType, 3DCartesianCoordinate, 3DOrientation','2021-03-02',NULL,NULL),(2286,11,'498','','2021-03-18 00:57:56','','2021-03-18',NULL,NULL),(2287,11,'499','','2021-05-07 00:20:17','','2021-05-07',NULL,NULL),(2288,11,'500','','2021-06-09 13:51:45','','2021-06-09',NULL,NULL),(2289,11,'501','','2021-06-23 14:54:36','','2021-06-23',NULL,NULL),(2290,11,'502','','2021-08-12 20:35:24','','2021-08-12',NULL,NULL),(2291,11,'503','','2021-09-05 10:16:46','','2021-09-05',NULL,NULL),(2292,11,'504','','2021-10-10 22:54:03','','2021-10-10',NULL,NULL),(2293,11,'505','','2021-10-22 16:16:10','','2021-10-22',NULL,NULL),(2294,11,'506','','2021-10-29 02:37:41','','2021-10-29',NULL,NULL),(2295,11,'507','','2021-11-21 23:41:01','','2021-11-21',NULL,NULL),(2296,11,'508','','2021-12-04 00:56:51','','2021-12-04',NULL,NULL),(2297,11,'509','','2021-12-06 23:15:45','','2021-12-06',NULL,NULL),(2298,11,'510','','2021-12-07 20:48:54','','2021-12-07',NULL,NULL),(2299,40,'422','','2021-12-19 10:44:51','Case conflict resolution','2021-12-19',NULL,NULL),(2300,40,'423','','2021-12-19 14:05:29','','2021-12-19',NULL,NULL),(2301,40,'424','','2021-12-19 14:06:16','','2021-12-19',NULL,NULL),(2302,11,'511','','2021-12-19 13:58:42','','2021-12-19',NULL,NULL),(2303,11,'512','','2021-12-28 20:36:41','','2021-12-28',NULL,NULL),(2304,11,'513','','2021-12-29 17:26:48','','2021-12-29',NULL,NULL),(2305,11,'514','','2022-01-23 20:09:40','','2022-01-23',NULL,NULL),(2306,11,'515','','2022-01-30 23:22:13','Stable version for EMOTORS on 30-01-2022','2022-01-30',NULL,NULL),(2307,11,'516','','2022-02-20 23:02:20','','2022-02-20',NULL,NULL),(2308,11,'517','','2022-02-28 22:20:21','','2022-02-28',NULL,NULL),(2309,11,'518','','2022-03-08 22:38:36','','2022-03-08',NULL,NULL),(2310,11,'519','','2022-03-18 00:25:00','1.0.6.8 change init Range from NodeSet','2022-03-18',NULL,NULL),(2311,11,'520','','2022-03-30 09:24:10','Change in SharedLib on Array of OpcUaType_String. The function TransfertArray is reactivated','2022-03-30',NULL,NULL),(2312,11,'521','','2022-03-31 16:33:18','','2022-03-31',NULL,NULL),(2313,11,'522','','2022-04-09 21:57:50','','2022-04-09',NULL,NULL),(2314,11,'523','','2022-04-26 08:32:02','','2022-04-26',NULL,NULL),(2315,40,'425','','2021-12-27 22:23:48','','2021-12-27',NULL,NULL),(2316,40,'426','','2021-12-27 22:23:54','','2021-12-27',NULL,NULL),(2317,40,'427','','2021-12-27 23:12:31','','2021-12-27',NULL,NULL),(2318,40,'428','','2021-12-27 23:12:42','','2021-12-27',NULL,NULL),(2319,40,'429','','2021-12-28 20:35:44','','2021-12-28',NULL,NULL),(2320,40,'430','','2021-12-28 20:36:17','','2021-12-28',NULL,NULL),(2321,40,'431','','2021-12-28 20:36:25','','2021-12-28',NULL,NULL),(2322,40,'432','','2022-01-10 02:21:21','','2022-01-10',NULL,NULL),(2323,40,'433','','2022-01-18 22:57:09','','2022-01-18',NULL,NULL),(2324,40,'434','','2022-01-23 18:54:38','','2022-01-23',NULL,NULL),(2325,40,'435','','2022-01-23 20:09:29','','2022-01-23',NULL,NULL),(2326,40,'436','','2022-01-24 19:05:27','','2022-01-24',NULL,NULL),(2327,40,'437','','2022-01-28 21:46:35','','2022-01-28',NULL,NULL),(2328,40,'438','','2022-01-28 22:55:25','','2022-01-28',NULL,NULL),(2329,40,'439','','2022-01-28 23:20:34','','2022-01-28',NULL,NULL),(2330,40,'440','','2022-02-01 21:21:28','','2022-02-01',NULL,NULL),(2331,40,'441','','2022-02-02 16:27:20','','2022-02-02',NULL,NULL),(2332,40,'442','','2022-02-18 00:59:55','','2022-02-18',NULL,NULL),(2333,40,'443','','2022-02-28 22:20:06','','2022-02-28',NULL,NULL),(2334,40,'444','','2022-03-08 22:38:17','','2022-03-08',NULL,NULL),(2335,40,'445','','2022-03-10 00:25:40','','2022-03-10',NULL,NULL),(2336,40,'446','','2022-03-10 00:25:50','','2022-03-10',NULL,NULL),(2337,40,'447','','2022-03-10 19:57:47','','2022-03-10',NULL,NULL),(2338,40,'448','','2022-03-14 15:36:17','','2022-03-14',NULL,NULL),(2339,40,'449','','2022-03-15 15:40:23','','2022-03-15',NULL,NULL),(2340,40,'450','','2022-03-18 00:23:38','','2022-03-18',NULL,NULL),(2341,40,'451','','2022-03-18 00:23:57','','2022-03-18',NULL,NULL),(2342,40,'452','','2022-03-18 00:35:40','','2022-03-18',NULL,NULL),(2343,40,'453','','2022-03-19 18:18:05','','2022-03-19',NULL,NULL),(2344,40,'454','','2022-03-20 00:45:44','','2022-03-20',NULL,NULL),(2345,40,'455','','2022-03-27 21:40:01','','2022-03-27',NULL,NULL),(2346,40,'456','','2022-03-28 20:10:39','','2022-03-28',NULL,NULL),(2347,40,'457','','2022-03-29 00:25:25','','2022-03-29',NULL,NULL),(2348,40,'458','','2022-04-09 22:03:07','','2022-04-09',NULL,NULL),(2349,40,'459','','2022-05-05 22:01:45','','2022-05-05',NULL,NULL),(2350,40,'460','','2022-05-07 17:51:04','','2022-05-07',NULL,NULL),(2351,40,'461','','2022-05-09 20:28:28','','2022-05-09',NULL,NULL),(2352,40,'462','','2022-05-09 20:28:39','','2022-05-09',NULL,NULL),(2353,43,'54','','2021-01-04 11:13:53','','2021-01-04',NULL,NULL),(2354,43,'55','','2021-01-23 22:16:58','','2021-01-23',NULL,NULL),(2355,43,'56','','2021-02-07 02:15:01','','2021-02-07',NULL,NULL),(2356,43,'57','','2021-02-10 02:14:12','','2021-02-10',NULL,NULL),(2357,43,'58','','2021-02-16 23:15:34','','2021-02-16',NULL,NULL),(2358,43,'59','','2021-03-18 01:00:04','','2021-03-18',NULL,NULL),(2359,43,'60','','2021-04-14 20:53:30','','2021-04-14',NULL,NULL),(2360,43,'61','','2021-04-23 13:20:13','','2021-04-23',NULL,NULL),(2361,43,'62','','2021-04-23 13:39:58','','2021-04-23',NULL,NULL),(2362,43,'63','','2021-05-07 00:21:26','','2021-05-07',NULL,NULL),(2363,43,'64','','2021-05-08 00:14:46','','2021-05-08',NULL,NULL),(2364,43,'65','','2021-05-28 12:01:38','','2021-05-28',NULL,NULL),(2365,43,'66','','2021-08-09 16:37:02','','2021-08-09',NULL,NULL),(2366,43,'67','','2021-12-08 10:25:06','','2021-12-08',NULL,NULL),(2367,43,'68','','2022-03-18 00:24:17','','2022-03-18',NULL,NULL),(2368,40,'463','','2022-05-14 00:54:51','','2022-05-14',NULL,NULL),(2369,40,'464','','2022-05-14 00:54:58','','2022-05-14',NULL,NULL),(2370,40,'465','','2022-05-14 00:55:22','','2022-05-14',NULL,NULL),(2371,40,'466','','2022-05-15 01:29:02','','2022-05-15',NULL,NULL),(2372,11,'524','','2022-05-14 00:56:26','','2022-05-14',NULL,NULL),(2373,11,'525','','2022-05-27 00:59:59','Changes in the Alarming mechanism. The commited version works at 70%.\nMissed some end of alarm, full support for simple ConfirmState with jus Id.\nNeed also to fixe some multiclient behavior and to test with limitAlarm.','2022-05-27',NULL,NULL),(2374,2,'237','Michel','2018-11-28 23:00:02','','2018-11-28',NULL,1),(2375,2,'238','Michel','2018-12-02 16:52:26','','2018-12-02',NULL,1),(2376,2,'239','Michel','2018-12-05 09:53:10','','2018-12-05',NULL,1),(2377,2,'240','Michel','2018-12-10 16:40:36','','2018-12-10',NULL,1),(2378,2,'241','Michel','2018-12-16 19:36:08','','2018-12-16',NULL,1),(2379,2,'242','Michel','2018-12-26 20:02:09','','2018-12-26',NULL,1),(2380,2,'243','Michel','2019-01-06 19:24:34','','2019-01-06',NULL,1),(2381,2,'244','Michel','2019-02-03 11:06:10','','2019-02-03',NULL,1),(2382,2,'245','Michel','2019-03-30 17:49:16','','2019-03-30',NULL,1),(2383,2,'246','Michel','2019-04-15 15:32:15','','2019-04-15',NULL,1),(2384,2,'247','Michel','2019-06-07 15:07:47','','2019-06-07',NULL,1),(2385,2,'248','Michel','2019-08-28 19:21:37','','2019-08-28',NULL,1),(2386,2,'249','Michel','2019-09-10 19:26:48','','2019-09-10',NULL,1),(2387,2,'250','Michel','2019-10-02 07:05:18','','2019-10-02',NULL,1),(2388,2,'251','Michel','2019-11-05 22:41:05','','2019-11-05',NULL,1),(2389,2,'252','Michel','2020-02-14 13:37:16','','2020-02-14',NULL,1),(2390,2,'253','Michel','2020-04-29 10:43:08','','2020-04-29',NULL,1),(2391,2,'254','Michel','2020-05-19 08:25:21','','2020-05-19',NULL,1),(2392,2,'255','Michel','2020-08-09 10:16:47','','2020-08-09',NULL,1),(2393,2,'256','Michel','2020-10-07 22:55:03','','2020-10-07',NULL,1),(2394,2,'257','Michel','2020-10-18 01:38:27','','2020-10-18',NULL,1),(2395,2,'258','Michel','2020-10-19 20:41:46','','2020-10-19',NULL,1),(2396,2,'259','Michel','2020-10-20 20:36:19','','2020-10-20',NULL,1),(2397,2,'260','Michel','2020-10-22 00:45:26','','2020-10-22',NULL,1),(2398,2,'261','Michel','2020-10-25 23:09:15','','2020-10-25',NULL,1),(2399,2,'262','Michel','2020-11-10 23:53:16','','2020-11-10',NULL,1),(2400,2,'263','Michel','2020-11-22 19:49:36','','2020-11-22',NULL,1),(2401,2,'264','','2020-12-13 21:28:47','','2020-12-13',NULL,NULL),(2402,2,'265','','2020-12-17 22:14:00','','2020-12-17',NULL,NULL),(2403,2,'266','','2021-01-02 01:29:57','','2021-01-02',NULL,NULL),(2404,2,'267','','2021-01-04 11:14:05','','2021-01-04',NULL,NULL),(2405,2,'268','','2021-01-18 09:19:07','','2021-01-18',NULL,NULL),(2406,2,'269','','2021-03-02 17:59:49','New EncodeableType, CurrentCyUnitType, 3DCartesianCoordinate, 3DOrientation','2021-03-02',NULL,NULL),(2407,2,'270','','2021-03-18 00:58:48','','2021-03-18',NULL,NULL),(2408,2,'271','','2021-05-07 00:20:19','','2021-05-07',NULL,NULL),(2409,2,'272','','2021-05-18 09:21:58','','2021-05-18',NULL,NULL),(2410,2,'273','','2021-06-09 13:51:46','','2021-06-09',NULL,NULL),(2411,2,'274','','2021-09-05 10:16:48','','2021-09-05',NULL,NULL),(2412,2,'275','','2021-10-22 16:16:11','','2021-10-22',NULL,NULL),(2413,2,'276','','2021-11-21 23:41:02','','2021-11-21',NULL,NULL),(2414,2,'277','','2022-01-30 23:22:17','Stable version for EMOTORS on 30-01-2022','2022-01-30',NULL,NULL),(2415,2,'278','','2022-02-20 23:02:21','','2022-02-20',NULL,NULL),(2416,2,'279','','2022-04-09 21:57:51','','2022-04-09',NULL,NULL),(2417,11,'526','','2022-05-27 01:43:44','','2022-05-27',NULL,NULL),(2418,40,'467','','2022-05-27 09:35:58','','2022-05-27',NULL,NULL),(2419,40,'468','','2022-05-30 00:17:34','','2022-05-30',NULL,NULL),(2420,40,'469','','2022-06-02 14:17:11','','2022-06-02',NULL,NULL),(2421,40,'470','','2022-06-04 00:42:06','','2022-06-04',NULL,NULL),(2422,40,'471','','2022-06-04 02:16:30','','2022-06-04',NULL,NULL),(2423,40,'472','','2022-06-04 02:21:20','','2022-06-04',NULL,NULL),(2424,40,'473','','2022-06-10 15:54:34','','2022-06-10',NULL,NULL),(2425,40,'474','','2022-06-10 17:06:51','','2022-06-10',NULL,NULL),(2426,40,'475','','2022-06-10 19:26:09','','2022-06-10',NULL,NULL),(2427,40,'476','','2022-06-15 16:26:59','','2022-06-15',NULL,NULL),(2428,40,'477','','2022-06-15 17:36:36','','2022-06-15',NULL,NULL),(2429,40,'478','','2022-06-15 22:33:10','','2022-06-15',NULL,NULL),(2430,40,'479','','2022-06-21 15:35:28','','2022-06-21',NULL,NULL),(2431,40,'480','','2022-06-23 09:41:42','','2022-06-23',NULL,NULL),(2432,40,'481','','2022-06-23 11:08:07','','2022-06-23',NULL,NULL),(2433,40,'482','','2022-06-26 17:50:54','','2022-06-26',NULL,NULL),(2434,40,'483','','2022-06-27 18:02:38','','2022-06-27',NULL,NULL),(2435,40,'484','','2022-06-29 13:28:12','','2022-06-29',NULL,NULL),(2436,40,'485','','2022-06-29 22:28:36','Support String Array','2022-06-29',NULL,NULL),(2437,40,'486','','2022-07-01 10:33:17','','2022-07-01',NULL,NULL),(2438,40,'487','','2022-07-01 14:36:29','','2022-07-01',NULL,NULL),(2439,40,'488','','2022-07-04 22:45:24','','2022-07-04',NULL,NULL),(2440,40,'489','','2022-07-05 20:58:46','','2022-07-05',NULL,NULL),(2441,40,'490','','2022-07-06 13:20:12','','2022-07-06',NULL,NULL),(2442,40,'491','','2022-07-18 22:41:32','','2022-07-18',NULL,NULL),(2443,40,'492','','2022-07-18 22:41:39','','2022-07-18',NULL,NULL),(2444,40,'493','','2022-07-19 12:07:09','Trace on write operation','2022-07-19',NULL,NULL),(2445,40,'494','','2022-07-25 15:03:41','Change in ProcessReadWrappedServer. ppDataValue is now allocated in the method','2022-07-25',NULL,NULL),(2446,40,'495','','2022-07-26 13:56:31','fix broken name','2022-07-26',NULL,NULL),(2447,40,'496','','2022-07-26 14:01:23','','2022-07-26',NULL,NULL),(2448,40,'497','','2022-07-26 14:01:56','','2022-07-26',NULL,NULL),(2449,40,'498','','2022-07-26 14:04:08','','2022-07-26',NULL,NULL),(2450,40,'499','','2022-07-26 14:05:31','','2022-07-26',NULL,NULL),(2451,40,'500','','2022-07-26 15:09:03','','2022-07-26',NULL,NULL),(2452,40,'501','','2022-07-26 17:17:40','','2022-07-26',NULL,NULL),(2453,40,'502','','2022-07-28 10:39:58','','2022-07-28',NULL,NULL),(2454,40,'503','','2022-07-30 16:52:46','','2022-07-30',NULL,NULL),(2455,40,'504','','2022-07-30 16:53:21','','2022-07-30',NULL,NULL),(2456,40,'505','','2022-07-30 16:54:11','','2022-07-30',NULL,NULL),(2457,40,'506','','2022-08-01 10:39:45','','2022-08-01',NULL,NULL),(2458,40,'507','','2022-08-01 11:59:08','','2022-08-01',NULL,NULL),(2459,40,'508','','2022-08-04 13:33:32','','2022-08-04',NULL,NULL),(2460,40,'509','','2022-08-04 13:33:53','','2022-08-04',NULL,NULL),(2461,40,'510','','2022-08-12 09:07:32','','2022-08-12',NULL,NULL),(2462,40,'511','','2022-08-13 19:28:46','','2022-08-13',NULL,NULL),(2463,40,'512','','2022-08-13 19:28:56','','2022-08-13',NULL,NULL),(2464,40,'513','','2022-08-17 11:51:44','Temporary version stable. Array implementation in progress.','2022-08-17',NULL,NULL),(2465,40,'514','','2022-08-17 11:51:53','','2022-08-17',NULL,NULL),(2466,11,'527','','2022-05-27 15:11:12','','2022-05-27',NULL,NULL),(2467,11,'528','','2022-06-04 02:22:25','','2022-06-04',NULL,NULL),(2468,11,'529','','2022-06-09 07:14:54','','2022-06-09',NULL,NULL),(2469,11,'530','','2022-06-23 22:19:44','Change in HA initialization','2022-06-23',NULL,NULL),(2470,11,'531','','2022-06-27 09:57:21','','2022-06-27',NULL,NULL),(2471,11,'532','','2022-06-29 21:34:20','Fix regression in Alarm Refresh','2022-06-29',NULL,NULL),(2472,11,'533','','2022-07-20 10:41:20','','2022-07-20',NULL,NULL),(2473,11,'534','','2022-07-25 16:14:46','','2022-07-25',NULL,NULL),(2474,11,'535','','2022-07-30 16:49:20','','2022-07-30',NULL,NULL),(2475,11,'536','','2022-08-03 09:33:09','','2022-08-03',NULL,NULL),(2476,11,'537','','2022-08-07 20:48:00','','2022-08-07',NULL,NULL),(2477,11,'538','','2022-08-13 19:28:36','','2022-08-13',NULL,NULL),(2478,11,'539','','2022-09-09 15:51:35','','2022-09-09',NULL,NULL),(2479,11,'540','','2022-09-21 13:46:44','','2022-09-21',NULL,NULL),(2480,40,'515','','2022-08-21 16:27:28','UDT Encoder done','2022-08-21',NULL,NULL),(2481,40,'516','','2022-08-22 10:17:34','','2022-08-22',NULL,NULL),(2482,40,'517','','2022-09-01 15:18:28','','2022-09-01',NULL,NULL),(2483,40,'518','','2022-09-05 09:24:10','','2022-09-05',NULL,NULL),(2484,40,'519','','2022-09-05 11:21:06','','2022-09-05',NULL,NULL),(2485,40,'520','','2022-09-05 11:42:13','','2022-09-05',NULL,NULL),(2486,40,'521','','2022-09-05 19:37:49','','2022-09-05',NULL,NULL),(2487,40,'522','','2022-09-08 15:32:50','','2022-09-08',NULL,NULL),(2488,40,'523','','2022-09-09 15:49:37','','2022-09-09',NULL,NULL),(2489,40,'524','','2022-09-09 15:58:04','','2022-09-09',NULL,NULL),(2490,40,'525','','2022-09-14 22:46:42','','2022-09-14',NULL,NULL),(2491,40,'526','','2022-09-28 22:37:55','','2022-09-28',NULL,NULL),(2492,39,'32','','2021-01-03 01:03:08','VS2017 and Qt5.14 migration','2021-01-03',NULL,NULL),(2493,39,'33','','2021-01-03 01:33:20','','2021-01-03',NULL,NULL),(2494,39,'34','','2021-02-21 02:54:49','','2021-02-21',NULL,NULL),(2495,39,'35','','2021-02-25 20:14:50','','2021-02-25',NULL,NULL),(2496,39,'36','','2021-03-18 00:58:56','','2021-03-18',NULL,NULL),(2497,39,'37','','2021-03-20 00:05:19','','2021-03-20',NULL,NULL),(2498,39,'38','','2022-09-09 15:50:53','','2022-09-09',NULL,NULL),(2499,39,'39','','2022-09-16 11:25:42','','2022-09-16',NULL,NULL),(2500,22,'163','Michel','2020-05-28 17:03:07','','2020-05-28',NULL,1),(2501,22,'164','Michel','2020-05-28 17:03:47','','2020-05-28',NULL,1),(2502,22,'165','Michel','2020-05-28 17:06:00','','2020-05-28',NULL,1),(2503,22,'166','Michel','2020-05-28 17:07:06','','2020-05-28',NULL,1),(2504,22,'167','Michel','2020-06-24 18:30:28','','2020-06-24',NULL,1),(2505,22,'168','Michel','2020-11-10 23:53:27','','2020-11-10',NULL,1),(2506,22,'169','Michel','2020-11-12 09:06:17','','2020-11-12',NULL,1),(2507,22,'170','','2020-12-17 22:15:07','','2020-12-17',NULL,NULL),(2508,22,'171','','2021-01-28 22:18:17','','2021-01-28',NULL,NULL),(2509,22,'172','','2021-02-06 01:07:00','','2021-02-06',NULL,NULL),(2510,22,'173','','2021-02-21 02:54:35','','2021-02-21',NULL,NULL),(2511,22,'174','','2021-03-18 00:59:39','','2021-03-18',NULL,NULL),(2512,22,'175','','2021-03-20 00:04:56','','2021-03-20',NULL,NULL),(2513,22,'176','','2021-04-14 16:47:10','','2021-04-14',NULL,NULL),(2514,22,'177','','2021-04-29 22:22:52','','2021-04-29',NULL,NULL),(2515,22,'178','','2021-06-26 19:04:22','','2021-06-26',NULL,NULL),(2516,22,'179','','2021-08-12 20:39:14','','2021-08-12',NULL,NULL),(2517,22,'180','','2021-08-13 15:30:41','','2021-08-13',NULL,NULL),(2518,22,'181','','2021-09-05 10:17:00','','2021-09-05',NULL,NULL),(2519,22,'182','','2021-10-22 16:16:21','','2021-10-22',NULL,NULL),(2520,22,'183','','2021-11-21 23:41:16','','2021-11-21',NULL,NULL),(2521,22,'184','','2021-12-04 00:56:28','','2021-12-04',NULL,NULL),(2522,22,'185','','2021-12-10 07:46:26','','2021-12-10',NULL,NULL),(2523,22,'186','','2021-12-19 23:33:44','','2021-12-19',NULL,NULL),(2524,22,'187','','2021-12-19 23:44:16','','2021-12-19',NULL,NULL),(2525,22,'188','','2022-05-14 00:55:50','','2022-05-14',NULL,NULL),(2526,22,'189','','2022-08-04 13:33:21','','2022-08-04',NULL,NULL),(2527,22,'190','','2022-08-31 16:42:44','','2022-08-31',NULL,NULL),(2528,22,'191','','2022-09-14 22:46:55','','2022-09-14',NULL,NULL),(2529,40,'527','','2022-10-13 16:35:54','','2022-10-13',NULL,NULL),(2530,40,'528','','2022-10-15 20:11:20','','2022-10-15',NULL,NULL),(2531,40,'529','','2022-10-17 16:00:51','','2022-10-17',NULL,NULL),(2532,40,'530','','2022-10-17 19:12:47','','2022-10-17',NULL,NULL),(2533,40,'531','','2022-10-19 08:06:56','','2022-10-19',NULL,NULL),(2534,40,'532','','2022-10-21 17:22:23','Fixe minor leak in block read','2022-10-21',NULL,NULL),(2535,40,'533','','2022-10-22 19:08:09','','2022-10-22',NULL,NULL),(2536,40,'534','','2022-10-31 20:38:50','','2022-10-31',NULL,NULL),(2537,40,'535','','2022-11-09 10:31:46','Fix outputArguments issue. s was missing','2022-11-09',NULL,NULL),(2538,40,'536','','2022-11-24 06:48:09','','2022-11-24',NULL,NULL),(2539,40,'537','','2022-12-04 09:10:01','','2022-12-04',NULL,NULL),(2540,43,'69','','2022-09-09 15:58:23','','2022-09-09',NULL,NULL),(2541,43,'70','','2022-09-14 19:52:31','','2022-09-14',NULL,NULL),(2542,43,'71','','2022-09-20 23:15:01','','2022-09-20',NULL,NULL),(2543,43,'72','','2022-09-25 22:41:01','','2022-09-25',NULL,NULL),(2544,43,'73','','2022-10-02 22:28:31','','2022-10-02',NULL,NULL),(2545,43,'74','','2022-10-31 20:38:35','','2022-10-31',NULL,NULL),(2546,43,'75','','2022-11-23 10:56:54','','2022-11-23',NULL,NULL),(2547,40,'538','','2022-12-13 11:08:26','','2022-12-13',NULL,NULL),(2548,40,'539','','2022-12-14 08:22:56','','2022-12-14',NULL,NULL),(2549,40,'540','','2022-12-15 10:19:17','','2022-12-15',NULL,NULL),(2550,40,'541','','2022-12-26 21:46:10','','2022-12-26',NULL,NULL),(2551,40,'542','','2022-12-26 21:47:02','','2022-12-26',NULL,NULL),(2552,40,'543','','2022-12-30 09:36:00','','2022-12-30',NULL,NULL),(2553,40,'544','','2022-12-31 01:31:03','','2022-12-31',NULL,NULL),(2554,40,'545','','2022-12-31 01:39:08','','2022-12-31',NULL,NULL),(2555,40,'546','','2023-01-07 21:21:58','','2023-01-07',NULL,NULL),(2556,40,'547','','2023-01-10 16:39:21','','2023-01-10',NULL,NULL),(2557,40,'548','','2023-01-11 20:43:00','','2023-01-11',NULL,NULL),(2558,40,'549','','2023-01-12 16:33:56','','2023-01-12',NULL,NULL),(2559,40,'550','','2023-01-13 07:01:45','','2023-01-13',NULL,NULL),(2560,40,'551','','2023-01-13 09:21:59','','2023-01-13',NULL,NULL),(2561,40,'552','','2023-01-13 22:43:07','','2023-01-13',NULL,NULL),(2562,40,'553','','2023-01-16 08:51:37','','2023-01-16',NULL,NULL),(2563,40,'554','','2023-01-16 19:11:24','','2023-01-16',NULL,NULL),(2564,40,'555','','2023-01-16 19:11:41','','2023-01-16',NULL,NULL),(2565,20,'59','Michel','2017-12-03 08:50:52','','2017-12-03',NULL,1),(2566,20,'60','Michel','2018-03-07 13:21:05','','2018-03-07',NULL,1),(2567,20,'61','Michel','2018-03-26 13:10:32','','2018-03-26',NULL,1),(2568,20,'62','Michel','2018-04-26 15:34:14','','2018-04-26',NULL,1),(2569,20,'63','Michel','2018-09-13 11:39:24','','2018-09-13',NULL,1),(2570,20,'64','Michel','2018-10-17 17:25:00','','2018-10-17',NULL,1),(2571,20,'65','Michel','2018-12-15 11:46:35','','2018-12-15',NULL,1),(2572,20,'66','Michel','2018-12-20 16:34:28','','2018-12-20',NULL,1),(2573,20,'67','Michel','2019-01-15 16:44:10','','2019-01-15',NULL,1),(2574,20,'68','Michel','2019-03-03 17:48:15','','2019-03-03',NULL,1),(2575,20,'69','Michel','2019-09-05 11:24:45','','2019-09-05',NULL,1),(2576,20,'70','Michel','2020-07-16 09:05:25','','2020-07-16',NULL,1),(2577,20,'71','Michel','2020-07-16 10:22:13','','2020-07-16',NULL,1),(2578,20,'72','Michel','2020-07-16 22:40:56','','2020-07-16',NULL,1),(2579,20,'73','Michel','2020-07-17 23:40:50','','2020-07-17',NULL,1),(2580,20,'74','Michel','2020-07-20 18:25:11','','2020-07-20',NULL,1),(2581,20,'75','','2021-01-18 16:03:12','','2021-01-18',NULL,NULL),(2582,20,'76','','2021-01-26 22:16:09','','2021-01-26',NULL,NULL),(2583,20,'77','','2021-03-02 15:11:05','','2021-03-02',NULL,NULL),(2584,20,'78','','2021-04-30 21:47:36','','2021-04-30',NULL,NULL),(2585,20,'79','','2021-12-27 23:09:42','','2021-12-27',NULL,NULL),(2586,20,'80','','2022-01-25 11:30:50','','2022-01-25',NULL,NULL),(2587,20,'81','','2022-02-01 21:21:53','','2022-02-01',NULL,NULL),(2588,20,'82','','2023-01-17 10:43:52','','2023-01-17',NULL,NULL),(2589,20,'83','','2023-01-17 10:44:28','','2023-01-17',NULL,NULL),(2590,40,'556','','2023-01-17 10:51:45','','2023-01-17',NULL,NULL),(2591,20,'84','','2023-01-17 10:46:07','','2023-01-17',NULL,NULL),(2592,20,'85','','2023-01-17 10:46:15','','2023-01-17',NULL,NULL),(2593,20,'86','','2023-01-17 10:46:21','','2023-01-17',NULL,NULL),(2594,20,'87','','2023-01-17 10:46:28','','2023-01-17',NULL,NULL),(2595,20,'88','','2023-01-17 10:46:34','','2023-01-17',NULL,NULL),(2596,20,'89','','2023-01-17 11:11:00','','2023-01-17',NULL,NULL),(2597,39,'40','','2022-10-31 20:39:17','','2022-10-31',NULL,NULL),(2598,39,'41','','2022-11-16 16:26:31','','2022-11-16',NULL,NULL),(2599,39,'42','','2023-01-18 13:58:41','','2023-01-18',NULL,NULL),(2600,40,'557','','2023-01-18 10:45:03','','2023-01-18',NULL,NULL),(2601,40,'558','','2023-01-18 17:14:54','','2023-01-18',NULL,NULL),(2602,40,'559','','2023-01-18 21:07:55','','2023-01-18',NULL,NULL),(2603,40,'560','','2023-01-20 15:42:31','','2023-01-20',NULL,NULL),(2604,40,'561','','2023-01-20 17:50:58','','2023-01-20',NULL,NULL),(2605,40,'562','','2023-01-24 08:30:29','','2023-01-24',NULL,NULL),(2606,40,'563','','2023-01-24 11:10:13','','2023-01-24',NULL,NULL),(2607,40,'564','','2023-01-25 10:41:00','','2023-01-25',NULL,NULL),(2608,40,'565','','2023-02-04 18:13:24','','2023-02-04',NULL,NULL),(2609,40,'566','','2023-02-09 15:38:55','','2023-02-09',NULL,NULL),(2610,40,'567','','2023-02-09 17:58:08','','2023-02-09',NULL,NULL),(2611,46,'1','','2023-02-11 15:13:08','','2023-02-11',NULL,NULL),(2612,46,'2','','2023-02-11 18:23:08','','2023-02-11',NULL,NULL),(2613,46,'3','','2023-02-11 18:56:37','','2023-02-11',NULL,NULL),(2614,46,'4','','2023-02-11 19:01:45','','2023-02-11',NULL,NULL),(2615,46,'5','','2023-02-11 19:02:12','','2023-02-11',NULL,NULL),(2616,40,'568','','2023-02-18 19:57:58','','2023-02-18',NULL,NULL),(2617,40,'569','','2023-02-18 19:58:26','','2023-02-18',NULL,NULL);
/*!40000 ALTER TABLE `changesets` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2023-02-19 17:26:24