all: release light0.2beta3.0

This commit is contained in:
Thomas Schoebel-Theuer 2015-10-22 07:53:30 +02:00
parent bc6b2ea6a8
commit 55788bb1a3
1 changed files with 31 additions and 0 deletions

View File

@ -93,6 +93,37 @@ Release Conventions / Branches / Tagnames
-----------------------------------
Changelog for series 0.2:
light0.2beta3.0
--------
* Include all fixes from light0.1stable20.
* Minor fixes: memory leak; possible (but not really observed)
deadlock in new socket bundling code.
light0.2beta2.0
--------
* New feature: LZO compression of network bulk data.
* Various Fixes.
* Minor doc updates.
light0.2beta1.0
--------
* New feature: socket bundling. Measurements show major network
performance improvements when running over highly congested
shared network lines.
* New network protocol: future-proof for mixed operations between
different processor architectures. Self-adaptive. Allows mixed
operations of different MARS versions even when new features
have been incorporated into the network protocol.
* New option: backward compatibility to the old protocol.
For transitional purposes (may be removed some day).
* Some minor code cleanups. Much more to come later.
* Doc: describe the bundling feature, performance results for
various settings.
* Sorry, this release was buggy because some WIP patches went
into it by accident. Fixed later by factoring out these patches
into branch WIP-compatibility which will be included into the
light0.2 series later once they are more mature.
-----------------------------------
Changelog for series 0.1: