Skip to content

Commit 3acafd0

Browse files
authored
Merge pull request #527 from ericonr/release-newlines
Fix formatting of HTML release notes.
2 parents 0fb7825 + 15bea1c commit 3acafd0

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

RELEASE.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ files respectively, in the configure/ directory of the appropriate release of th
5555
and the other records are I/O Intr scanned.
5656
This allows these records to be updated during the pre-allocation operation described above.
5757
PoolPollStats causes callbacks for the I/O Intr scanned records in asynNDArrayDriver.
58+
5859
### NDPluginFile
5960
* Improved the feedback on progress when saving a file in Capture mode.
6061
Previously the only indication that the file saving was in progress was the
@@ -67,40 +68,49 @@ files respectively, in the configure/ directory of the appropriate release of th
6768
- ArrayRate_RBV is updated, so the number of frames/s being written is visible.
6869
- NumCaptured_RBV counts down from NumCaptured to 0, so the number
6970
of remaining frames is visible.
71+
7072
### NDFileTIFF
7173
* Fixed a bug introduced in R3-8.
7274
Integer attributes smaller than Int64 might not be correctly written to the file.
75+
7376
### NDPluginROIStat
7477
* Added the ability to clear the time series data without starting a new acquisition.
78+
7579
### myAttributeFunctions.cpp
7680
* Added code to create NDAttributes of all numeric data types.
7781
* These were used to test the fix to NDFileTIFF, and can be generally useful.
82+
7883
### Documentation
7984
* Removed the documentation/ directory, which was obsolete.
8085

81-
8286
## __R3-13 (February 9, 2024)__
8387

8488
### NDArrayPool
8589
* Provide a mechanism to override the default memory allocator for NDArrays.
8690
Thanks to Emilio PJ on Github for this.
91+
8792
### asynNDArrayDriver
8893
* Added UpdateTimeStamps method.
8994
* Added NDFileFreeCapture parameter to manually free the capture buffer.
9095
* Allow the filename in readNDAttributes file to be an XML string rather than a file name.
9196
This allows Channel Access clients to write the XML directly. Thanks to Marcell Nagy for this.
97+
9298
### NDAttribute
9399
* Added support for attribute type CONST, where the value is the "source" value specified in the XML file.
94100
Thanks to Keenan Lang for this.
101+
95102
### NDPluginFile
96103
* Change capture buffer to use std::vector which is simpler and cleaner.
97104
* Free capture buffer when capture or streaming start to prevent memory leak.
98105
* Added FreeCapture record to manually free the capture buffer.
99106
* Include the interface and interrupt masks passed to the constructor in the masks passed to NDPluginDriver.
107+
100108
### NDFileNexus
101109
* Set the plugin type.
110+
102111
### NDPluginBadPixel
103112
* Fix missing argument to constructor from configuration command.
113+
104114
### NDPluginProcess
105115
* Improved the logic for high and low clipping so that both the threshold
106116
and the replacement value can be independently specified.
@@ -109,13 +119,17 @@ files respectively, in the configure/ directory of the appropriate release of th
109119
- HighClip has been renamed to HighClipThresh.
110120
- LowClipValue and HighClipValue have been added.
111121
- **This change is not backwards compatible, the value of Low/HighClipValue must now be specified.**
122+
112123
### commonDriverMakefile, commonLibraryMakefile
113124
* Fix error in upper/lower case of NeXus_DIR.
114125
* Fix error with nanohttp_stream library.
126+
115127
### Continuous integration
116128
* Added Github Actions builds. Thanks to Ralph Lange and Michael Davidsaver for this.
129+
117130
### validateXML.sh
118131
* Fix location of iocimDetector.
132+
119133
### EXAMPLE_commonPlugins.cmd
120134
* Load NDPluginPva by default.
121135
* Fix path to support module .template and .req files to be (MODULE)/db rather than (MODULE)/moduleApp/Db.
@@ -124,8 +138,10 @@ files respectively, in the configure/ directory of the appropriate release of th
124138

125139
### ADCoreVersion.h
126140
* Changed to 3.12.1. R3-12 neglected to change this, so it was still 3.11.
141+
127142
### test_NDFileHDF5AttributeDataset.cpp
128143
* Fixed this test for the changes in NDFileHDF5AttributeDataset.cpp made in R3-12.
144+
129145
### Documentation file NDFileHDF5.rst
130146
* Updated for the changes in NDFileHDF5AttributeDataset.cpp made in R3-12.
131147

@@ -137,18 +153,24 @@ files respectively, in the configure/ directory of the appropriate release of th
137153
This allows manually saving and loading different configurations for different setups with the same IOC.
138154
It also allows saving and then loading the settings when a camera is reset or restarted,
139155
without restarting the IOC.
156+
140157
### ADPlugins OPI sub-screen.
141158
* Added a related display "Plugins/Other #2/AS configMenu" which allows manually saving and loading
142159
configurations that use ADAutoSaveMenu.req described above.
160+
143161
### ntndArrayConverter
144162
* Added conversion from Posix time to EPICS time when copying NTNDArray to NDArray.
163+
145164
### EXAMPLE_commonPlugins.cmd
146165
* Load configMenu.db.
147166
* Fixes to set_request_file_path to use the /db directory rather than the App/Db directory.
167+
148168
### commonDriverMakefile
149169
* Added optional reccaster support module.
170+
150171
### CCDMultiTrack.cpp
151172
* Corrected index error.
173+
152174
### NDFileHDF5AttributeDataset.cpp
153175
* Removed unnecessary creation of 1x1 dimensions.
154176

0 commit comments

Comments
 (0)