mirror of
git://git.geda-project.org/gerbvhtdocs
synced 2025-05-09 00:41:03 +08:00
release 0.13
This commit is contained in:
parent
9664c53267
commit
c969118cd9
@ -6,7 +6,7 @@ the "good-luck-charm" release.
|
||||
It wasn't long time ago I made a release. This is a minor bugfix release.
|
||||
The bugs squashed are:
|
||||
* You cannot compile with backend anymore, switch is removed. In last
|
||||
release this caused compilation error.
|
||||
release this caused compilation error due to bit rot.
|
||||
* Drawing of arcs is a constant headache. Mark Whitis found another
|
||||
case that I had missed out. Clockwise arcs all of a sudden started
|
||||
to be drawn as counter-clockwise.
|
||||
@ -15,12 +15,15 @@ The bugs squashed are:
|
||||
integers wasn't sufficient, anyhow. They are now doubles all the way.
|
||||
* Aperture macro primitive 1 was a _filled_ circle.
|
||||
* Image rotate used to cause warnings that it wasn't implemented. Now
|
||||
if the file has an image rotate on zero degrees there is no warning.
|
||||
if the file has an image rotate on zero degrees there is no warning
|
||||
(yes I've seen it).
|
||||
* Dan McMahill discovered that if you tried to swap with an unused layer
|
||||
gerbv segfaulted.
|
||||
* Peter Monta submitted patch for incremental coordinates.
|
||||
* No traces of Guile left...
|
||||
|
||||
Thanks to all patchers and error reporters.
|
||||
|
||||
Comments, patches and suggestions are, as always, very welcome. We use
|
||||
the bug database and feature request database available through sourceforge.
|
||||
Have a look there if you curious what's going on or if you have any idea
|
||||
|
@ -155,6 +155,10 @@ original authors (which are listed in respective files).
|
||||
|
||||
<h3>News</h3>
|
||||
<ul>
|
||||
<li> 2003-03-19 : 0.13 release available
|
||||
<a href="http://prdownloads.sourceforge.net/gerbv/gerbv-0.13.tar.gz">here</a>.
|
||||
Announcement is readable <a href="ANNOUNCEMENT-0.13">here</a>.
|
||||
|
||||
<li> 2003-02-12 : The batch backend can't get compiled in release 0.12
|
||||
(usually not compiled in by default). If you have an immediate need
|
||||
for it to work, please contact me.
|
||||
|
Loading…
x
Reference in New Issue
Block a user