diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2010-02-28 16:07:00 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2010-02-28 16:07:00 +0000 |
commit | 6d1c91d5b9199fc697e14b1d518bcdb3ccdc47f6 (patch) | |
tree | a02d3c5df45c6546d541921b384d6d78f7bbb8ab /cad/geda/Makefile | |
parent | 3a4eb96a8a25e212c62f4a9c35ddf23dbf04f9a5 (diff) | |
download | pkgsrc-6d1c91d5b9199fc697e14b1d518bcdb3ccdc47f6.tar.gz |
Update to version 1.6.1
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:
* none
gsymcheck:
* none
gattrib:
* none
utilities:
* none
symbols:
* none
documentation:
* Updated the shipped documentation from the online wiki
examples:
* none
Bugs fixed:
* [1]2876373: Fix rendering with zoomed out dashed lines
* [2]2901183: Fix for some manpage issues
* [3]2904715: Don't update page connectivity from o_place_rotate()
* [4]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 [5]release (v1.6.1).
NOTE: This is an stable release and should be packaged up by
distribution package maintainers.
Diffstat (limited to 'cad/geda/Makefile')
-rw-r--r-- | cad/geda/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 07c1f04a9ed..baca8f6e5ad 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -1,17 +1,15 @@ -# $NetBSD: Makefile,v 1.60 2010/02/10 19:17:33 joerg Exp $ +# $NetBSD: Makefile,v 1.61 2010/02/28 16:07:00 dmcmahill Exp $ # DISTNAME= geda-gaf-${PKGVERSION} PKGNAME= geda-${PKGVERSION} -PKGREVISION= 4 -PKGVERSION= 1.6.0 +PKGVERSION= 1.6.1 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.6/${PKGVERSION}/ \ - http://www.geda.seul.org/release/v1.6/${PKGVERSION}/ - + http://geda.seul.org/release/v1.6/${PKGVERSION}/ MAINTAINER= dmcmahill@NetBSD.org -HOMEPAGE= http://www.geda.seul.org/ +HOMEPAGE= http://www.gpleda.org/ COMMENT= Toolset for automating electronic design LICENSE= gnu-gpl-v2 |