head 1.2; access; symbols pkgsrc-2019Q3:1.1.0.20 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.18 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.16 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.14 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.12 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.10 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.8 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.6 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.4 pkgsrc-2017Q3-base:1.1; locks; strict; comment @// @; 1.2 date 2019.10.26.12.23.01; author kamil; state dead; branches; next 1.1; commitid G4KenvvgsgRafnIB; 1.1 date 2017.09.10.14.10.43; author joerg; state Exp; branches; next ; commitid K8Z5F9Q4qZpnNE6A; desc @@ 1.2 log @librecad: Upgrade to 2.2.0 rc1 Exact changelog is unknown, but there is Qt4 -> Qt5 switch. Upstream changelog ================== 2.2.0 Release Candidate There were more than 250 commits since 2.2.0-alpha, thus it was overdue to get rid of the alpha in the tag now. With some more improvements in the last couple weeks, we switch directly to Release Candidate as the response from community is, that the master branch is stable. There are only some minor changes in the line before the final 2.2.0 release. @ text @$NetBSD: patch-librecad_src_lib_engine_rs__polyline.cpp,v 1.1 2017/09/10 14:10:43 joerg Exp $ --- librecad/src/lib/engine/rs_polyline.cpp.orig 2017-09-10 10:39:08.690420563 +0000 +++ librecad/src/lib/engine/rs_polyline.cpp @@@@ -41,6 +41,8 @@@@ RS_PolylineData::RS_PolylineData(): { } +RS_PolylineData::~RS_PolylineData() = default; + RS_PolylineData::RS_PolylineData(const RS_Vector& _startpoint, const RS_Vector& _endpoint, bool _closed): @ 1.1 log @Move context dependent destructors out of the headers into the implementation and default them there. @ text @d1 1 a1 1 $NetBSD$ @