diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2011-05-10 06:20:58 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2011-05-10 06:20:58 +0000 |
commit | 97c6ad574f0c8bf11f30aa7a80873c247cf8cc61 (patch) | |
tree | a21b97eeb42bc5a7c90c6cf09b02f9e6380ea08d /cad | |
parent | 096bfaa921e12169e43b3f2bc3291fe7db721c4f (diff) | |
download | pkgsrc-97c6ad574f0c8bf11f30aa7a80873c247cf8cc61.tar.gz |
Update to gerbv-2.5.0
========================================================================
Release Notes for gerbv-2.5.0
========================================================================
The following is a summary of the changes which went into gerbv-2.5.0.
For a complete list of changes, refer to ChangeLog. This release
is primarily a bug fix release.
- libgerbv: fix leak and possible segfault in drill parser
- libgerbv: fix segfault in pick and place parser
- gerbv: add persistent keyboard accelerators and extra menu options
- gerbv: increase max zoom 4x to allow more accurate measurements
- libgerbv: fix bug which caused the drill parser to crash on an empty line
- gerbv: change F8 shortcut to F7 per GNOME HIG
- gerbv: add psuedo fullscreen mode
- gerbv: add ability to toggle sidebar visibility
- gerbv: speed up cairo rendering.
- libgerbv: improved detection of drill files (comment lines are now
ignored during file type detection)
- libgerbv: fix handling of trailing zero suppression with very large
precisions.
- examples: fix some of the example code showing how to use libgerbv.
- gerbv: fix gdk rendering of macro 22 elements with negative coordinates
- gerbv: fix tooltip for modify layer button
- libgerbv: fix handling of whitespace in the middle of an RS-274X command
- libgerbv: fix bug in exporting outline macros
- gerbv: unselect all items if a layer is hidden
- libgerbv: fix drill parsing when INCH has nothing after it
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gerbv/Makefile | 5 | ||||
-rw-r--r-- | cad/gerbv/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index 47b10840f7c..86148c3e8df 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2011/04/22 13:43:03 obache Exp $ +# $NetBSD: Makefile,v 1.44 2011/05/10 06:20:58 dmcmahill Exp $ # -DISTNAME= gerbv-2.4.0 -PKGREVISION= 5 +DISTNAME= gerbv-2.5.0 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/} diff --git a/cad/gerbv/distinfo b/cad/gerbv/distinfo index 8bc75fc17a5..b041361c2cf 100644 --- a/cad/gerbv/distinfo +++ b/cad/gerbv/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2010/02/24 03:40:06 dmcmahill Exp $ +$NetBSD: distinfo,v 1.23 2011/05/10 06:20:58 dmcmahill Exp $ -SHA1 (gerbv-2.4.0.tar.gz) = f0403ca8345bc765442a976188cff68b4e7bc595 -RMD160 (gerbv-2.4.0.tar.gz) = 37c6b05da1c608ac4cd8deff0e57ce91e00e8286 -Size (gerbv-2.4.0.tar.gz) = 2285912 bytes +SHA1 (gerbv-2.5.0.tar.gz) = 9a622059a83917834a1ac75551428f400b2cb2ff +RMD160 (gerbv-2.5.0.tar.gz) = 0c725cd0ee4288014117413c554315fa9b17ae7f +Size (gerbv-2.5.0.tar.gz) = 2295221 bytes |