X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-disposition:content-transfer-encoding:user-agent; bh=7WRwHwKLy1z9NWdEMDS/rBvCLUBslPL2/U7A8K1ykfg=; b=pN5l4XXv0KvURcz4+8ThqJM3LK3jmCteX+6zGAZ8xIMD34tBsFo3kTAONU8hvs9uo/ XvadKOb2F0aRKdek0ibvKLp4LZQ4I3zqYF7SyUi8LxKF3btOKcQu05ZocqoPfwn9Mqwk AYuVMZ76QWnPYtIXuckut+NSxKpfZnj4/UctSU2JKsxLFHRVS1Ln4g5HQgjEBJHfgwof HIVcths1kdQY8mI1nLgQcEcTj/JeBSdcQHYO4MSxkalSMUcv7r6MEYHkIca3dpodE7kz BrO0vf68BgJnggpMehiebiD20T23o111dtnojiablDUnHvsZSrzrN4QF+N/9U8+7Fpw2 NxRA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :mime-version:content-disposition:content-transfer-encoding :user-agent; bh=7WRwHwKLy1z9NWdEMDS/rBvCLUBslPL2/U7A8K1ykfg=; b=m8hRmpGvbecfGPFjhuZrCz65w0+SLPjdk/rOgwe6WIqmhCh37Gcg8gVfAJCFFM4C/j UcqUoDq8hA/RJCwz8v3I31GpnfNuX6feC1/PgZ8JJ0AtlFVm2erIvjdbgMxqL2aIbzq5 35qkRBzRWMoGQ4mN+ShSoTLEjwcHJWWy2hRJA0P0gcVU4vPFLDuXQO6/ZDoWJ1XY+TOp LyWjvZ3Ysue2UrKRxDPJYwmmNdntfLoujdTFLtS/tQVSuSVQ/EbRbBb2V8RfCwU7dAE1 gFCyTfQ2l/EAI5SQwsBrft9m0FQWWOtnTy63bK/3ykhwImeCnPzjynjxPid8x3cZ+WjB Z2Ng== X-Gm-Message-State: APjAAAWvl9XrSot8YDm1lFcqtqehuTQOthWCdsrnrjXvV8kZO7mNyCNs gmVOcTYiFcGlytvn89EQO8+VLAt7 X-Google-Smtp-Source: APXvYqy60bvOCZCYeX2uPbzZflUV8GCjaT2/Jn+DcUQq/F+VQDR3oxPPr+l9DW35QwYfd7GWWWiKHA== X-Received: by 2002:ac2:5091:: with SMTP id f17mr7098557lfm.107.1570139931266; Thu, 03 Oct 2019 14:58:51 -0700 (PDT) Date: Fri, 4 Oct 2019 00:58:48 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: [geda-user] [Announcement] Lepton EDA 1.9.9 Message-ID: <20191003215848.GA1990@newvzh.lokolhoz> Mail-Followup-To: geda-user AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.10.1 (2018-07-13) Note-from-DJ: This may be spam Reply-To: geda-user AT delorie DOT com We are pleased to announce Lepton EDA release 1.9.9. Release notes ============= We encourage you to test this release and provide feedback either to our issue tracker at https://github.com/lepton-eda/lepton-eda/issues or to the mailing list geda-user AT delorie DOT com. You can also chat with us at https://gitter.im/Lepton-EDA/. Here are the compressed sources: https://github.com/lepton-eda/lepton-eda/releases/download/1.9.9-20191003/lepton-eda-1.9.9.tar.gz Here is the GPG detached signature[*]: https://github.com/lepton-eda/lepton-eda/releases/download/1.9.9-20191003/lepton-eda-1.9.9.tar.gz.asc [*] Use an .asc file to verify that the corresponding file (without the .asc suffix) is intact. First, be sure to download both the .asc file and the corresponding tarball. Then, run a command like this: gpg --verify lepton-eda-1.9.9.tar.gz.asc Release changelog ----------------- This release is mostly to fix library versioning issues of the previous one. Full list of changes is available at: https://github.com/lepton-eda/lepton-eda/blob/master/NEWS.md and below. Contributor list ---------------- The following people have contributed code or reported bugs since the previous lepton-eda release 1.9.8 (as found in the commit history, issue tracker history, and other sources). - Vladimir Zhbanov - dmn (aka graahnul-grom) Thank you all! Notable changes in Lepton EDA 1.9.9 ----------------------------------- ### General changes: - The version of the `libleptonrenderer` library has been fixed. - The utility `lepton-xyrs` has been removed from the distribution since it has not been maintained or changed for many years and it does not belong to schematic capture. ### Changes in `liblepton`: - Static gettext domain name is now used for translation files. ### Changes in `lepton-netlist`: - Two new procedures, `page-list->schematic` and `file-name-list->schematic` have been added to the `(lepton schematic)` module to provide users with more intuitive way of `` record creation. The previously present procedure `make-toplevel-schematic` is still there, and has been made an alias of the latter. Its `netlist-mode` argument has been made optional and is `'geda` by default. -- Vladimir (λ)επτόν EDA — https://github.com/lepton-eda