CHANGES, VERSION: Fix ScopedRef refcounting with assignment and copy-ctor

Version 1.2.8
-------------
- Add YAbstractFamilyMember::addFlags(), delFlags(), setFlags(), flags()
- Add YAbstractFamilyMember::dumpTree()
- Add support for YAbstractFamilyMember::f_trace_refcount
- Reimplemented YAbstractFamilyMember::_dump() in YEloopEventNotifier

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2014-07-15 20:51:33 +00:00
commit f54a0d62b2
2 changed files with 8 additions and 1 deletions

View file

@ -434,3 +434,10 @@ Version 1.2.7
o added hooks for YAbstractAppliction two-phase __init() o added hooks for YAbstractAppliction two-phase __init()
(needed for filling commandline later in the process) (needed for filling commandline later in the process)
o fixed ScopedRef refcounting with assignment and copy-ctor o fixed ScopedRef refcounting with assignment and copy-ctor
Version 1.2.8
-------------
o added YAbstractFamilyMember::addFlags(), delFlags(), setFlags(), flags()
o added YAbstractFamilyMember::dumpTree()
o added support for YAbstractFamilyMember::f_trace_refcount
o reimplemented YAbstractFamilyMember::_dump() in YEloopEventNotifier

View file

@ -1 +1 @@
1.2.7-9-dev 1.2.8-0-dev