Update to patch version 2.1.3
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
This commit is contained in:
parent
247541e423
commit
ffd76c38bf
2 changed files with 7 additions and 8 deletions
|
@ -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}
|
PKGNAME= ${DISTNAME:tl}
|
||||||
PKGREVISION= 1
|
|
||||||
CATEGORIES= cad
|
CATEGORIES= cad
|
||||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=LibreCAD/}
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=LibreCAD/}
|
||||||
|
|
||||||
|
|
|
@ -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
|
SHA1 (LibreCAD-2.1.3.tar.gz) = eac60a4e7eadf2969d34f289059053cff4068309
|
||||||
RMD160 (LibreCAD-2.1.1.tar.gz) = b723d3f0eb3e85fc58d61007dcc8bd1e5a538cc8
|
RMD160 (LibreCAD-2.1.3.tar.gz) = bbcc26997c907b445c43af323644141035cd5304
|
||||||
SHA512 (LibreCAD-2.1.1.tar.gz) = f481770600eec2bdd6f307b3156265c67adb451c2936ba07fb77369b06b3bb141cd9a23a9d7fc084131503efb5932fd8579d1766210631cac39308291686cfca
|
SHA512 (LibreCAD-2.1.3.tar.gz) = 246cffcc1ea3389997b4a738ab5e3d78e8c1096817ecb1ca28f38d601bc5d1a95f60798ac82308914a34da7b5dbc302b8363cf8b58a97221fdc8ee63010adc6c
|
||||||
Size (LibreCAD-2.1.1.tar.gz) = 22414262 bytes
|
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__color.h) = f20d193e4fcdfd933d25430f66be71b4468ab2c3
|
||||||
SHA1 (patch-librecad_src_lib_engine_rs__system.cpp) = 8a31fb54946c06460b2328c8a3490ec26f60f33c
|
SHA1 (patch-librecad_src_lib_engine_rs__system.cpp) = 8a31fb54946c06460b2328c8a3490ec26f60f33c
|
||||||
SHA1 (patch-librecad_src_main_qc__applicationwindow.cpp) = cadee00f00d10d27c201375f06e14f8cd56a9cdc
|
SHA1 (patch-librecad_src_main_qc__applicationwindow.cpp) = cadee00f00d10d27c201375f06e14f8cd56a9cdc
|
||||||
|
|
Loading…
Reference in a new issue