OLVER Core Release Notes
OLVER 1.4 (27 June 2008)
- Requirements catalogue has been completely finished: all the requirements of the LSB Core 3.2 are identified, delineated and placed into the catalogue.
- More subsystems implemented in good testing quality:
- io.fstream.buffer;
- io.fstream.lock;
- io.fstream.wstream;
- io.multiplex;
- locale.ctrans;
- locale.ctype;
- locale.nlcat;
- locale.wctrans;
- locale.wctype;
- ncurses.terminal.termcap;
- process.context;
- process.goto;
- signal.sigctrl;
- signal.sigstr;
- signal.sigwait;
- system.stat;
- util.conversion.strreal;
- util.pam.
- New bugs in LSB and Linux distributions detected, investigated, described at the linuxtesting.org site and reported to the appropriate bodies.
OLVER 1.3 (28 December 2007)
- All 7 LSB architectures (IA32, IA64, x86_64, PPC32, PPC64, s390, s390x) are supported now. It is possible now to build and run OLVER on any of these architectures.
- More subsystems are implemented in better testing quality: io.fstream.fstream, util.format.money, util.format.wtime.
- Mathematical functions testing quality is improved.
- OLVER is much more stable now.
- New coverage definitions are added.
- Several problems in requirements (bad names, double requirements etc.) are removed.
- TODO_ERR and ERROR_SHALL3/MAY3(Unknown_Bool3) do not get to a trace during tests execution now.
- Usuability of OLVER is improved: su/sudo commands are supported when executing commands that require root priviledges now, run prerequisites check is improved, build prerequisites check is introduced.
- Many known bugs in LSB and distributions are reported and described in detail with examples. References to these descriptions can be found directly in OLVER summary report.
- OLVER is based on the latest version of CTesk 2.4 now.
- It is possible to use IBM Java 5 or later now, not only Sun Java as it was in 1.2.
- Several cosmetic fixes in sources were performed: extra tabs were removed, unused code was dropped off, comments were added and so on.