diff options
author | plunky <plunky@pkgsrc.org> | 2017-01-06 07:23:09 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2017-01-06 07:23:09 +0000 |
commit | 2950d82d15ea822e6570f38e97f9d78bdfec7c9c (patch) | |
tree | 1ae809867a00111377671b305454d820968b45e1 /cad/qcad/Makefile | |
parent | 3ebd6638c52cb615636e9f9da64e587839089215 (diff) | |
download | pkgsrc-2950d82d15ea822e6570f38e97f9d78bdfec7c9c.tar.gz |
3.16.4 (2017/01/04)
Command line tools:
Add offscreen Qt plugin to allow running QCAD command line tools in Linux server environments
Bug fixes:
FS#1525 - Block attributes: escaped unicode sequences in files not converted on loading
3.16.3 (2016/12/28)
File > Bitmap Export...:
Add options for color, anti-aliasing, margin to compensate for lineweight
Edit > Convert Unit:
Converts the unit of a drawing
Part Library Browser:
Add gear generator item (default > Mechanics > Gears > InvoluteSpur)
QCAD Professional:
Draw > Hatch > Hatch from Segments:
Use selection color to highlight selected boundary
Save active layer in file, restore on load
Bug fixes:
FS#1517 - Modify > Break out Segment: fails with closed polyline
FS#1519 - Ruler precision always zero
FS#1520 - Modify > Rotate: rotating splines changes start/end tangents
FS#1521 - Modify > Offset: fails in certain cases with short arcs
FS#1523 - Draw > Hatch > Hatch from Segments: fails for circle in circle
FS#1524 - Command line: cannot enter @ sign in command line on German keyboard
3.16.2 (2016/12/20)
Bug fixes:
FS#1514 - Block attributes: association with block reference lost on copy / paste
3.16.1 (2016/12/16)
Improved precision of arc rendering for screen-based linetypes
Bug fixes:
FS#1513 - Layer > Create Layer from Selection: Layer created, selection unchanged
Diffstat (limited to 'cad/qcad/Makefile')
-rw-r--r-- | cad/qcad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 002e7b44c7d..487859d71db 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.64 2016/12/16 11:16:32 plunky Exp $ +# $NetBSD: Makefile,v 1.65 2017/01/06 07:23:09 plunky Exp $ # -DISTNAME= qcad-3.16.0.0 +DISTNAME= qcad-3.16.4.0 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_GITHUB:=qcad/} EXTRACT_SUFX= .zip |