gEDA

GNU Electronic Design Automation
------------------------------------------------------------------------------

gerbv NEWS

Stefan Petersen
E-mail: spe@stacken.kth.se
Web: http://gerbv.sourceforge.net/


------------------------------------------------------------------------------
New in 0.0.5

- Drill file support (biggest addition ever)
 
- Zoom in and out with scroll wheel

- Arc calculation moved from drawing stage to parsing stage

- Multi quadrant support

- API changes in the Scheme interface


New in 0.0.4

- Support for broken Gerbers generated by EagleCad.

- Minor reorganisation of source (split out drawing code).

- Some minor changes on how to calculate single quadrants.


New in 0.0.3

- Now the files 'missing', 'mkinstalldirs' and 'install-sh' are
  copied when release is built.

- configure can run on Solaris (bug sqashed).

- backends now receive the name of the parsed file.


New in 0.0.2

- Automake in use, so now the build system is "complete"
  - make install, make uninstall etc works
  - gerbv --batch=<backend> now searches local directory, 
    $HOME/.gerbv/scheme and ${prefix}/share/gerbv/scheme until it finds
    a valid backend, ie gerb-<backend>.scm.
  - backends moved from src to scheme in tarball

- Version flag changed from -v to -V

- Fixed 64-bit build problems thanks to patches from Dan <mcmahill@mtl.mit.edu>
  He also fixed some other build problems.
