summaryrefslogtreecommitdiff
path: root/cad/geda
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2007-05-31 12:48:32 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2007-05-31 12:48:32 +0000
commit446ea4e719a8e354efb8187a2af7c483374713be (patch)
tree9ef4686cbc2bf36668701b07272512e4ad0c1fdb /cad/geda
parentbc078a2542e3893a4e867af92a0c3d6f6f710916 (diff)
downloadpkgsrc-446ea4e719a8e354efb8187a2af7c483374713be.tar.gz
update to 20070526
Release notes for the gEDA/gaf 20070526 snapshot Changes _________________________________________________________________ libgeda/gschem * libgeda's shared library version is now 29:0:0. * Added "recently used files" File menu option. Now you can open up files you used recently (and if you have a gafrc your components should be found too) and open those files up in a new gschem window. (Ivan Stankovic) * Merge of the noscreen branch (many changes). This branch removed all cached screen coordinates. Now all calculations are done in world coordinates and should yield some drawing improvements. End users should not notice any difference (other than the slight speed up). (Peter Clifton) * Many improvements to the "Write image..." dialog box in gschem. gschem can now export any image that gtk+ (gdk-pixbuf specifically) can write (png, jpg, ico, bmp, etc...). Libgd is no longer an optional dependency and cannot be used with libgeda/gschem. (Carlos Nieves Onega) * Improved the auto placing mechanism. One improvement (amongst others) is in the cases of: if the attribute overlap with pins (including pinnumbers), or the pin connection direction where a net is supposed to be drawn, then the attributes are moved automatically. (Carlos Nieves Onega) * A few improvements to the component place selector including adding ok button to hide the component insert dialog box). (Various) * Added items (links to the wiki and FAQ) to the gschem help menu. (Peter Brett) * Fixed a nasty bug that was causing random crashes with keymaps that did not have a valid keyval/keysym. (Peter Clifton) * Fixed the drawing of dotted arcs/circles when the dot spacing is too small to render. (Peter Clifton) * Fixed component selector filter to be case insensitive. (Carlos Nieves Onega) * Added PageUp and PageDown hotkeys to change pages in gschem. (Peter Brett) * Fixed the ordering of buttons in all gtk dialog boxes to be correct (based on what gtk+/gnome/desktop conventions). (Carlos Nieves Onega) * Added %%Orientation to DSC block in postscript output. (Mike Jarabek) * Fixed color printing of select objects (should not output the selected color). (Peter Clifton) * Added hotkeys to decrease and increase the snap grid spacing. (Carlos Nieves Onega and Peter Brett) * Improved keymap filling routines (Werner Hoch and Patrick Bernaud) * Fixed a couple of small memory leaks. (Ales Hvezda) * The usual slew of bug fixes by many individuals. * A bunch of code cleanup/fixes by various individuals. * Various language translations updated by various individuals. gnetlist * New gnetlist backends written: Calay and Osmond. (John Doty) * Moved the loading of scheme files using the "-l" command line before the schematics are loaded (this allows the scheme code to modify the various search paths). * Various improvements to the spice-sdb backend including the treatment of slotted parts (so that pins are emitted in pinseq order). (Stuart Brorson) * Added and improved a bunch of regression tests. The vast majority of these tests are now run during make distcheck. (Stuart Brorson and Ales Hvezda) * A few bugs fixed. (Various) gattrib * Added doxygen generated docs. (Stuart Brorson) * A bunch of bugs fixed. (Stuart Brorson and Peter Clifton) docs * Removed the html version of the gsch2pcb tutorial. Instead, the gsch2pcb tutorial is now part of the wiki thanks to several individuals (Patrick Doyle and Bogdan Petrisor). * Updated the wiki snapshot to the latest web wiki version. (Ales Hvezda) * Misc improvements to various wiki scripts. (Ales Hvezda) symbols * Added greek mu character. (Carlos Nieves Onega) * Added upper case greek omega character. (Jens Persson) gsymcheck * No significant changes. utils * Added refdes_renum test suite. (Dan McMahill and Stuart Brorson) * Incorporated --gentle into refdes_renum which doesn't overwrite refdes'es already numbered. (Stuart Brorson) * Moved gschemdoc to the gschem package. Bunch of improvements to the gschemdoc script related to finding local/remote documentation. (Carlos Nieves Onega) examples * Fixed automake infrastructure to install 2N3904 model for the TwoStageAmp example. (Stuart Brorson) For more a detailed changes, please look in the appropriate ChangeLogs in the source tarballs.
Diffstat (limited to 'cad/geda')
-rw-r--r--cad/geda/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/geda/Makefile.common b/cad/geda/Makefile.common
index a2ffed61446..f0325e23095 100644
--- a/cad/geda/Makefile.common
+++ b/cad/geda/Makefile.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.11 2007/02/21 13:23:57 dmcmahill Exp $
+# $NetBSD: Makefile.common,v 1.12 2007/05/31 12:48:35 dmcmahill Exp $
#
DIST_SUBDIR= geda
-PKGVERSION= 20070216
+PKGVERSION= 20070526
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PKGVERSION}/ \
http://www.geda.seul.org/devel/${PKGVERSION}/