From 5d706d4879324f7f585df03c67321e73a19e1683 Mon Sep 17 00:00:00 2001 From: Daniel Sissom Date: Fri, 5 Jul 2024 08:54:43 -0500 Subject: [PATCH 1/2] Reverted release doc to undo rename clobbering. --- docs/RELEASE.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/RELEASE.md b/docs/RELEASE.md index ef15d12..39fb6ce 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,4 +1,4 @@ -# motorDsm Releases +# motorAcs Releases ## __R1-1-1 (2023-04-11)__ R1-1-1 is a release based on the master branch. @@ -27,22 +27,22 @@ R1-1 is a release based on the master branch. * None #### Modifications to existing features -* Commit [1bd580a](https://github.com/epics-motor/motorDsm/commit/1bd580a87869fb140939978c0b06856917282da9): ``iocsh`` dir moved into ``dsmApp`` dir; ``DSM_MD90.iocsh`` is now installed at build time +* Commit [1bd580a](https://github.com/epics-motor/motorAcs/commit/1bd580a87869fb140939978c0b06856917282da9): ``iocsh`` dir moved into ``acsApp`` dir; ``ACS_MCB4B.iocsh`` is now installed at build time #### Bug fixes -* Commit [5ab502c](https://github.com/epics-motor/motorDsm/commit/5ab502c53ac81885e2a511ade95f22d0a0db4f43): Include ``$(MOTOR)/modules/RELEASE.$(EPICS_HOST_ARCH).local`` instead of ``$(MOTOR)/configure/RELEASE`` -* Pull request [#1](https://github.com/epics-motor/motorDsm/pull/1): Eliminated compiler warnings +* Commit [5ab502c](https://github.com/epics-motor/motorAcs/commit/5ab502c53ac81885e2a511ade95f22d0a0db4f43): Include ``$(MOTOR)/modules/RELEASE.$(EPICS_HOST_ARCH).local`` instead of ``$(MOTOR)/configure/RELEASE`` +* Pull request [#1](https://github.com/epics-motor/motorAcs/pull/1): Eliminated compiler warnings ## __R1-0 (2019-04-18)__ R1-0 is a release based on the master branch. ### Changes since motor-6-11 -motorDsm is now a standalone module, as well as a submodule of [motor](https://github.com/epics-modules/motor) +motorAcs is now a standalone module, as well as a submodule of [motor](https://github.com/epics-modules/motor) #### New features -* motorDsm can be built outside of the motor directory -* motorDsm has a dedicated example IOC that can be built outside of motorDsm +* motorAcs can be built outside of the motor directory +* motorAcs has a dedicated example IOC that can be built outside of motorAcs #### Modifications to existing features * None From 05a223bd179f7bc355c5b3919bb8f7acd0e10a02 Mon Sep 17 00:00:00 2001 From: Daniel Sissom Date: Fri, 5 Jul 2024 09:10:48 -0500 Subject: [PATCH 2/2] Updated release doc with ACS -> DSM updates. --- docs/RELEASE.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 39fb6ce..a4b6aa2 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,3 +1,22 @@ +# motorDSM Releases + +## __v0.9.0-alpha__ + +### Changes since motorAcs R1-1-1 + +#### New features +* Global rename Acs -> DSM and MCB-4B -> MD-90 +* Updated motor controller and axis methods to work with the DSM MD-90 controller +* Updated example IOC startup scripts for the MD-90 + +#### Modifications to existing features +* Removed Acs controller interface + +#### Bug fixes +* None + + + # motorAcs Releases ## __R1-1-1 (2023-04-11)__