@@ -7,6 +7,67 @@ starting with version 3.7.12.0.
7
7
8
8
Older Logs can be found in ` docs/RELEASE-NOTES-* ` .
9
9
10
+ ## [ 3.8.4.0] - 2021-09-12
11
+
12
+ API is compatible with C++ code written against previous v3.8 releases.
13
+
14
+ ABI (link time) compatibility is not guaranteed. Out-of-tree C++ code
15
+ linked to previous v3.8 releases should be rebuilt against this version.
16
+
17
+ ### Changed
18
+
19
+ #### GRC
20
+
21
+ - Fix drag and drop issue with Quartz
22
+ - Fix desync when dragging block
23
+ - Update disabled blocks if they depend on others
24
+ - Allow short and byte as valid types in an enum
25
+ - Fix evaluation of interdependent variables
26
+
27
+ #### modtool
28
+
29
+ - Set VERSION_PATH to 0 in new modules, instead of using GIT rev
30
+ - For Python3, return correct exeption ModuleNotFoundError instead of ImportError
31
+
32
+ #### gr-blocks
33
+
34
+ - New Matrix Interleaver block
35
+
36
+ #### gr-channels
37
+
38
+ - Fix "hide" expressions in yml files
39
+
40
+ #### gr-digital
41
+
42
+ - Remove unused msg output port from Chunks To Symbols block yml
43
+
44
+ #### gr-fft
45
+
46
+ - Add "shift" parameter to Log Power FFT
47
+
48
+ #### gr-qtgui
49
+
50
+ - Fix: tags on the last sample were not shown
51
+
52
+ #### gr-video-sdl
53
+
54
+ - Fix: U and V channels were reversed on sink blocks
55
+
56
+ At LEAST the following authors contributed to this release.
57
+
58
+ - Adrien Michel
< [email protected] >
59
+ - David Winter <
[email protected] >
60
+ - Emmanuel Blot <
[email protected] >
61
+ - Håkon Vågsether
< [email protected] >
62
+ - Jared Dulmage <
[email protected] >
63
+
64
+
65
+
66
+ - Marcus Müller
< [email protected] >
67
+ - Martin Braun
< [email protected] >
68
+ - Ron Economos
< [email protected] >
69
+ - Volker Schroer
70
+
10
71
## [ 3.8.3.1] - 2021-06-10
11
72
12
73
This is a PATCH level revision. The API is compatible with C++ code written for previous v3.8 releases. ABI (shared library signature) is intended to be compatible, so code linked against v3.8.3.0 should not require recompilation.
0 commit comments