Mercurial > evolve
comparison CHANGELOG @ 3227:873d2f1949e1 stable
topic: use more protective code to access current topic
There are some code path where the operation is not properly initialized and
lack the new attributes. While the lack of initialization, is suspicious and
I've not be able to pin point case where this happens.
Currently the code crash when it encounter this situation. So we make the code
more resistant to this case to prevent bad user experience.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 05 Dec 2017 13:53:04 +0100 |
parents | 1b0178a3330b |
children | c1d20598bc2b 11a2bc798deb |
comparison
equal
deleted
inserted
replaced
3226:5dfe4e5cf9e4 | 3227:873d2f1949e1 |
---|---|
1 Changelog | 1 Changelog |
2 ========= | 2 ========= |
3 | |
4 7.0.2 - in progress | |
5 ------------------- | |
6 | |
7 Topic (0.5.2) | |
8 | |
9 * makes code more resilient to partiel initialization | |
3 | 10 |
4 7.0.1 -- 2017-11-14 | 11 7.0.1 -- 2017-11-14 |
5 ------------------- | 12 ------------------- |
6 | 13 |
7 * obsdiscovery: allow the config option to disable discovery server side | 14 * obsdiscovery: allow the config option to disable discovery server side |