1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
========================================================================
Release Notes for gerbv-2.4.0
========================================================================
The following is a summary of the changes which went into gerbv-2.4.0.
For a complete list of changes, refer to ChangeLog. This release
is primarily a bug fix release. A number of corner cases are handled
more smoothly now.
- libgerbv: fix bug parsing cirular moves with trailing zero suppression.
- libgerbv: catch null strtok results in the aperture parser. Causes
a more graceful failure when parsing bad input files.
- gerbv: fix a bug in the rendering of text in exported PDF files
- libgerbv: fix bugs in the file format recognition code
- libgerbv: allow the RS-274X parser to handle multiple blocks within
a single line per the RS-274X spec.
- gerbv: Fix sidebar bug displaying small scale and translations in X
- gerbv: Show the total aperture uses in the analysis tool
- gerbv: Fix regression in FAST mode rendering of flashed apertures
- libgerbv: If given an RS-274D file, create dummy apertures
- gerbv: Fix FAST mode translation error in Y
- libgerbv: Add #ifdef's to gerbv.h to allow use in a C++ program
- gerbv: Fix segfaults if trying to change orientation of an empty layer
- man page: Remove spurious line
- gerbv: Update some information in the "About..." dialog
========================================================================
Release Notes for gerbv-2.3.0
========================================================================
The following is a summary of the changes which went into gerbv-2.3.0.
For a complete list of changes, refer to ChangeLog.
- gerbv: fixed a minor arc rendering bug in fast mode
- gerbv: Make the svg/pdf/ps export use a 1:1 scale instead of
scaling to fit the page.
- configure: Always require cairo now since we make use of some of
the transformation functions even when using gdk rendering.
- gerbv: Fix a bug in the vertical scrollbar calculations.
- libgerbv: Fix a bug where apertures < 10 were potentially ignored in
some drill files
- gerbv: Fix clipping bug when viewing files with image offsets
- gerbv: Fix a bug whereclicking on the message tab caused the keyboard
accelerators stop working
- gerbv: Use a reasonable return code when doing command line processing.
- libgerbv: Improve the macro parser.
- libgerbv: Allow 0 degree rotation
- libgerbv: Fix some drill parser bugs
- libgerbv: Support the Excellon "R" (repeat) command
- testsuite: Add some tests for drill files
- libgerbv: Fix a bug in the Excellon export which sometimes dropped the first
element.
- libgerbv: Fix some additional Excellon export bugs.
- gerbv: Add the ability to rotate/translate layers
- libgerbv: Fix the pkgconfig file to include some needed dependencies.
========================================================================
Release Notes for gerbv-2.2.0
========================================================================
The following is a summary of the changes which went into gerbv-2.2.0.
For a complete list of changes, refer to ChangeLog.
- libgerbv: fixed a bug in the min/max calculation.
- libgerbv: improved the ability to parse drill files with
user specified formats.
- libgerbv: Compile with -no-undefined to make it easier to build
windows DLL's.
- configure: Improve detection of tools when cross-compiling.
- libgerbv: Improved example programs.
- gerbv: Changed desktop categories to be more consistent with
the rest of gEDA.
- common: Fixed compilation with SunPRO compilers
- libgerbv: Fixed calculation of pick and place bounding box
- gerbv: Added a rendering benchmark
- gerbv: Various rendering speed improvements
- common: Made an install be relocatable. This is always needed
for proper win32 operation and helps in some cases
on other operating systems. As part of this, improve
how init.scm is located at startup.
- gerbv: Improved the project file load/save dialog.
========================================================================
Old Releases
========================================================================
2008-09-07 : 2.1.0 release. Added features for object selection & deletion.
2008-02-07 : 2.0.1 release. This is largely a bugfix release.
2008-01-13 : 2.0.0 general release. Introduced new look for gerbv.
2008-01-09 : 2.0.0-beta release.
2007-12-01 : 1.0.3 release.
2006-07-28 : 1.0.2 release.
2005-01-22 : 1.0.1 release.
2004-12-28 : 1.0.0 release.
2004-10-19 : Another beta of a windows version is released.
2004-10-07 : A beta of a windows version.
2004-05-27 : 0.16 release.
2003-10-19 : 0.15 release.
2003-09-16 : 0.14 release.
2003-07-30 : Michael Ihde updated the ebuild script for Gentoo Linux.
2003-07-17 : Michael Ihde contributed an ebuild script for Gentoo Linux.
2003-03-19 : 0.13 release.
2003-02-10 : 0.12 release.
2002-11-20 : 0.11 release.
2002-10-13 : 0.0.10 release.
2002-07-06 : 0.0.9 release.
2002-05-06 : 0.0.8 release.
2002-02-10 : 0.0.7 release.
2001-12-15 : 0.0.6 release.
2001-11-14 : Fifth relase (0.0.5).
2001-10-27 : Fourth release (0.0.4).
2001-09-09 : Third release (0.0.3).
2001-08-30 : Second release (0.0.2).
2001-08-25 : First release (0.0.1) of source.
|