From ae276e8853d8fe7c326c43d24063bc2def355b07 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 23 Oct 2017 16:42:26 +0200 Subject: [PATCH] Prepare v1.0.1 --- README.md | 8 ++++++++ module.info | 2 +- run.php | 1 - 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5d3ac6..2e5face 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,11 @@ For getting started please read our [Installation instructions](doc/02-Installat and then you should be ready to dive into [Import Source](doc/03-ImportSource.md) definitions, [supported file formats](doc/11-FileFormats.md) or and hand-crafted [Config File Shipping](doc/04-FileShipping.md). + +Changes +------- + +### v1.0.1 + +* CSV files should give NULL for volumns with empty strings (#6) +* Small documentation fix diff --git a/module.info b/module.info index 8bb3e72..333e073 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Name: Fileshipper -Version: 1.0.0 +Version: 1.0.1 Depends: director Description: Fileshipper for Icinga Director The fileshipper module provides an Import Source for CSV, JSON, XML and YAML diff --git a/run.php b/run.php index d33d7a3..240c44b 100644 --- a/run.php +++ b/run.php @@ -2,4 +2,3 @@ $this->provideHook('director/ShipConfigFiles'); $this->provideHook('director/ImportSource'); -