From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:68c6:: with SMTP id v189-v6mr6815000itb.11.1534189304010; Mon, 13 Aug 2018 12:41:44 -0700 (PDT) X-Received: by 2002:aca:f495:: with SMTP id s143-v6mr504782oih.7.1534189303892; Mon, 13 Aug 2018 12:41:43 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!feeder4.usenet.farm!feed.usenet.farm!feeder.erje.net!2.eu.feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!w19-v6no1494572itb.0!news-out.google.com!c189-v6ni1978ith.0!nntp.google.com!w19-v6no1494565itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 13 Aug 2018 12:41:43 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2601:1c0:7000:7775:381f:f6f7:eebe:dbef; posting-account=1YPeQwoAAACAk-xhKPD32B0GIDdsFFtk NNTP-Posting-Host: 2601:1c0:7000:7775:381f:f6f7:eebe:dbef User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <217335be-1304-4c76-be31-dd43a6dc80d2@googlegroups.com> Subject: ANN: ZanyBlue v1.4.0 Available From: Michael Rohan Injection-Date: Mon, 13 Aug 2018 19:41:44 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2457 X-Received-Body-CRC: 1439374886 Xref: reader02.eternal-september.org comp.lang.ada:54163 Date: 2018-08-13T12:41:43-07:00 List-Id: Hi Folks, A new release of ZanyBlue is now available: 1.4.0. This is an Ada library currently targeting localization support for Ada (along the lines of Java properties) with supporting message formatting and built-in localization for about 20 locales. The properties files are compiled into Ada sources built with your application and use to access application messages at run-time. The run-time locale is used to select localized messages, if they are available. The changes for this release are # Added an "install" Makefile target to install on the ZB system (contributed by Pascal Pignard). Use gpr based utilities instead of gnat, e.g., "gprclean" instead of "gnatclean" # Updated the supporting Python scripts to use Python 3 # Updated Windows support. # Dropped usage of GPL library XML/Ada for zbtest. # Updated code for stricter checks with GNAT 2018. Mainly the removal of un-needed "use" statements. # Added instructions on building and installing Ahven and included a Ahven patch to support the stricter checks with GNAT 2018. Please see the the project page on Source Forge for download links, documentation, etc, http://www.zanyblue.com This project is licensed under a simple BSD style license. Take care, Michael.