Skip to content

Releases: gildor478/ounit

2.2.7

22 Mar 21:10
Compare
Choose a tag to compare

CHANGES:

Fixed

Changed

  • Update to Dune 3.0 for newer stanzas and warnings.
    #96, @MisterDA

2.2.6

08 Feb 18:19
Compare
Choose a tag to compare

CHANGES:

Fixed

  • Use package seq to prepare for OCaml 5.00. Thanks to kit-ty-kate.

2.2.5

22 Jan 10:28
Compare
Choose a tag to compare

CHANGES:

Fixed

  • Remove Thread.kill call, it was anyway not implemented and now it is
    officially deprecated. (Closes: #85)

v2.2.4

20 Dec 14:34
Compare
Choose a tag to compare

CHANGES:

Fixed

  • Skip AssertCodePosition test if no debug symbols are available. (Closes: #21)

v2.2.3

11 Jul 15:47
Compare
Choose a tag to compare

CHANGES:

Changed

  • Minimal OCaml version is now 4.04.

Fixed

  • Make colored output and JUnit features more prominent in the documentation.
    (Closes: #13, #12)
  • Increase default timeouts, so that they work as well for slow architecture
    like s390x. The fastest timeout is now 20s (immediate test) and the longest
    is 1h (huge test). (Closes: #18)

v2.2.2

24 Jan 22:07
Compare
Choose a tag to compare

CHANGES:

Fixed

  • Don't follow symlink in bracket_tmpdir removal code (Closes: #11).

v2.2.1

02 Oct 21:59
Compare
Choose a tag to compare

CHANGES:

Fixed

  • Fix problem with OCaml 4.03 and ambiguous command (Closes: #10).

v2.2.0

25 Sep 17:11
Compare
Choose a tag to compare

CHANGES:

Changed

  • Rename ounit/ounit-lwt OPAM and library to ounit2/ounit2-lwt. The META file
    to rename oUnit to ounit was not working on Windows and MacOSX because their
    filesystems are case insensitive and the install directories were the same.
    The new ounit2/ounit2-lwt packages avoid name clash on Windows/MacOSX and
    we still have ounit/ounit-lwt to allow the transition to the new package
    name. (Closes: #8)

v2.1.2

23 Sep 20:02
Compare
Choose a tag to compare

CHANGES:

v2.1.1

23 Sep 07:27
Compare
Choose a tag to compare

CHANGES:

Changed

  • install a backward compatible META to help the transition from oUnit to ounit
    library name. In order to depend on OUnit now, the name "ounit" should be
    used (rather than the old "oUnit"). This change allows to be consistent with
    the name of the opam package.