Release 1.2.7

- Add hooks for YAbstractAppliction two-phase __init()
  (needed for filling commandline later in the process)
- Fix ScopedRef refcounting with assignment and copy-ctor

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2014-07-08 11:05:29 +00:00
commit 795abc4180
2 changed files with 7 additions and 1 deletions

View file

@ -428,3 +428,9 @@ o removed non-const YAbstractFamilyMember::parent()
Version 1.2.6
-------------
o added support for recording origins in YStringTree with new class YSTMetaInfo
Version 1.2.7
-------------
o added hooks for YAbstractAppliction two-phase __init()
(needed for filling commandline later in the process)
o fixed ScopedRef refcounting with assignment and copy-ctor

View file

@ -1 +1 @@
1.2.6-19-dev
1.2.7-0-dev