This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsynAppsReleaseNotes.html
5927 lines (4863 loc) · 163 KB
/
synAppsReleaseNotes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<title>synAppsReleaseNotes</title>
</head>
<body bgcolor="#FFFFFF">
<h1 align="center">synApps 6.2 Release Notes</h1>
<ul>
<P>Xspress3 and Galil modules added
<P>IOC Shell files now installed to top level directory, rather than residing there.
<br>
<li>
<h2>Version changes from R6-1 to R6-2</h2>
<table border>
<tr><td>module<td>old version<td>newversion
<td>notes
<tr><td>ALIVE<td>1-1-1<td>1-3-1
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/alive/blob/R1-3-1/documentation/aliveReleaseNotes.html">release notes</a>
<tr><td>ALLEN_BRADLEY<td>2-3<td>2-3
<td>
<tr><td>AREA_DETECTOR<td>3-7<td>3-10
<td><a href="https://github.com/areaDetector/blob/master/RELEASE.md">release notes</a>
<tr><td>ASYN<td>4-36<td>4-41
<td><a href="https://epics.anl.gov/modules/soft/asyn/R4-41/RELEASE_NOTES.html">release notes</a>
<tr><td>AUTOSAVE<td>5-10<td>5-10-2
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/autosave/blob/R5-10-2/documentation/autosaveReleaseNotes.html">release notes</a>
<tr><td>BUSY<td>1-7-2<td>1-7-3
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/busy/blob/R1-7-3/documentation/busyReleaseNotes.html">release notes</a>
<tr><td>CALC<td>3-7-3<td>3-7-4
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/calc/blob/R3-7-4/documentation/calcReleaseNotes.html">release notes</a>
</ul>
<tr><td>CAMAC<td>2-7-1<td>2-7-3
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/camac/blob/R2-7-3/documentation/camacReleaseNotes.html">release notes</a>
<tr><td>CAPUTRECORDER<td>1-7-2<td>1-7-3
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/caputRecorder/blob/R1-7-3/documentation/caputRecorderReleaseNotes.html">release notes</a>
<tr><td>DAC128V<td>2-9<td>2-10-1
<td><a href="http://cars.uchicago.edu/software/epics/dac128VReleaseNotes.html">release notes</a>
<tr><td>DELAYGEN<td>1-2-1<td>1-2-2
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/delaygen/blob/R1-2-2/documentation/delaygenReleaseNotes.html">release notes</a>
<tr><td>DEVIOCSTATS<td>3-1-16<td>3-1-16
<td><a href="http://www.slac.stanford.edu/grp/ssrl/spear/epics/site/devIocStats/RELEASE_NOTES">release notes</a>
<tr><td>DXP<td>6-0<td>6-0
<td><a href="http://cars.uchicago.edu/software/epics/dxpReleaseNotes.html">release notes</a>
<tr><td>DXPSITORO<td>1-2<td>1-2
<td><a href="https://cars.uchicago.edu/software/epics/dxpSITOROReleaseNotes.html">release notes</a>
<tr><td>GALIL<td>New Module<td>3-6
<td><a href="https://github.com/motorapp/Galil-3-0/files/4943340/change_log.txt">release notes</a>
<tr><td>IP<td>2-20-1<td>2-21
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/ip/blob/R2-21/documentation/ipReleaseNotes.html">release notes</a>
<tr><td>IP330<td>2-9<td>2-10
<td><a href="http://cars.uchicago.edu/software/epics/ip330ReleaseNotes.html">release notes</a>
<tr><td>IPAC<td>2-15<td>2-16
<td><a href="https://github.com/epics-modules/ipac/wiki">release notes</a>
<tr><td>IPUNIDIG<td>2-11<td>2-12
<td><a href="http://cars9.uchicago.edu/software/epics/ipUnidigReleaseNotes.html">release notes</a>
<tr><td>LOVE<td>3-2-7<td>3-2-8
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/love/blob/R3-2-8/documentation/loveReleaseNotes.html">release notes</a>
<tr><td>LUA<td>2-0<td>3-0-1
<td><a href="https://epics-lua.readthedocs.io/en/latest/luaReleaseNotes.html">release notes</a>
<tr><td>MCA<td>7-8<td>7-9
<td><a href="http://cars.uchicago.edu/software/epics/mcaReleaseNotes.html">release notes</a>
<tr><td>MEASCOMP<td>2-3<td>2-5-1
<td><a href="http://cars.uchicago.edu/software/epics/measCompReleaseNotes.html">release notes</a>
<tr><td>MODBUS<td>3-0<td>3-2
<td><a href="http://cars.uchicago.edu/software/epics/modbusReleaseNotes.html">release notes</a>
<tr><td>MOTOR<td>7-1<td>7-2-1
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/motor/blob/R7-1/documentation/motor_release.html">release notes</a>
<tr><td>OPTICS<td>2-13-3<td>2-13-5
<td> <a href="http://htmlpreview.github.io/?https://github.com/epics-modules/optics/blob/R2-13-3/documentation/opticsReleaseNotes.html">release notes</a>
<tr><td>QUADEM<td>9-2-1<td>9-4
<td> <a href="http://cars.uchicago.edu/software/epics/quadEMReleaseNotes.html">release notes</a>
<tr><td>SNCSEQ<td>2-2-6<td>2-2-8
<td><a href="https://www-csr.bessy.de/control/SoftDist/sequencer/ReleaseNotes-2-2.html#release-notes-2-2-8">release notes</a>
<tr><td>SOFTGLUE<td>2-8-2<td>2-8-3
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/softGlue/blob/R2-8-3/documentation/softGlueReleaseNotes.html">release notes</a>
<tr><td>SOFTGLUEZYNQ<td>2-0-2<td>2-0-3
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/softGlueZynq/blob/R2-0-3/documentation/softGlueZynqReleaseNotes.html">release notes</a>
<tr><td>SSCAN<td>2-11-3<td>2-11-4
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/sscan/blob/R2-11-3/documentation/sscanReleaseNotes.html">release notes</a>
<tr><td>STD<td>3-6<td>3-6-2
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/std/blob/R3-6/documentation/stdReleaseNotes.html">release notes</a>
<tr><td>STREAM<td>2-8-9<td>2-8-16
<td>
<tr><td>VAC<td>1-9<td>1-9-1
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/vac/blob/R1-9-1/documentation/vacReleaseNotes.html">release notes</a>
<tr><td>VME<td>2-9-2<td>2-9-3
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/vme/blob/R2-9-3/documentation/vmeReleaseNotes.html">release notes</a>
<tr><td>XSPRESS3<td>New Module<td>2-5
<td>
<tr><td>XXX<td>6-1<td>6-2
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/xxx/blob/R6-2/documentation/xxxReleaseNotes.html">release notes</a>
<tr><td>YOKOGAWA_DAS<td>2-0-1<td>2-0-1
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/Yokogawa_DAS/blob/R2-0-1/documentation/YokogawaDASReleaseNotes.html">release notes</a>
</table>
</ul>
<h1 align="center">synApps 6.1 Release Notes</h1>
<ul>
<P>StreamDevice is now included directly from the PSI repository, it is no longer a wrapper directory around PSI code.
<P>Modules can now install their autosave req files to the top-level db folder by putting REQ += file.req in a makefile
<P>Four new build options at top level; all_adl, all_ui, all_opi, and all_edl. Will search all support modules for files
of the specified type and install them to a top level all_* folder.
<P>Makefile also updated to use each module's RELEASE file to build dependencies. This means that adding a new module to
an existing synApps directory is now as easy as dropping the module in and specifying it's name in the makefile's MODULE_LIST.
<br>
<li>
<h2>Version changes from R6-0 to R6-1</h2>
<table border>
<tr><td>module<td>old version<td>new version
<td>notes
<tr><td>ALIVE<td>1-1-0<td>1-1-1
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/alive/blob/R1-1-1/documentation/aliveReleaseNotes.html">release notes</a>
<tr><td>ALLEN_BRADLEY<td>2-3<td>2-3
<td>
<tr><td>AREA_DETECTOR<td>3-3-1<td>3-7
<td><a href="https://github.com/areaDetector/blob/master/RELEASE.md">release notes</a>
<tr><td>ASYN<td>4-33<td>4-36
<td><a href="https://epics.anl.gov/modules/soft/asyn/R4-36/RELEASE_NOTES.html">release notes</a>
<tr><td>AUTOSAVE<td>5-9<td>5-10
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/autosave/blob/R5-10/documentation/autosaveReleaseNotes.html">release notes</a>
<tr><td>BUSY<td>1-7<td>1-7-2
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/busy/blob/R1-7-2/documentation/busyReleaseNotes.html">release notes</a>
<tr><td>CALC<td>3-7-1<td>3-7-3
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/calc/blob/R3-7-3/documentation/calcReleaseNotes.html">release notes</a>
</ul>
<tr><td>CAMAC<td>2-7-1<td>2-7-1
<td>
<tr><td>CAPUTRECORDER<td>1-7-1<td>1-7-2
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/caputRecorder/blob/R1-7-2/documentation/caputRecorderReleaseNotes.html">release notes</a>
<tr><td>DAC128V<td>2-9<td>2-9
<td><a href="http://cars.uchicago.edu/software/epics/dac128VReleaseNotes.html">release notes</a>
<tr><td>DELAYGEN<td>1-1-2<td>1-2-1
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/delaygen/blob/R1-2-1/documentation/delaygenReleaseNotes.html">release notes</a>
<tr><td>DEVIOCSTATS<td>3-1-15<td>3-1-16
<td><a href="http://www.slac.stanford.edu/grp/ssrl/spear/epics/site/devIocStats/RELEASE_NOTES">release notes</a>
<tr><td>DXP<td>5-0<td>6-0
<td><a href="http://cars.uchicago.edu/software/epics/dxpReleaseNotes.html">release notes</a>
<tr><td>DXPSITORO<td>1-1<td>1-2
<td><a href="https://cars.uchicago.edu/software/epics/dxpSITOROReleaseNotes.html">release notes</a>
<tr><td>IP<td>2-19-1<td>2-20-1
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/ip/blob/R2-20-1/documentation/ipReleaseNotes.html">release notes</a>
<tr><td>IP330<td>2-9<td>2-9
<td><a href="http://cars.uchicago.edu/software/epics/ip330ReleaseNotes.html">release notes</a>
<tr><td>IPAC<td>2-15<td>2-15
<td><a href="https://github.com/epics-modules/ipac/wiki">release notes</a>
<tr><td>IPUNIDIG<td>2-11<td>2-11
<td><a href="http://cars9.uchicago.edu/software/epics/ipUnidigReleaseNotes.html">release notes</a>
<tr><td>LOVE<td>3-2-6<td>3-2-7
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/love/blob/R3-2-7/documentation/loveReleaseNotes.html">release notes</a>
<tr><td>LUA<td>1-2-2<td>2-0
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/lua/blob/R2-0/documentation/luaReleaseNotes.html">release notes</a>
<tr><td>MCA<td>7-7<td>7-8
<td><a href="http://cars.uchicago.edu/software/epics/mcaReleaseNotes.html">release notes</a>
<tr><td>MEASCOMP<td>2-1<td>2-3
<td><a href="http://cars.uchicago.edu/software/epics/measCompReleaseNotes.html">release notes</a>
<tr><td>MODBUS<td>2-10-1<td>3-0
<td><a href="http://cars.uchicago.edu/software/epics/modbusReleaseNotes.html">release notes</a>
<tr><td>MOTOR<td>6-10-1<td>7-1
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/motor/blob/R7-1/documentation/motor_release.html">release notes</a>
<tr><td>OPTICS<td>2-13-1<td>2-13-3
<td> <a href="http://htmlpreview.github.io/?https://github.com/epics-modules/optics/blob/R2-13-3/documentation/opticsReleaseNotes.html">release notes</a>
<tr><td>QUADEM<td>9-1<td>9-2-1
<td> <a href="http://cars.uchicago.edu/software/epics/quadEMReleaseNotes.html">release notes</a>
<tr><td>SNCSEQ<td>2-2-5<td>2-2-6
<td><a href="https://www-csr.bessy.de/control/SoftDist/sequencer/ReleaseNotes-2-2.html#release-notes-2-2-6">release notes</a>
<tr><td>SOFTGLUE<td>2-8-1<td>2-8-2
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/softGlue/blob/R2-8-2/documentation/softGlueReleaseNotes.html">release notes</a>
<tr><td>SOFTGLUEZYNQ<td>2-0-1<td>2-0-2
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/softGlueZynq/blob/R2-0-2/documentation/softGlueZynqReleaseNotes.html">release notes</a>
<tr><td>SSCAN<td>2-11-1<td>2-11-3
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/sscan/blob/R2-11-3/documentation/sscanReleaseNotes.html">release notes</a>
<tr><td>STD<td>3-5<td>3-6
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/std/blob/R3-6/documentation/stdReleaseNotes.html">release notes</a>
<tr><td>STREAM<td>2-7-7b<td>2-8-9
<td>Now retrieved directly from PSI repository
<tr><td>VAC<td>1-7<td>1-9
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/vac/blob/R1-9/documentation/vacReleaseNotes.html">release notes</a>
<tr><td>VME<td>2-9<td>2-9-2
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/vme/blob/R2-9-2/documentation/vmeReleaseNotes.html">release notes</a>
<tr><td>XXX<td>6-0<td>6-1
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/xxx/blob/R6-1/documentation/xxxReleaseNotes.html">release notes</a>
<tr><td>YOKOGAWA_DAS<td>1-0-0<td>2-0-1
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/Yokogawa_DAS/blob/R2-0-1/documentation/YokogawaDASReleaseNotes.html">release notes</a>
</table>
</ul>
<h1 align="center">synApps 6.0 Release Notes</h1>
<ul>
<P>This version of synApps is specifically targeted against epics base 3.15. While the modules will still build against earlier versions of base, the ioc shell scripts provided with the modules may rely on 3.15-specific support.
<P>Modules now can contain an iocsh folder which provide ioc shell scripts to individually load a device onto an IOC. These are designed for use with the iocshLoad function in base and the scripts have comments describing the macros that should be set to use them.
<li>
<h2>Version changes from R5-8 to R6-0</h2>
<table border>
<tr><td>module<td>old version<td>new version
<td>notes
<tr><td>EPICS_BASE<td>3.14.12.4<td>3.15.6
<td>
<tr><td>ALIVE<td>1-0<td>1-1-0
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/alive/blob/R1-1-0/documentation/aliveReleaseNotes.html">release notes</a>
<tr><td>ALLEN_BRADLEY<td>2-3<td>2-3
<td>
<tr><td>AREA_DETECTOR<td>2-0<td>3-3-1
<td><a href="https://github.com/areaDetector/blob/master/RELEASE.md">release notes</a>
<tr><td>ASYN<td>4-26<td>4-33
<td><a href="https://epics.anl.gov/modules/soft/asyn/R4-33/RELEASE_NOTES.html">release notes</a>
<tr><td>AUTOSAVE<td>5-6-1<td>5-9
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/autosave/blob/R5-9/documentation/autosaveReleaseNotes.html">release notes</a>
<tr><td>BUSY<td>1-6-1<td>1-7
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/busy/blob/R1-7/documentation/busyReleaseNotes.html">release notes</a>
<tr><td>CALC<td>3-4-2-1<td>3-7-1
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/calc/blob/R3-7-1/documentation/calcReleaseNotes.html">release notes</a>
</ul>
<tr><td>CAMAC<td>2-7<td>2-7-1
<td>Minor changes to make sure module builds
<tr><td>CAPUTRECORDER<td>1-4-2<td>1-7-1
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/caputRecorder/blob/R1-7-1/documentation/caputRecorderReleaseNotes.html">release notes</a>
<tr><td>DAC128V<td>2-8<td>2-9
<td><a href="http://cars.uchicago.edu/software/epics/dac128VReleaseNotes.html">release notes</a>
<tr><td>DELAYGEN<td>1-1-1<td>1-1-2
<td><a href="http://www.aps.anl.gov/bcda/synApps/delaygen/delaygen_notes.html">release notes</a>
<tr><td>DEVIOCSTATS<td>3-1-13<td>3-1-15
<td><a href="http://www.slac.stanford.edu/grp/ssrl/spear/epics/site/devIocStats/RELEASE_NOTES">release notes</a>
<P>configure/RELEASE modified to work with synApps' "make release" build command.
<tr><td>DXP<td>3-4<td>5-0
<td><a href="http://cars.uchicago.edu/software/epics/dxpReleaseNotes.html">release notes</a>
<tr><td>DXPSITORO<td>-<td>1-1
<td>New Module
<tr><td>IP<td>2-17<td>2-19-1
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/ip/blob/R2-19/documentation/ipReleaseNotes.html">release notes</a>
<tr><td>IP330<td>2-8<td>2-9
<td><a href="http://cars.uchicago.edu/software/epics/ip330ReleaseNotes.html">release notes</a>
<tr><td>IPAC<td>2-13<td>2-15
<td><a href="https://github.com/epics-modules/ipac/wiki">release notes</a>
<tr><td>IPUNIDIG<td>2-10<td>2-11
<td><a href="http://cars9.uchicago.edu/software/epics/ipUnidigReleaseNotes.html">release notes</a>
<tr><td>LOVE<td>3-2-5<td>3-2-6
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/love/blob/R3-2-6/documentation/loveReleaseNotes.html">release notes</a>
<tr><td>LUA<td>-<td>1-2-2
<td>New Module
<tr><td>MCA<td>7-6<td>7-7
<td><a href="http://cars.uchicago.edu/software/epics/mcaReleaseNotes.html">release notes</a>
<tr><td>MEASCOMP<td>1-1<td>2-1
<td><a href="http://cars.uchicago.edu/software/epics/measCompReleaseNotes.html">release notes</a>
<tr><td>MODBUS<td>2-7<td>2-10-1
<td><a href="http://cars.uchicago.edu/software/epics/modbusReleaseNotes.html">release notes</a>
<tr><td>MOTOR<td>6-9<td>6-10-1
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/motor/blob/R6-10-1/documentation/motor_release.html">release notes</a>
<tr><td>OPTICS<td>2-9-3<td>2-13-1
<td> <a href="http://htmlpreview.github.io/?https://github.com/epics-modules/optics/blob/R2-13-1/documentation/opticsReleaseNotes.html">release notes</a>
<tr><td>QUADEM<td>5-0<td>9-1
<td> <a href="http://cars.uchicago.edu/software/epics/quadEMReleaseNotes.html">release notes</a>
<tr><td>SNCSEQ<td>2-2-1<td>2-2-5
<td><a href="https://www-csr.bessy.de/control/SoftDist/sequencer/ReleaseNotes-2-2.html#release-notes-2-2-5">release notes</a>
<tr><td>SOFTGLUE<td>2-4-3<td>2-8-1
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/softGlue/blob/R2-8-1/documentation/softGlueReleaseNotes.html">release notes</a>
<tr><td>SOFTGLUEZYNQ<td>-<td>2-0-1
<td>New Module
<tr><td>SSCAN<td>2-10-1<td>2-11-1
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/sscan/blob/R2-11-1/documentation/sscanReleaseNotes.html">release notes</a>
<tr><td>STD<td>3-4<td>3-5
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/std/blob/R3-5/documentation/stdReleaseNotes.html">release notes</a>
<tr><td>STREAM<td>2-6a<td>2-7-7b
<td>StreamDevice at commit 76115ae
<tr><td>VAC<td>1-5-1<td>1-7
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/vac/blob/R1-7/documentation/vacReleaseNotes.html">release notes</a>
<tr><td>VME<td>2-8-2<td>2-9
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/vme/blob/R2-9/documentation/vmeReleaseNotes.html">release notes</a>
<tr><td>XXX<td>5-8-3<td>6-0
<td><a href="http://htmlpreview.github.io/?https://github.com/epics-modules/xxx/blob/R6-0/documentation/xxxReleaseNotes.html">release notes</a>
<tr><td>YOKOGAWA_DAS<td>-<td>1-0-0
<td>New Module
</table>
</ul>
<body bgcolor="#FFFFFF">
<h1 align="center">synApps 5.8 Release Notes</h1>
<ul>
<P>This version of synApps is compatible with both base 3.14.12 and 3.15.1. In
the default build, none of the modules take advantage of features in 3.15 that
are not backward compatible with 3.14. Beginning with synApps 6.0, modules will
no longer be required to work with base 3.14.
<li>
<h2>Version changes from R5-7 to R5-8</h2>
<table border>
<tr><td>module<td>old version<td>new version
<td>notes
<tr><td>EPICS_BASE<td>3.14.12.3<td>3.14.12.4 or 3.15.1
<td>
<tr><td>ALIVE<td>-<td>1-0
<td>new module
<tr><td>ALLEN_BRADLEY<td>2-2<td>2-3
<td>
<tr><td>AREA_DETECTOR<br>ADCORE<br>ADBINARIES<td>1-9-1<br> <br> <td>R2-0<br>R2-2<br>R2-2
<td><a href="https://github.com/areaDetector/areaDetector/blob/master/RELEASE.md">release notes</a>
<P>configure/RELEASE files modified to work with synApps "make release" build command.
<P>Note that synApps contains only ADCore and ADBinaries, because those modules require no vendor-supplied support. Other modules are available from <a href="https://github.com/areaDetector/areaDetector">areaDetector on github</a>
<P>The copy in the synApps tar file has been modified:
<ul>
<li>Makefile: "DIRS := $(DIRS) ADBinaries" -> "DIRS := $(DIRS) $(ADBINARIES)", and so on
<li>RELEASE files have all been changed to support synApps "make release"
<li>NDPluginSupport.dbd modified to add a newline to the last line (needed for 3.15.1).
</ul>
<tr><td>ASYN<td>4-21<td>4-26
<td><a href="http://www.aps.anl.gov/epics/modules/soft/asyn/R4-26/RELEASE_NOTES.html">release notes</a>
<tr><td>AUTOSAVE<td>5-1<td>5-6-1
<td><a href="http://www.aps.anl.gov/bcda/synApps/autosave/autosaveReleaseNotes.html">release notes</a>
<tr><td>BUSY<td>1-6<td>1-6-1
<td><a href="http://www.aps.anl.gov/bcda/synApps/busy/busyReleaseNotes.html">release notes</a>
<tr><td>CALC<td>3-2<td>3-4-2-1
<td><a href="http://www.aps.anl.gov/bcda/synApps/calc/calcReleaseNotes.html">release notes</a>
</ul>
<tr><td>CAMAC<td>2-7<td>2-7
<td>devCamacInclude.dbd modified to include stdSupport.dbd, (because std changed).
<tr><td>CAPUTRECORDER<td>-<td>1-4-2
<td>new module
<tr><td>DAC128V<td>2-7<td>2-8
<td><a href="https://cars.uchicago.edu/software/epics/dac128VDoc.html">release notes</a>
<tr><td>DELAYGEN<td>1-1-0<td>1-1-1
<td><a href="http://www.aps.anl.gov/bcda/synApps/delaygen/delaygen_notes.html">release notes</a>
<tr><td>DEVIOCSTATS<td>3-1-7<td>3-1-13
<td><a href="http://www.slac.stanford.edu/grp/cd/soft/epics/site/devIocStats/RELEASE_NOTES">release notes</a>
<P>configure/RELEASE modified to work with synApps' "make release" build command.
<tr><td>DXP<td>3-2<td>3-4
<td><a href="https://cars.uchicago.edu/software/epics/dxpReleaseNotes.html">release notes</a>
<tr><td>IP<td>2-14<td>2-17
<td><a href="http://www.aps.anl.gov/bcda/synApps/ip/ipReleaseNotes.html">release notes</a>
<tr><td>IP330<td>2-7<td>2-8
<td><a href="https://cars.uchicago.edu/software/epics/ip330ReleaseNotes.html">release notes</a>
<tr><td>IPAC<td>2-12<td>2-13
<td><a href="https://svn.aps.anl.gov/trac/epics/ipac/wiki/V2.13">release notes</a>
<P>drvIpac/drvIpac.dbd modified to specify IP carrier types
<tr><td>IPUNIDIG<td>2-9<td>2-10
<td><a href="http://cars9.uchicago.edu/software/epics/ipUnidigReleaseNotes.html">release notes</a>
<tr><td>LOVE<td>3-2-5<td>3-2-5
<td><a href="http://www.aps.anl.gov/bcda/synApps/love/loveReleaseNotes.html">release notes</a>
<tr><td>MCA<td>7-4<td>7-6
<td><a href="https://cars.uchicago.edu/software/epics/mcaReleaseNotes.html">release notes</a>
<tr><td>MEASCOMP<td>1-0<td>1-1
<td><a href="https://cars.uchicago.edu/software/epics/measCompReleaseNotes.html">release notes</a>
<tr><td>MODBUS<td>2-4<td>2-7
<td><a href="https://cars.uchicago.edu/software/epics/modbusReleaseNotes.html">release notes</a>
<tr><td>MOTOR<td>6-8<td>6-9
<td><a href="http://www.aps.anl.gov/bcda/synApps/motor/R6-9/motor_release.html">release notes</a>
<P>motorApp/Makefile modified to specify motor-controller types
<tr><td>OPTICS<td>2-9-1<td>2-9-3
<td> <a href="http://www.aps.anl.gov/bcda/synApps/optics/opticsReleaseNotes.html">release notes</a>
<tr><td>QUADEM<td>4-0<td>5-0
<td> <a href="https://cars.uchicago.edu/software/epics/quadEMReleaseNotes.html">release notes</a>
<tr><td>SNCSEQ<td>2-1-13<td>2-1-18 or 2-2-1
<td><a href="http://www-csr.bessy.de/control/SoftDist/sequencer/Installation.html">release notes</a>
<tr><td>SOFTGLUE<td>2-3<td>2-4-3
<td><a href="http://www.aps.anl.gov/bcda/synApps/softGlue/softGlueReleaseNotes.html">release notes</a>
<tr><td>SSCAN<td>2-9<td>2-10-1
<td><a href="http://www.aps.anl.gov/bcda/synApps/sscan/sscanReleaseNotes.html">release notes</a>
<tr><td>STD<td>3-2<td>3-4
<td><a href="http://www.aps.anl.gov/bcda/synApps/std/stdReleaseNotes.html">release notes</a>
<tr><td>STREAM<td>2-6<td>2-6a<td>
StreamDevice 2.6 with modifications:
<ul>
<li>Packaged into an EPICS module
<li>Modified with patches from the <a href="http://epics.web.psi.ch/software/streamdevice/">web site</a>, and with fixes in our local repository
<li>streamDevice/Makefile modified to disable build of streamApp, which breaks
the RTEMS build, because stream depends on calc, which now depends on the
sequencer.
</ul>
<tr><td>VAC<td>1-4-1<td>1-5-1
<td><a href="http://www.aps.anl.gov/bcda/synApps/vac/vacReleaseNotes.html">release notes</a>
<tr><td>VME<td>2-8-1<td>2-8-2
<td><a href="http://www.aps.anl.gov/bcda/synApps/vme/vmeReleaseNotes.html">release notes</a>
<tr><td>XXX<td>5-7-1<td>5-8-3
<td><a href="http://www.aps.anl.gov/bcda/synApps/xxx/xxxReleaseNotes.html">release notes</a>
</table>
</ul>
<h1 align="center">synApps 5.7 Release Notes</h1>
<ul>
<li>The build was modified so it's possible to to things like "make uninstall"
from the support directory, and still build configure (so CHECK_RELEASE is done).
<li>Added caQtDM displays
</ul>
<h2>Version changes from R5-6 to R5-7</h2>
<table border>
<tr><td>module<td>old version<td>new version
<td>highlights, comments
<tr><td>EPICS_BASE<td>3.14.12.1<td>3.14.12.3
<td>
<tr><td>ALLEN_BRADLEY<td>2-2<td>2-2
<td>
<tr><td>AREA_DETECTOR<td>1-8beta1<td>1-9-1
<td>systemic changes <a href="http://cars9.uchicago.edu/software/epics/areaDetectorReleaseNotes.html">release notes</a>
<tr><td>ASYN<td>4-18<td>4-21
<td>systemic changes <a href="http://www.aps.anl.gov/epics/modules/soft/asyn/R4-21/RELEASE_NOTES.html">release notes</a>
<tr><td>AUTOSAVE<td>4-8<td>5-1
<td>bug fixes, configMenu <a href="http://www.aps.anl.gov/bcda/synApps/autosave/autosaveReleaseNotes.html">release notes</a>
<tr><td>BUSY<td>1-4<td>1-6
<td>minor changes <a href="http://www.aps.anl.gov/bcda/synApps/busy/busyReleaseNotes.html">release notes</a>
<tr><td>CALC<td>2-9<td>3-2
<td><ul>
<li>80-character calc expressions
<li>store operator (":=") in string and array calcs
<li>sseq record moved from std to calc
<li>acalcout records expression evaluator is now reentrant
<li><a href="http://www.aps.anl.gov/bcda/synApps/calc/calcReleaseNotes.html">release notes</a>
</ul>
<tr><td>CAMAC<td>2-7<td>2-7
<td>
<tr><td>DAC128V<td>2-7<td>2-7
<td>
<tr><td>DELAYGEN<td>1-0-7<td>1-1-0
<td>minor changes <a href="http://www.aps.anl.gov/bcda/synApps/delaygen/delaygen_notes.html">release notes</a>
<tr><td>DEVIOCSTATS<td>3-1-7<td>3-1-7
<td>
<tr><td>DXP<td>3-1<td>3-2
<td><a href="https://cars.uchicago.edu/software/epics/dxpReleaseNotes.html">release notes</a>
<tr><td>IP<td>2-13<td>2-14
<td>minor changes <a href="http://www.aps.anl.gov/bcda/synApps/ip/ipReleaseNotes.html">release notes</a>
<tr><td>IP330<td>2-7<td>2-7
<td>
<tr><td>IPAC<td>2-11<td>2-12?
<td>?
<tr><td>IPUNIDIG<td>2-9<td>2-9
<td>
<tr><td>LOVE<td>3-2-5<td>3-2-5
<td>
<tr><td>MCA<td>7-1<td>7-4
<td><a href="https://cars.uchicago.edu/software/epics/mcaReleaseNotes.html">release notes</a>
<tr><td>MEASCOMP<td>-<td>1-0
<td>new module
<tr><td>MODBUS<td>2-3<td>2-4
<td><a href="https://cars.uchicago.edu/software/epics/modbusReleaseNotes.html">release notes</a>
<tr><td>MOTOR<td>6-7<td>6-8
<td><a href="http://www.aps.anl.gov/bcda/synApps/motor/R6-8/motor_release.html">release notes</a>
<tr><td>OPTICS<td>2-8-1<td>2-9-1
<td>new XIA filter support <a href="http://www.aps.anl.gov/bcda/synApps/optics/opticsReleaseNotes.html">release notes</a>
<tr><td>QUADEM<td>2-6<td>4-0
<td>systemic changes <a href="https://cars.uchicago.edu/software/epics/quadEMReleaseNotes.html">release notes</a>
<tr><td>SNCSEQ<td>2-1-3<td>2-1-13
<td>systemic changes
<tr><td>SOFTGLUE<td>2-2<td>2-3
<td><a href="http://www.aps.anl.gov/bcda/synApps/softGlue/softGlueReleaseNotes.html">release notes</a>
<tr><td>SSCAN<td>2-7<td>2-9
<td><a href="http://www.aps.anl.gov/bcda/synApps/sscan/sscanReleaseNotes.html">release notes</a>
<tr><td>STD<td>3-1<td>3-2
<td><a href="http://www.aps.anl.gov/bcda/synApps/std/stdReleaseNotes.html">release notes</a>
<tr><td>STREAM<td>2-5-1<td>2-6<td>
StreamDevice 2.6
<tr><td>VAC<td>1-4<td>1-4-1
<td><a href="http://www.aps.anl.gov/bcda/synApps/vac/vacReleaseNotes.html">release notes</a>
<tr><td>VME<td>2-8<td>2-8-1
<td><a href="http://www.aps.anl.gov/bcda/synApps/vme/vmeReleaseNotes.html">release notes</a>
<tr><td>XXX<td>5-6<td>5-7-1
<td><a href="http://www.aps.anl.gov/bcda/synApps/xxx/xxxReleaseNotes.html">release notes</a>
</table>
<!-------------------------------------------------------------------------------->
<h1 align="center">synApps 5.6 Release Notes</h1>
<h2>Version changes from R5-5 to R5-6</h2>
<table border>
<tr><td>module<td>old version<td>new version
<td>highlights, comments
<tr><td>EPICS_BASE<td>3.14.11<td>3.14.12.1
<td>
<tr><td>ALLEN_BRADLEY<td>09092009<td>2-2
<td>
<tr><td>AREA_DETECTOR<td>synApps_5_5<td>1-8beta1
<td>systemic changes
<tr><td>ASYN<td>4-13<td>4-18
<td>systemic changes
<tr><td>AUTOSAVE<td>4-6<td>4-8
<td>systemic changes
<tr><td>BUSY<td>1-3<td>1-4
<td>minor changes
<tr><td>CALC<td>2-8<td>2-9
<td>minor changes
<tr><td>CAMAC<td>2-6<td>2-7
<td>minor changes
<tr><td>DAC128V<td>2-6<td>2-7
<td>minor changes
<tr><td>DELAYGEN<td>1-0-5<td>1-0-7
<td>minor changes
<tr><td>DEVIOCSTATS<td>-<td>3-1-7
<td>new module
<tr><td>DXP<td>synApps_5_5<td>3-1
<td>significant changes
<tr><td>IP<td>2-10<td>2-13
<td>minor changes
<tr><td>IP330<td>2-6<td>2-7
<td>minor changes
<tr><td>IPAC<td>2-11<td>2-11
<td>no changes
<tr><td>IPUNIDIG<td>2-7<td>2-9
<td>minor changes
<tr><td>LOVE<td>3-2-4<td>3-2-5
<td>minor changes
<tr><td>MCA<td>synApps_5_5<td>7-1
<td>significant changes
<tr><td>MODBUS<td>2-0<td>2-3
<td>minor changes
<tr><td>MOTOR<td>6-5<td>6-7
<td>significant changes
<tr><td>OPTICS<td>2-7<td>2-8-1
<td>significant changes
<tr><td>QUADEM<td>2-4-1<td>2-6
<td>minor changes
<tr><td>SNCSEQ<td>2-0-12<td>2-1-3
<td>systemic changes
<tr><td>SOFTGLUE<td>1-0<td>2-2
<td>new module
<tr><td>SSCAN<td>2-6-6<td>2-7
<td>significant changes
<tr><td>STD<td>2-8<td>3-1
<td>significant changes
<tr><td>STREAM<td>2-4-1<td>2-5-1<td>
StreamDevice 2.5 (re-release from 9/19/2011) with minor modifications
<tr><td>VAC<td>1-3<td>1-4
<td>minor changes;
<tr><td>VME<td>2-7<td>2-8
<td>minor changes
<tr><td>VXSTATS<td>1-7-2h<td>1-7-2h
<td>deprecated, replaced by devIocStats
<tr><td>XXX<td>5-5<td>5-6
<td>significant changes
</table>
<h1 align="center">synApps 5.5.1 Release Notes</h1>
<h2>Version changes from R5-5 to R5-5-1</h2>
<table border>
<tr><td>module<td>old version<td>new version<highlights>
<tr><td>EPICS_BASE<td>3.14.11<td>3.14.11<td>
<tr><td>ALLEN_BRADLEY<td>09092009<td>09092009<td>
<tr><td>AREA_DETECTOR<td>synApps_5_5<td>1-6<td>PerkinElmer, EPICS_AD_Viewer, marCCD (manual,TwoTheta, baseline stabilization), NDPluginStats, Bruker APEX2, FastSweep, new plugins, FindingAreaComponents
<tr><td>ASYN<td>4-13<td>4-14<td>asynPortDriver, testIPServerApp, vxi11, asynDriver(SyncIO, connection management)
<tr><td>AUTOSAVE<td>4-6<td>4-7<td>bug fix for array valued PV's
<tr><td>BUSY<td>1-3<td>1-3<td>
<tr><td>CALC<td>2-8<td>2-8<td>
<tr><td>CAMAC<td>2-6<td>2-6<td>
<tr><td>DAC128V<td>2-6<td>2-6<td>
<tr><td>DELAYGEN<td>1-0-5<td>1-0-5<td>
<tr><td>DXP<td>synApps_5_5<td>3-0<td>
<tr><td>IP<td>2-10<td>2-10<td>
<tr><td>IP330<td>2-6<td>2-7<td>
<tr><td>IPAC<td>2-11<td>2-11<td>
<tr><td>IPUNIDIG<td>2-7<td>2-7<td>
<tr><td>LOVE<td>3-2-4<td>3-2-4<td>
<tr><td>MCA<td>synApps_5_5<td>6-12-1<td>mcaSISSupport.dbd changed to mcaSTR7201Support.dbd, docs, drvFastSweep
<tr><td>MODBUS<td>2-0<td>2-0<td>
<tr><td>MOTOR<td>6-5<td>6-5-1<td>Aerotech Ensemble, OMS MAXv, OMS MAXnet
<tr><td>OPTICS<td>2-7<td>2-7<td>
<tr><td>QUADEM<td>2-4-1<td>2-4-1<td>
<tr><td>SNCSEQ<td>2-0-12<td>2-0-12<td>
<tr><td>SOFTGLUE<td>1-0<td>2-0<td>load FPGA; Drag-And-Drop signal connect; name*, 0!, 1! syntax; interrupts; docs
<tr><td>SSCAN<td>2-6-6<td>2-6-7<td>bug fix: fly scans with no det triggers;
<tr><td>STD<td>2-8<td>2-9<td>
<tr><td>STREAM<td>2-4-1<td>20100615<td>
<tr><td>VAC<td>1-3<td>1-3<td>
<tr><td>VME<td>2-7<td>2-7<td>
<tr><td>VXSTATS<td>1-7-2h<td>1-7-2h<td>
<tr><td>XXX<td>5-5<td>5-5-1<td>
</table>
<P>Build notes
<ul>
<li>softGlue 1.1+ doesn't always build correctly when make is run with the "-j"
option (parallel make). The problem is in base/configure/RULES.Db, which uses
the same temporary file name, msi.tmp, for every invocation of msi. Replacing
"msi.tmp" with "$*.tmp" in RULES.Db fixes the problem.
<li>On my solaris machine, apex2Src/Makefile needed the following lines added:
<pre>
# solaris
apex2DetectorApp_LIBS_solaris += NeXus hdf5_cpp hdf5
apex2DetectorApp_SYS_LIBS_solaris += tiff
apex2DetectorApp_LIBS_solaris += jpeg sz z
</pre>
<li>On my linux-x86_64 machine, apex2Src didn't build until I added the following
lines to configure/CONFIG:
<pre>
ifeq (Linux, $(OS_CLASS))
SHARED_LIBRARIES=NO
endif
</pre>
</ul>
<h1 align="center">synApps 5.5 Release Notes</h1>
<h2>Version changes from R5-4-2 to R5-5</h2>
<table border>
<tr><td>module<td>old version<td>new version
<tr><td>EPICS_BASE<td>3.14.10<td>3.14.11
<tr><td>ALLEN_BRADLEY<td>2-1<td>09092009
<tr><td>AREA_DETECTOR<td>1-4<td>synApps_5_5 (1-6 when tagged)
<tr><td>ASYN<td>4-10<td>4-13
<tr><td>AUTOSAVE<td>4-5<td>4-6
<tr><td>BUSY<td>1-2<td>1-3
<tr><td>CALC<td>2-6-7<td>2-8
<tr><td>CAMAC<td>2-5<td>2-6
<tr><td>DAC128V<td>2-4<td>2-6
<tr><td>DELAYGEN<td>1-0-3<td>1-0-5
<tr><td>DXP<td>2-9<td>synApps_5_5 (3-0 when tagged)
<tr><td>IP<td>2-9<td>2-10
<tr><td>IP330<td>2-5<td>2-6
<tr><td>IPAC<td>2-10<td>2-11
<tr><td>IPUNIDIG<td>2-6<td>2-7
<tr><td>LOVE<td>3-2-4<td>3-2-4
<tr><td>MCA<td>6-11<td>synApps_5_5 (6-12 when tagged)
<tr><td>MODBUS<td>1-3<td>2-0
<tr><td>MOTOR<td>6-4-3<td>6-5
<tr><td>OPTICS<td>2-6-1<td>2-7
<tr><td>QUADEM<td>2-4<td>2-4-1
<tr><td>SNCSEQ<td>2-0-12<td>2-0-12
<tr><td>SOFTGLUE<td>-<td>1-0
<tr><td>SSCAN<td>2-6-5<td>2-6-6
<tr><td>STD<td>2-7<td>2-8
<tr><td>STREAM<td>2-4<td>2-4-1
<tr><td>VAC<td>1-2<td>1-3
<tr><td>VME<td>2-6<td>2-7
<tr><td>VXSTATS<td>1-7-2g<td>1-7-2h
<tr><td>XXX<td>5-4<td>5-5
</table>
<h1 align="center">synApps 5.4.2 Release Notes</h1>
<h2>Module changes from R5-4-1 to R5-4-2</h2>
<table border>
<tr><td>SSCAN<td>2-6-4<td>2-6-5
</table border>
<P>Minor improvements in utils/convertIocFiles, and utils/mdaExplorer
<h1 align="center">synApps 5.4.1 Release Notes</h1>
<h2>Module changes from R5-4 to R5-4-1</h2>
<table border>
<tr><td>DELAYGEN<td>1-0-2<td>1-0-3
<tr><td>MOTOR<td>6-4-2<td>6-4-3
<tr><td>OPTICS<td>2-6<td>2-6-1
<tr><td>SSCAN<td>2-6-3<td>2-6-4
</table border>
<h1 align="center">synApps 5.4 Release Notes</h1>
<h2>Module changes from R5-3 to R5-4</h2>
<P>The most obvious change is that the directory in which you build
synApps has changed from support/config to support. The support/config
directory is no longer used. support/configure is now used instead.
<table border>
<tr><th>Module<th>R5-3<th>R5-4
<tr><td>EPICS_BASE<td>3.14.8.2<td>3.14.10
<tr><td colspan=3>synApps modules
<tr><td>AREADETECTOR<td>N.A.<td>1-4
<tr><td>AUTOSAVE<td>4-4<td>4-5
<tr><td>BUSY<td>N.A.<td>1-2
<tr><td>CALC<td>2-6-7<td>2-7
<tr><td>CAMAC<td>2-5<td>2-5
<tr><td>CCD<td>1-8<td>1-10
<tr><td>DAC128V<td>2-4<td>2-4
<tr><td>DELAYGEN<td>N.A.<td>1-0-2
<tr><td>DXP<td>2-8-1<td>2-9
<tr><td>EBRICK<td>2-2-2<td>2-2-3
<tr><td>IP<td>2-8<td>2-9
<tr><td>IP_USE<td>N.A.<td>2-9
<tr><td>IP330<td>2-5<td>2-5
<tr><td>IPUNIDIG<td>2-5<td>2-6
<tr><td>LOVE<td>3-2-3<td>3-2-4
<tr><td>MCA<td>6-11<td>6-11
<tr><td>MODBUS<td>1-2<td>1-3
<tr><td>MOTOR<td>6-3<td>6-4-2
<tr><td>OPTICS<td>2-6<td>2-6
<tr><td>PILATUS<td>1-5<td>1-6
<tr><td>QUADEM<td>2-4<td>2-4
<tr><td>SSCAN<td>2-6<td>2-6-3
<tr><td>STD<td>2-6<td>2-7
<tr><td>VAC<td>1-1<td>1-2
<tr><td>VME<td>2-5<td>2-6
<tr><td colspan=3>Included non-synApps modules
<tr><td>ALLEN_BRADLEY<td>2-1<td>2-1
<tr><td>ASYN<td>4-6<td>4-10
<tr><td>GENSUB<td>1-6a<td>N.A.
<tr><td>IPAC<td>2-8<td>2-10
<tr><td>SNCSEQ<td>2-0-11<td>2-0-12
<tr><td>STREAM<td>2-2<td>2-4
<tr><td>VXSTATS<td>1-7-2e<td>1-7-2g
</table>
<P> Modules named '<name>_USE' are examples, split off
from <name> to remove dependencies that are not needed when the modules
are used only to provide support (and not to also implement an example of
that support). For modules that do not have an example, see the xxx module.
<h3>areaDetector</h3>
<blockquote>
New module
</blockquote>
<h3>asyn</h3>
<blockquote>
Switched from version 4.6 to 4.10
</blockquote>
<h3>autosave</h3>
<blockquote>
<h4>4.5</h4>
<ul>
<li> Previously, autosave restored auto_positions.sav and auto_settings.sav
if no save file had been specified in a call to set_pass<i>n</i>_restoreFile().
Now, autosave does not restore anything you don't tell it to restore.
<li>Can now build with tornado 2.2.2.
<li>save_restore.c:write_it() was calling open(), fdopen(), fclose(), and
close(), in that order, and this worked routinely. However, some doc suggests
close() should not be called, and we found a task suspended in the close() call,
so the call has been deleted.
</ul>
<h4>4.4</h4>
<ul>
<li>If file close fails, retry once. (Previously, would retry up to 100 times.)
<li>If file write (including close) fails, retry after save_restoreRetrySeconds
(default value is 60 seconds). Previously, would retry only after the file
system was remounted, or the next time the set was triggered.
<li>New function save_restoreSet_RetrySeconds(int seconds).
<li>Don't copy .sav file to .sav<n> (i.e., don't write sequence files) if .sav
file write failed.
<li>new function save_restoreSet_UseStatusPVs(int ok)
<li>allow save-file name with more than one embedded '.' character.
</ul>
</blockquote>
<h3>busy</h3>
<blockquote>
<h4>1.2</h4>
New module
</blockquote>
<h3>calc</h3>
<blockquote>
<h4>2.7</h4>
<ul>
<li>Instead of the genSub record, the calc module now uses the aSub record
in EPICS base (3.14.10 and higher). Thanks to Eric Norum for detailing the
required changes.
<li>transform record exports transformRecordDebug, and calcSupport.dbd names it.
<li>new .adl files yyArrayCalc*.adl
<li>CalcRecord*.adl: deleted link-valid fields, which don't exist for calc record.
</ul>
</blockquote>
<h3>camac</h3>
<blockquote>
No changes
</blockquote>