diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2006-09-01 12:00:42 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2006-09-01 12:00:42 +0000 |
commit | 7e59c41bb203e5214e269451a92f99f2742896db (patch) | |
tree | 1092c50de876348e482d3cf2b60109745bb61a69 /cad/geda-examples/distinfo | |
parent | fcfa57a295a06cdbc2ff23d5c29ced58b386833e (diff) | |
download | pkgsrc-7e59c41bb203e5214e269451a92f99f2742896db.tar.gz |
Update to 20060824
------------------------
Release notes for the gEDA/gaf 20060824 snapshot
Changes
_________________________________________________________________
libgeda/gschem
* Updated libgeda's so version to 26:0:0.
* Fixed the infamous "slice" memory problem that was plaguing
gEDA/gaf for a while. Mixing malloc/free and g_malloc/g_free is a
bad idea and also setting a field in deallocated memory tends to
upset glib's memory management.
* Added a new rc variable called "always-promote-attributes" that
takes a string of attribute names that are automatically prompted
when a component is placed on a schematic. The default list is:
"footprint device value model-name".
* Newly rewritten postscript output to be much more compact, sane.
and support unicode (Mike Jarabek).
* gschem now uses stock gtk+ icons if they are available (Tomaz
Solc).
* Improved the robustness of the loading of symbols/schmeatics
(Tomaz Solc).
* Added support for panning using the middle mouse button and
controlling the amount of pan (Peter Clifton).
* Changed the default behavior of the middle button (now mouse pan).
* Added cursor key panning in gschem and rc keywords for controling
the amount of pan (Tomaz Solc).
* Added the ability to zoom in and zoom out using the mouse wheel
(Peter Clifton).
* Added a bunch of new hooks to gschem and libgeda. This supports
various new features such as auto pin attributes, auto attribute
placing (currently commented out), select_component_hook,
select_net_hook, deselect_component_hook, deselect_net_hook,
deselect_all (Carlos Nieves Onega and Dan McMahill).
* Added support for dragging an object using the first mouse button
in gschem (Carlos Nieves Onega).
* Added the beginnings of pcb mode to gschem (Dan McMahill).
* Improvements to the autosave and backup mechanism (Carlos Nieves
Onega).
* Added support for text overbars. The delimiter character is \_ (it
should be at the beginning and end of the where you want the
overbar to be (Carlos Nieves Onega). Postscript output support for
overbars (Mike Jarabek).
* Bug fixes to the auto save mechanism (Carlos Nieves Onega). Please
report any more crashes.
* Fixed component update to work correctly since it was looking for
existing attributes in the wrong places.
* Converted all the noweb code to just plain C (making sure that all
the really nice documentation that Patrick and others is
perserved). gEDA/gaf no longer requires noweb to build (Jason
Childs).
* Removed all pre-GTK 2.x code from gEDA/gaf (Peter Brett).
* Translation updates from various people.
gnetlist
* DRC2 backend bug fixes and improvements (Carlos Nieves Onega).
* Various bug fixes (Werner Hoch and others).
gattrib
* Fixed annoying bug in which gattrib soaked up 70% of processor
time (Stuart Brorson).
* Implemented ability to export CSV file of component sheet (Stuart
Brorson).
* Made cell text different colors depending upon attribute
visibility (Stuart Brorson).
* Applied patch to handle attrib strings with multiple = signs
(Stuart Brorson and Jeff Mallatt).
* Misc bug fixes (Stuart Brorson).
symbols
* Many symbol bug fixes and improvements (Werner Hoch and others).
* Improved the NC symbols so that the drc2 backend handles no
connect situarions better (Carlos Nieves Onega).
gsymcheck
* Various bug fixes and improvements (Carlos Nieves Onega and
others).
utils
* gsch2pcb improvements dealing with how to find gnetlist
executable.
* Updated to the latest version of grenum (Levente Kovacs).
* Applied power pin handling patch (Patrick Doyle).
docs
* Obsoleted all latex documentation and replaced it with a snaphot
of the gEDA wiki. Many thanks to David Hart for the conversion and
necessary support to make this conversion possible.
examples
* No significant changes.
misc
* The geda (gManager) source tarball is not longer being
distributed. All the code is still in the CVS repository, but due
to lack of maintanance, it has been pulled for these snapshot
releases.
* Fixed various Makefiles to support make distcheck again.
* Lots of bug fixes by (Werner Hoch, Carlos Nieves Onega, and many
others).
For more a detailed changes, please look in the appropriate ChangeLogs
in the source tarballs.
Diffstat (limited to 'cad/geda-examples/distinfo')
-rw-r--r-- | cad/geda-examples/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/geda-examples/distinfo b/cad/geda-examples/distinfo index 4277b20f2be..dbc111d4cd4 100644 --- a/cad/geda-examples/distinfo +++ b/cad/geda-examples/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2006/01/25 01:51:34 dmcmahill Exp $ +$NetBSD: distinfo,v 1.8 2006/09/01 12:00:43 dmcmahill Exp $ -SHA1 (geda/geda-examples-20060123.tar.gz) = a4cb477266d125eeb0d2ffa5267d0ffa92f18fd1 -RMD160 (geda/geda-examples-20060123.tar.gz) = e5e1f4c0d28e08012c26dd7513878921ff5e446c -Size (geda/geda-examples-20060123.tar.gz) = 244695 bytes +SHA1 (geda/geda-examples-20060824.tar.gz) = fae9726ec1b963f8cd45c6b352d9e971e56999c5 +RMD160 (geda/geda-examples-20060824.tar.gz) = ac40781d05ff80f32f8bc82c11d8cfb5ccf1951d +Size (geda/geda-examples-20060824.tar.gz) = 247213 bytes |