Skip to content

Commit

Permalink
Bump version to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dkochmanski committed Feb 4, 2018
1 parent ac92c44 commit c3b55bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
-*- Text -*-

-- Changes in CLX 0.7.5, 2018-02-04 --

Various OpenMCL (CCL) issues fixed
Correct Decnet host parsing
Automated tests for "displays" and "core protocol"
Manual improvements with regard to inconsistencies with code
"RandR", "DRI2", "XC-MISC" and "Composite" extensions support

Thanks to Manuel Giraud, Daniel Kochmański, Tomasz Kurcz, Javier Olaechea, Luis Oliveira

-- Changes in CLX 0.7.4, 2017-08-18 --

Unit test framework fiasco has been added to the codebase.

Demos and tests are put in a separate system clx/demo and clx/tests.

Option `win-gravity' is fixed so it doesn't crash in some scenarios.

-- Changes in telent CLX 0.7.3, Tue Mar 28 2006 ---
Expand Down
2 changes: 1 addition & 1 deletion clx.asd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Independent FOSS developers"
:maintainer "sharplispers"
:license "MIT"
:depends-on (#+(or ecl sbcl) sb-bsd-sockets)
:version "0.7.4"
:version "0.7.5"
:serial t
:default-component-class clx-source-file
:in-order-to ((test-op (test-op "clx/test")))
Expand Down

0 comments on commit c3b55bc

Please sign in to comment.