Skip to content

Commit a198930

Browse files
committed
# MiniPlex version 0.3.3
## 0.3.3 * ProtoConv updates: * DNP3 frame checking fixes * Serial port write queuing * Write queue size cmdline option * DNP3 transport fragment re-ordering * ProtoConv and MiniPlex: * UDP performance improvements, and cmdline option for changing rcv buffer size socket option
1 parent 3865609 commit a198930

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if(NOT WIN32)
1010
endif()
1111

1212
project(MiniPlex LANGUAGES CXX)
13-
add_definitions(-DMP_VERSION="0.3.2")
13+
add_definitions(-DMP_VERSION="0.3.3")
1414

1515
file(GLOB ${PROJECT_NAME}_SRC src/*.cpp src/*.h)
1616

RELEASE_NOTES

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# MiniPlex version 0.3.2
1+
# 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:
10+
* UDP performance improvements, and cmdline option for changing rcv buffer size socket option
211

312
## 0.3.2
413
* Release notes update

0 commit comments

Comments
 (0)