From 795abc4180799baf17fc5da316427d65443a3a43 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 8 Jul 2014 11:05:29 +0000 Subject: [PATCH] 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 --- CHANGES | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 6e48f33c..8e021404 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/VERSION b/VERSION index a6f24958..0a0fc1d0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.6-19-dev +1.2.7-0-dev