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; t=1570177840; s=strato-dkim-0002; d=q40.de; h=In-Reply-To:Date:Message-ID:From:References:To:Subject: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=adF4PKEFTU0M/aIENExZUTMbZis3YnTH+VJGjskYuXQ=; b=AcFvzuL9kf3DJJ5wt99Hx2hKJdx2/XpRvuUY4IRgCU8cr6dxtML8tpkHlEgzfAPhtn boJnSzG8DZtj/tw78TdW1VZWpN6dRZFqZSPWj/oNLIl3LVMxlBMVtorpMXMIujVxLD4C PIxDKQt0aFtAz/wQPbgl2vONRu4vYlL4UVfqYHzRX0ynYDhiorFOAWgMdJQxzwtQo3rG hIjtNBWIVlomPDsurLXT+L6nR11+zzO1/zKw633YSsxQ39KUA147F8+MwuGNzJd5TEPg 8AJgRAM6IwD8KzrJd1gaQAT3edULcwnFbtDfy5S/yUiDpgqX+gwH1MvKD2bsAOrv32Gb 13Qg== X-RZG-AUTH: ":KGkWcEuIaqvXDP/lM1VHWdKIkA3Ju5YmsfNOVu4RNhF4KSfc3vbqa34OhHVE" X-RZG-CLASS-ID: mo00 Subject: Re: [geda-user] [Announcement] Lepton EDA 1.9.9 To: geda-user AT delorie DOT com References: <20191003215848 DOT GA1990 AT newvzh DOT lokolhoz> From: "Derek Stewart (derek AT q40 DOT de) [via geda-user AT delorie DOT com]" Message-ID: <210059e7-d327-ecee-b77a-f4ad30d0824c@q40.de> Date: Fri, 4 Oct 2019 09:30:39 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <20191003215848.GA1990@newvzh.lokolhoz> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi, I have downloaded the new Lepton EDA 1.9.9, which did compile OK on my Ubuntu 19.04 system and runs very nicely. One point, I could not find the INSTALL file in the distribution, which is detailed in the Installation Section of the README.md file. Is this missing? Regards, Derek On 03/10/2019 22:58, Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > 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. >