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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,2273a296de8c1b6d,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder.news-service.com!news-out1.kabelfoon.nl!newsfeed.kabelfoon.nl!xindi.nntp.kabelfoon.nl!fi.sn.net!newsfeed2.fi.sn.net!news.song.fi!not-for-mail Date: Wed, 2 Jun 2010 19:24:13 +0300 From: Tero Koskinen Newsgroups: comp.lang.ada Subject: ANN: Ahven 1.8 Message-Id: <20100602192413.ff36db38.tero.koskinen@iki.fi> X-Newsreader: Sylpheed 2.7.1 (GTK+ 2.18.6; x86_64-unknown-openbsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Organization: NBL Networks Oy NNTP-Posting-Host: 217.30.184.161 X-Trace: 1275495853 news.nbl.fi 4160 217.30.184.161:34567 X-Complaints-To: abuse@nblnetworks.fi Xref: g2news2.google.com comp.lang.ada:12202 Date: 2010-06-02T19:24:13+03:00 List-Id: Hi, I released Ahven 1.8 today. It can be downloaded from http://sourceforge.net/projects/ahven/files/ Ahven is a unit testing library for Ada 95 programming language. Version 1.8 is a bugfix release with following changes: * Fix for double free when mixing dynamically allocated test cases with statically allocated test suites. * Support for dynamic libraries was dropped. It was too complex (for me) to maintain Makefile/GPR-file logic which would work in the same way on Fedora, Debian, OpenBSD, and Windows. If some packagers (like Debian people) want to enable support they can apply Makefiles and GNAT project files from Ahven 1.7 on top of 1.8. * Support for Janus/Ada 3.1.1d was dropped. Janus/Ada 3.1.2beta or newer is required. Janus/Ada 3.1.1d support required too many work-arounds, so to make my life easier I decided to drop the support. If someone needs this, I welcome patches. :) * TAP 1.3 test result format was dropped. Version 1.2 is supported. The release has been tested with following compilers: * FSF GCC/GNAT 4.3.5 and 4.4.4 * GNAT GPL 2009 * Janus/Ada 3.1.2beta * Irvine ICCAda The code can be compiled either as plain Ada 95 or as Ada 2005 code. -- Tero Koskinen - http://iki.fi/tero.koskinen/