From a444b1278dbd74ea4e6c4846d3ee653e05cccb94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Mon, 13 May 2024 09:28:08 +0200 Subject: [PATCH] bump version to 0.7.6 fixes #207. --- NEWS | 19 +++++++++++++++++++ clx.asd | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ea91c3e..c8395c0 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/clx.asd b/clx.asd index 0b79a1b..e342772 100644 --- a/clx.asd +++ b/clx.asd @@ -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")))