Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mickem committed Apr 14, 2016
1 parent 7ddad5f commit c174fd8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2016-04-14 Michael Medin
* NSCPClient: Added preliminary REST client
* Scheduler: added preliminary support for cron statements: schedule = 47 * * * *
* installer: Fixed installer version to prevent duplicate installs on upgrade Fixed "267

2016-04-11 Michael Medin
* scripts: Added option capture output to external script to disable output capture and handled inheritance (Fixes #232)
* WEBServer: Added support for allowed hosts to WEBServer
Expand Down
10 changes: 5 additions & 5 deletions installers/common/re-generate.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"C:/Program Files (x86)/WiX Toolset v3.9\bin\heat.exe" dir ..\..\web -cg WEBResources -gg -out web.wxs -var var.WebSource
"C:/Program Files (x86)/WiX Toolset v3.9\bin\heat.exe" dir ..\..\scripts -cg ScriptResources -gg -out scripts.wxs -var var.ScriptSource
"C:/Program Files (x86)/WiX Toolset v3.9\bin\heat.exe" dir ..\..\op5\scripts -cg Op5ScriptResources -gg -out op5_scripts.wxs -var var.OP5ScriptSource
"C:/Program Files (x86)/WiX Toolset v3.9\bin\heat.exe" dir ..\..\op5\config -cg Op5ConfigResources -gg -out op5_config.wxs -var var.OP5ConfigSource
"C:/Program Files (x86)/WiX Toolset v3.9\bin\heat.exe" dir "C:\source\build\x64\dev\ext\docs\html" -cg HTMLHelp -gg -out html_help.wxs -var var.WebHelpSource
"C:/Program Files (x86)/WiX Toolset v3.10\bin\heat.exe" dir ..\..\web -cg WEBResources -gg -out web.wxs -var var.WebSource
"C:/Program Files (x86)/WiX Toolset v3.10\bin\heat.exe" dir ..\..\scripts -cg ScriptResources -gg -out scripts.wxs -var var.ScriptSource
"C:/Program Files (x86)/WiX Toolset v3.10\bin\heat.exe" dir ..\..\op5\scripts -cg Op5ScriptResources -gg -out op5_scripts.wxs -var var.OP5ScriptSource
"C:/Program Files (x86)/WiX Toolset v3.10\bin\heat.exe" dir ..\..\op5\config -cg Op5ConfigResources -gg -out op5_config.wxs -var var.OP5ConfigSource
"C:/Program Files (x86)/WiX Toolset v3.10\bin\heat.exe" dir "C:\source\mbuild\w32\dist\ext\docs\html" -cg HTMLHelp -gg -out html_help.wxs -var var.WebHelpSource

0 comments on commit c174fd8

Please sign in to comment.