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=from:date:to:subject:message-id:mail-followup-to:mime-version :content-disposition:content-transfer-encoding; bh=5arzG/9H6DsEHF8dGE4bW40MoYBZtx7oBwWwSY/BN9M=; b=bEeQ1RMbTQyXPz47/0se+NCb7BEChP+MGCpqN7UcsQEqVjlExoODbHGaONVJo6L62y acQwthXAAAQX7gVFSwf6xWuu2tMR2U9JI6ViQZfM3Aa7S9Usm0rmGTTelzkFkw5LDe/8 qN67OmzXkuWYeZGMD8ZTFFot3bkEMAkP3753TqUcPq1IExF2vc27DYtFJUTHuR0DMVeA dKesBjG+w/BSQXuKnZzTZOFHR8C8tptJgt5/32q+p7OrKb+5TgiZv1wG5oZWvGa0cmuL Xb6F/cgMu93jDm+I2MEVEP7tIlo4q8+YggfOYlizdGY7MyJmAH+yrVGMSBNNA7XxO68p TOsw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:date:to:subject:message-id:mail-followup-to :mime-version:content-disposition:content-transfer-encoding; bh=5arzG/9H6DsEHF8dGE4bW40MoYBZtx7oBwWwSY/BN9M=; b=Oo8rW5p1BI5uALgrFHCNryQpG5twtT9fyi051qQwIX8wA16cH6IHFv9vX48yfMCVKX YAXjqgKyNLmTVU2il+USNm7S2XmzdR6wsjoCGEqKMPFTyBB9G8SLJ2BADhHFtG2zX4+f FOUYMlXjVqE8sVVBe3Y5f1lUOVdKJEwwSqROpwpyX7zQyqthJxb9cU1InaqpnW5EdcRP xSe75XS6Sm46LBShAdYimbIx9lzaii2CJ9GwyM7yw3SSAURaXszXu7yiq/EDyz05yHbe e19kwxA6sQJYm1157N0g2qvBTuHBUOZwHPBBSHDE9pF440jiwQEd1RkspRJXn5K9V06h m1Ug== X-Gm-Message-State: AOAM533Z3flrWDmQ49zPl5BRHk9SyL1wdwHU8e3joJm1gwhcj9iLR+b5 C3ec6Hy9m8pZm31CAMlLSNQK8C9E/rQ= X-Google-Smtp-Source: ABdhPJxbQkJbmj8MPdaUCTNTgG75vOYS9xkvb2Om5kMUxqWtWkfAOIJP8KwcqvP9uLc1tdhwmsiAvA== X-Received: by 2002:a05:6512:308d:: with SMTP id z13mr5730166lfd.47.1627746812544; Sat, 31 Jul 2021 08:53:32 -0700 (PDT) From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" X-Google-Original-From: Vladimir Zhbanov Date: Sat, 31 Jul 2021 18:53:31 +0300 To: geda-user AT delorie DOT com Subject: [geda-user] [Announcement] Lepton EDA 1.9.16 Message-ID: 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 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.16. This release represents about 200 commits by 2 people, bringing several important changes, improvements, and bug fixes to the code. * About Lepton EDA is a suite of free software tools for designing electronics. It provides schematic capture, netlisting into over 30 netlist formats, and many other features. It was forked from the gEDA/gaf suite (http://wiki.geda-project.org/geda:gaf) in late 2016 by most of its active developers at that time. The project team maintains traditional and evolutional (but not conservative) development of tools in the suite. * 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.16-20210731/lepton-eda-1.9.16.tar.gz Here is the GPG detached signature[*]: https://github.com/lepton-eda/lepton-eda/releases/download/1.9.16-20210731/lepton-eda-1.9.16.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.16.tar.gz.asc * Release changelog The new release introduces several bug fixes and other changes. Please let us know if you still encounter bugs with it in our tools. Full list of changes is available at: https://github.com/lepton-eda/lepton-eda/blob/master/NEWS.md and below. * Online documentation Please see our documentation at a dedicated Lepton site on Github: https://lepton-eda.github.io/ The documentation has changed significantly though it is still needs your help. Please help us fill in it with information interesting or important to you. * Contributor list The following people have contributed code or reported bugs since the previous lepton-eda release 1.9.15 (as found in the commit history, issue tracker history, and other sources). - Dmitry (AKA dmn) - Karl Hammar - Steven Astravas - Vladimir Zhbanov Many others are working on packaging Lepton for various distributions. Thank you all! * Changes since version 1.9.15 (excerpt from the NEWS file) ### General changes: - Compilation warnings on running Lepton utilities written in Scheme, which shown up in the previous release, have been fixed. - Several symbols in the `sym/analog` have been fixed by adding missing `footprint`, `value`, and `symversion` attributes. - Test schematics for netlister have been made self-sufficient by adding symbols they depend on. - A new integration test suite written in Scheme has been added to unify testing of all Lepton utilities in future. ### Changes when building from source: - Versions of `Cygwin` libraries are now updated automatically. ### Changes in `liblepton`: - Several Scheme functions related to source libraries have been fixed or improved as follows: - The function `source-library-search()` no longer adds wrong directories with duplicated root name. - The functions `source-library()`, `source-library-search()`, `reset-source-library()` now return the value of the default source library record. - The functions now check the type of their arguments and raise `'wrong-type-arg` exception if it is wrong. ### Changes in `lepton-schematic`: - Several status bar indicators have been made interactive. Now, the user can change the *rubber band* and *magnetic net* modes and sizes of grid and snap simply by clicking on the indicators. ### Changes in `lepton-netlist`: - The output of the `switcap` netlister backend which was broken for several years is now fixed according to its documentation. -- Vladimir (λ)επτόν EDA — https://github.com/lepton-eda