summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index d3ca8bf6..d74f9dae 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4863,3 +4863,6 @@ Video Disk Recorder Revision History
- Fixed converting the port number in the "connect from..." log message of SVDRP
(thanks to Ville Skyttä).
+- Made the cCiSession members sessionId and resourceId uint16_t and uint32_t,
+ respectively, to match their types in the CI session data (thanks to Ville Skyttä
+ for reporting that there are places where ntohs() is assigned to different types).