From f2e48487875a47e1b6ccd68eef4535af4a709bcb Mon Sep 17 00:00:00 2001 From: plunky Date: Fri, 16 Dec 2016 11:11:15 +0000 Subject: Update to patch version 2.1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch Version 2.1.3 r-a-v-a-s released this on 23 Sep Bugs eliminated: * Shift would not activate the command line * Command+Tab didn't always activate the current drawing on OS X Commit Log => https://github.com/LibreCAD/LibreCAD/commits/2.1.3 Patch Version 2.1.2 r-a-v-a-s released this on 16 Sep · 4 commits to 2.1 since this release Bugs eliminated: * wouldn't build with gcc 5.4 and 6 * mouse cursor was missing for `Arc Tangential' * right-click with plugins could cause a crash * construction lines were not drawn when the line segment was out of view * DXF files with comments were not properly loaded * drawings were not marked as modified after an `undo' * the command line didn't accept numpad input * the command widget didn't activate properly when floating Commit Log => https://github.com/LibreCAD/LibreCAD/commits/2.1.2 --- cad/librecad/Makefile | 5 ++--- cad/librecad/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'cad') diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile index 4f83d035cf6..38477869a95 100644 --- a/cad/librecad/Makefile +++ b/cad/librecad/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2016/10/07 18:25:38 adam Exp $ +# $NetBSD: Makefile,v 1.36 2016/12/16 11:11:15 plunky Exp $ # -DISTNAME= LibreCAD-2.1.1 +DISTNAME= LibreCAD-2.1.3 PKGNAME= ${DISTNAME:tl} -PKGREVISION= 1 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_GITHUB:=LibreCAD/} diff --git a/cad/librecad/distinfo b/cad/librecad/distinfo index 02f78d92c65..18deb029ef9 100644 --- a/cad/librecad/distinfo +++ b/cad/librecad/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.6 2016/09/05 21:13:21 plunky Exp $ +$NetBSD: distinfo,v 1.7 2016/12/16 11:11:15 plunky Exp $ -SHA1 (LibreCAD-2.1.1.tar.gz) = 378b04e430b011012c94cf7f90dab7031cda3ea7 -RMD160 (LibreCAD-2.1.1.tar.gz) = b723d3f0eb3e85fc58d61007dcc8bd1e5a538cc8 -SHA512 (LibreCAD-2.1.1.tar.gz) = f481770600eec2bdd6f307b3156265c67adb451c2936ba07fb77369b06b3bb141cd9a23a9d7fc084131503efb5932fd8579d1766210631cac39308291686cfca -Size (LibreCAD-2.1.1.tar.gz) = 22414262 bytes +SHA1 (LibreCAD-2.1.3.tar.gz) = eac60a4e7eadf2969d34f289059053cff4068309 +RMD160 (LibreCAD-2.1.3.tar.gz) = bbcc26997c907b445c43af323644141035cd5304 +SHA512 (LibreCAD-2.1.3.tar.gz) = 246cffcc1ea3389997b4a738ab5e3d78e8c1096817ecb1ca28f38d601bc5d1a95f60798ac82308914a34da7b5dbc302b8363cf8b58a97221fdc8ee63010adc6c +Size (LibreCAD-2.1.3.tar.gz) = 22415288 bytes SHA1 (patch-librecad_src_lib_engine_rs__color.h) = f20d193e4fcdfd933d25430f66be71b4468ab2c3 SHA1 (patch-librecad_src_lib_engine_rs__system.cpp) = 8a31fb54946c06460b2328c8a3490ec26f60f33c SHA1 (patch-librecad_src_main_qc__applicationwindow.cpp) = cadee00f00d10d27c201375f06e14f8cd56a9cdc -- cgit v1.2.3