Skip to content

Commit e9a145f

Browse files
committed
📝 improve changelog, make scripts executable
1 parent a9d01ef commit e9a145f

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

bin/aarch64-build.sh

100644100755
File mode changed.

bin/armv7l-build.sh

100644100755
File mode changed.

docs/source/changelog.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ Features
1212
Fixes
1313
^^^^^^
1414

15-
- return to default connection parameters from lib60870 (10s,15s,10s)
15+
- return to default connection parameters from lib60870 (10s,15s,10s) #48, #51, #56
1616
- increase default (connection) command timeout from 100ms to 10000ms to fit to connection parameters
1717
- increase default (server) select timeout from 100ms to 10000ms to fit to connection parameters
18-
- fix server uses correct cause of transmission for interrogation response #57
19-
- fix server responds only with last station to general interrogation
20-
- fix all periodic tasks (periodic monitoring reports, selection timeout)
18+
- fix sending multiple messages for a batch, if maximum ASDU size exceeded #52
19+
- fix server uses correct cause of transmission for interrogation response #53, #57
20+
- fix server responds only with last station to general interrogation #54
21+
- fix all periodic tasks (periodic monitoring reports, selection timeout) #52
2122
- Connection interrogation command to global common address blocks until all stations send ACT_TERM, not just first station
22-
- fix docstring for c104.ProtocolParameters timings: unit is seconds not milliseconds
23+
- fix docstring for c104.ProtocolParameters timings: unit is seconds not milliseconds #48
2324
- support try-except blocks in callbacks instead of catching all errors and removing the callback
2425
- prevent invalid pointer access from lib60870 callbacks
2526
- setting **Point.value** will raise ValueError if info is readonly

0 commit comments

Comments
 (0)