2024-05-22 10:55:22 -05:00
# motorDsm Releases
2019-04-18 11:05:22 -05:00
2023-04-11 10:05:42 -05:00
## __R1-1-1 (2023-04-11)__
R1-1-1 is a release based on the master branch.
### Changes since R1-1
#### New features
* None
#### Modifications to existing features
* None
#### Bug fixes
* None
#### Continuous integration
* Added ci-scripts (v3.0.1)
* Switched from Travis CI to Github Actions
2020-05-12 16:49:43 -05:00
## __R1-1 (2020-05-12)__
R1-1 is a release based on the master branch.
### Changes since R1-0
#### New features
* None
#### Modifications to existing features
2024-05-22 11:38:43 -05:00
* 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
2020-05-12 16:49:43 -05:00
#### Bug fixes
2024-05-22 10:55:22 -05:00
* 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
2020-05-12 16:49:43 -05:00
2019-04-18 11:05:22 -05:00
## __R1-0 (2019-04-18)__
R1-0 is a release based on the master branch.
### Changes since motor-6-11
2024-05-22 10:55:22 -05:00
motorDsm is now a standalone module, as well as a submodule of [motor ](https://github.com/epics-modules/motor )
2019-04-18 11:05:22 -05:00
#### New features
2024-05-22 10:55:22 -05:00
* motorDsm can be built outside of the motor directory
* motorDsm has a dedicated example IOC that can be built outside of motorDsm
2019-04-18 11:05:22 -05:00
#### Modifications to existing features
* None
#### Bug fixes
* None