We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3865609 commit a198930Copy full SHA for a198930
CMakeLists.txt
@@ -10,7 +10,7 @@ if(NOT WIN32)
10
endif()
11
12
project(MiniPlex LANGUAGES CXX)
13
-add_definitions(-DMP_VERSION="0.3.2")
+add_definitions(-DMP_VERSION="0.3.3")
14
15
file(GLOB ${PROJECT_NAME}_SRC src/*.cpp src/*.h)
16
RELEASE_NOTES
@@ -1,4 +1,13 @@
1
-# MiniPlex version 0.3.2
+# MiniPlex version 0.3.3
2
+
3
+## 0.3.3
4
+ * ProtoConv updates:
5
+ * DNP3 frame checking fixes
6
+ * Serial port write queuing
7
+ * Write queue size cmdline option
8
+ * DNP3 transport fragment re-ordering
9
+ * ProtoConv and MiniPlex:
+ * UDP performance improvements, and cmdline option for changing rcv buffer size socket option
## 0.3.2
* Release notes update
0 commit comments