Release 1.2.10

- YAbstractEloopTimerTask:
  - Renamed restart() to reset()
  - Add startTimer() and stopTimer()
  - Interpreted _timeout() return value YTASK_RETVAL_DEFAULT and
    YTASK_RETVAL_RELOOP equally

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2014-10-29 17:59:21 +00:00
commit 5ae3e7a8d1
2 changed files with 9 additions and 1 deletions

View file

@ -446,3 +446,11 @@ Version 1.2.9
-------------
o reimplementation in YAbstractEloopTimerTask::_dump()
o made YAbstractFamilyMember::setParent() virtual
Version 1.2.10
--------------
o YAbstractEloopTimerTask:
- renamed restart() to reset()
- added startTimer() and stopTimer()
- interpreted _timeout() return value YTASK_RETVAL_DEFAULT and
YTASK_RETVAL_RELOOP equally

View file

@ -1 +1 @@
1.2.9-29-dev
1.2.10-0-dev