mirror of https://github.com/schoebel/mars
all: release mars0.1astable161
This commit is contained in:
parent
0ef35060f4
commit
150b43faaf
11
ChangeLog
11
ChangeLog
|
@ -182,6 +182,17 @@ Changelog for series 0.1a:
|
|||
fixed during the preparation phase. I am releasing them
|
||||
for the currently supported stable upstream kernels.
|
||||
|
||||
mars0.1astable161
|
||||
(bugfix release)
|
||||
* Major fix: rmmod could hang when certain preconditions were met.
|
||||
Rarely observed in thorough testing was an rmmod during sync.
|
||||
Workaround was possible by anything closing the established state
|
||||
of a leftover TCP conncetion, like rmmod at the other side.
|
||||
Now socket shutdown is done by mars.ko.
|
||||
* Major fix: modprobe could lead to an unfortunate initialization
|
||||
order, potentially resulting in some kernel memory issues.
|
||||
* Minor cleanups.
|
||||
|
||||
mars0.1astable160
|
||||
* Minor non-functional improvements of client/server bricks
|
||||
and their communicatiopn behaviour. Testing did not reveal
|
||||
|
|
Loading…
Reference in New Issue