Skip to content

Commit

Permalink
bump version to 0.7.6
Browse files Browse the repository at this point in the history
fixes #207.
  • Loading branch information
dkochmanski committed May 13, 2024
1 parent 96ac2a9 commit a444b12
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
-*- Text -*-

-- Changes in CLX 0.7.6, 2024-05-13 --

Introduce rudimentary LICENSE file
Enable CLX for LispWorks 8.x and later
BUFFER-READ-DEFAULT handles gracefully eof and partial reads
RENDER-FREE-GLYPHS accepts START and END arguments
Export a new convenience function FIND-STANDARD-PICTURE-FORMAT
Fix RR-GET-SCREEN-INFO rates
Initial port for ABCL
Various fixes for bundled demos
Document composite extension
Export COMPOSITE-RELEASE-OVERLAY-WINDOW
Portability fixes for multiple Common Lisp implementations
Merge support for CLASP
Merge support for CMUCL
Cleanup of dependents and removal of obsolete kludges
Export RENDER-SET-PICTURE-TRANSFORM
Implement all render triangle functions from XRender

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

Various OpenMCL (CCL) issues fixed
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.5"
:version "0.7.6"
:serial t
:default-component-class clx-source-file
:in-order-to ((test-op (test-op "clx/test")))
Expand Down

0 comments on commit a444b12

Please sign in to comment.