Release notes for the gEDA/gaf 1.6.1-20100214 stable release
Summary
This is the second stable release of the 1.6.x series. The purpose of this
release is bug fixing.
Major highlights of this snapshot include (in mostly random order):
General:
- Added and updated lots of language translations in libgeda, gschem, and
gattrib. (Courtesy of language translators and Launchpad)
- The updated or new language translations are: af, ar, bg, de, en_GB, es, fa, fr, he, hu, it, ja, ml, nl, pl, pt_BR, pt, ru, tr, zh_CN, and zh_TW
libgeda/gschem:
- Added accelerator mnemonics for root menus in gschem
gnetlist:
gsymcheck:
gattrib:
utilities:
symbols:
documentation:
- Updated the shipped documentation from the online wiki
examples:
Bugs fixed:
- 2876373: Fix rendering with zoomed out dashed lines
- 2901183: Fix for some manpage issues
- 2904715: Don't update page connectivity from o_place_rotate()
- 2949232: Fix slot editing routines to not edit inherited attributes
- Cherry picked some other bug fixes from master that really should be in this bug fixing release
The above is only a summary of the changes in this release. You can view all the commits/changes/authors for this release (v1.6.1).
NOTE: This is an stable release and should be packaged up by distribution
package maintainers.
Notes/Bugs/Errata/Known Issues/Last Minute Issues
-
Many thanks to everybody who contributed to this development snapshots
(number of commits in parentheses):
- Ales Hvezda (8)
- Bert Timmerman (2)
- Carlos Nieves Onega (1)
- Dan McMahill (1)
- Krzysztof Kosciuszkiewicz (1)
- Peter Clifton (34)
- Peter TB Brett (1)
- Sergey Alyoshin (1)
- Werner Hoch (6)
- Ahmed El-Mahmoudy (1)
-
Please submit all bugs to the gEDA/gaf bug tracker.
Download
Dependencies
Required programs:
-
A C compiler and C standard library (GCC and GNU Libc are recommended)
-
A lex tool for generating lexical scanners. (Flex is recommended)
-
A awk tool for data processing. (GNU awk is recommended)
-
pkg-config ≥ 0.15.0
Required libraries:
Optional programs/libraries:
Packages/Binaries/Installers
No packages or installers are available for this release. Please build it from source.
Building/Installing/Running
Building gEDA/gaf has been greatly simplified since the last stable release (v1.4.3). Instead of having to deal with multiple tarballs, you now just need to download and build a single tarball which contains all of gEDA/gaf. Here are the steps required to building gEDA/gaf:
-
Download and install all the required dependencies. You will probably want to use your distributions package management system (such as apt-get or yum) to install the dependencies.
-
Download the geda-gaf-1.6.1 tarball.
-
Untar the gEDA/gaf tarball by running (using GNU tar):
tar xvfz geda-gaf-1.6.1.tar.gz
Change directory into the newly created directory (geda-gaf-1.6.1)
-
Build the software by executing the following commands inside of the geda-gaf-1.6.1 directory:
./configure --prefix=$HOME/geda
make
make install
If the above commands execute without any error messages, then you have successfully built and installed gEDA/gaf. If you encounter any errors, be sure to read the README and INSTALL files contained within the tarball.
-
You can now run the various programs in the gEDA suite. Please read the README file which describes what is available.
gschem is the schematic capture program and can be run by executing:
PATH_WHERE_gEDA_GAF_IS_INSTALLED/bin/gschem
It is recommended that you add PATH_WHERE_gEDA_GAF_IS_INSTALLED/bin to your PATH environment variable (typically done by modifying one of the following files: $HOME/.bashrc, $HOME/.bash_profile, or $HOME/.profile).
It is highly recommended that you read the gEDA documentation at this point. You can access the gEDA documentation by running gschem and select Help/gEDA Documentation... from the top menu.
Last Updated:
Wed Feb 24 21:24:13 EST 2010