gerbv_open_image() can now take a zip archive as an argument.
[geda-gerbv/spe.git] / NEWS
blob2a27762651567c32a54f7f2e20963cba57c70d0c
1 ========================================================================
2 Release Notes for gerbv-2.3.0
3 ========================================================================
4 The following is a summary of the changes which went into gerbv-2.3.0.
5 For a complete list of changes, refer to ChangeLog.
7 - gerbv:     fixed a minor arc rendering bug in fast mode
8 - gerbv:     Make the svg/pdf/ps export use a 1:1 scale instead of
9              scaling to fit the page.
10 - configure: Always require cairo now since we make use of some of
11              the transformation functions even when using gdk rendering.
12 - gerbv:     Fix a bug in the vertical scrollbar calculations.
13 - libgerbv:  Fix a bug where apertures < 10 were potentially ignored in
14              some drill files
15 - gerbv:     Fix clipping bug when viewing files with image offsets
16 - gerbv:     Fix a bug whereclicking on the message tab caused the keyboard
17              accelerators stop working
18 - gerbv:     Use a reasonable return code when doing command line processing.
19 - libgerbv:  Improve the macro parser.
20 - libgerbv:  Allow 0 degree rotation
21 - libgerbv:  Fix some drill parser bugs
22 - libgerbv:  Support the Excellon "R" (repeat) command
23 - testsuite: Add some tests for drill files
24 - libgerbv:  Fix a bug in the Excellon export which sometimes dropped the first
25              element.
26 - libgerbv:  Fix some additional Excellon export bugs.
27 - gerbv:     Add the ability to rotate/translate layers
28 - libgerbv:  Fix the pkgconfig file to include some needed dependencies.
30 ========================================================================
31 Release Notes for gerbv-2.2.0
32 ========================================================================
33 The following is a summary of the changes which went into gerbv-2.2.0.
34 For a complete list of changes, refer to ChangeLog.
36 - libgerbv:  fixed a bug in the min/max calculation.
37 - libgerbv:  improved the ability to parse drill files with
38              user specified formats.
39 - libgerbv:  Compile with -no-undefined to make it easier to build
40              windows DLL's.
41 - configure: Improve detection of tools when cross-compiling.
42 - libgerbv:  Improved example programs.
43 - gerbv:     Changed desktop categories to be more consistent with
44              the rest of gEDA.
45 - common:    Fixed compilation with SunPRO compilers
46 - libgerbv:  Fixed calculation of pick and place bounding box
47 - gerbv:     Added a rendering benchmark
48 - gerbv:     Various rendering speed improvements
49 - common:    Made an install be relocatable.  This is always needed
50              for proper win32 operation and helps in some cases
51              on other operating systems.  As part of this, improve
52              how init.scm is located at startup.
53 - gerbv:     Improved the project file load/save dialog.
55 ========================================================================
56 Old Releases
57 ========================================================================
58 2008-09-07 : 2.1.0 release.  Added features for object selection & deletion.
59 2008-02-07 : 2.0.1 release.  This is largely a bugfix release.
60 2008-01-13 : 2.0.0 general release.  Introduced new look for gerbv.
61 2008-01-09 : 2.0.0-beta release.
62 2007-12-01 : 1.0.3 release.
63 2006-07-28 : 1.0.2 release.
64 2005-01-22 : 1.0.1 release.
65 2004-12-28 : 1.0.0 release.
66 2004-10-19 : Another beta of a windows version is released.
67 2004-10-07 : A beta of a windows version.
68 2004-05-27 : 0.16 release.
69 2003-10-19 : 0.15 release.
70 2003-09-16 : 0.14 release.
71 2003-07-30 : Michael Ihde updated the ebuild script for Gentoo Linux.
72 2003-07-17 : Michael Ihde contributed an ebuild script for Gentoo Linux.
73 2003-03-19 : 0.13 release.
74 2003-02-10 : 0.12 release.
75 2002-11-20 : 0.11 release.
76 2002-10-13 : 0.0.10 release.
77 2002-07-06 : 0.0.9 release.
78 2002-05-06 : 0.0.8 release.
79 2002-02-10 : 0.0.7 release.
80 2001-12-15 : 0.0.6 release.
81 2001-11-14 : Fifth relase (0.0.5).
82 2001-10-27 : Fourth release (0.0.4).
83 2001-09-09 : Third release (0.0.3).
84 2001-08-30 : Second release (0.0.2).
85 2001-08-25 : First release (0.0.1) of source.