specctra dsn work

This commit is contained in:
dickelbeck 2008-01-23 22:44:34 +00:00
parent 94101c56e1
commit 8237a9eb89
1 changed files with 2 additions and 1 deletions

View File

@ -7,9 +7,10 @@ email address.
2008-Jan-23 UPDATE Dick Hollenbeck <dick@softplc.com>
================================================================================
+pcbnew:
Export a *.dsn file includes ZONE_CONTAINERs, was actually able to load
* Export a *.dsn file includes ZONE_CONTAINERs, was actually able to load
a board with zones into the freerouter.net package! No components, traces yet,
just zones and layers. Fixed parsers and Format()ers.
* Rewrote SPECCTRA_DB::readTIME() to dodge a missing strptime() on windows.
2008-Jan-23 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>