From 75d9244f4c288e9eb85f77227717a7a7f1ff192c Mon Sep 17 00:00:00 2001 From: Atsushi Matsuo Date: Fri, 6 Jul 2018 03:38:59 +0900 Subject: [PATCH] Release fmcsadmin 0.9.2 --- Makefile | 2 +- release-notes.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 80bee7b..a96b08e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME=fmcsadmin -VERSION=0.9.2-dev +VERSION=0.9.2 GOCMD=go GOBUILD=$(GOCMD) build diff --git a/release-notes.txt b/release-notes.txt index b2232f7..8708149 100644 --- a/release-notes.txt +++ b/release-notes.txt @@ -2,7 +2,8 @@ fmcsadmin (c) 2017-2018 Emic Corporation This software is distributed under the Apache License, Version 2.0, see LICENSE.txt and NOTICE.txt for more information. -Version: 0.9.2 (in development) +Version: 0.9.2 (beta) +Date: July 6, 2018 - Support FileMaker Admin API (Trial) of FileMaker Server 17 experimentally ("--fqdn" option and handling schedule ID 1 is not supported for FileMaker Server). - Add "START" command to start a server process for FileMaker Server 17. - Add "STOP" command to stop a server process for FileMaker Server 17.