From 69d1cbd7896323ff6f784b93305ef24b46a449db Mon Sep 17 00:00:00 2001 From: cage Date: Wed, 14 Dec 2022 11:49:17 +0100 Subject: [PATCH] - increased version number; - updated news and changelog files. --- ChangeLog | 22 ++++++++++++++++++++++ NEWS.org | 6 ++++++ tinmop.asd | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5f17032..d01303a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2022-12-14 cage + + * quick_quicklisp.sh.in, + * src/ui-goodies.lisp: + + - removed hardcoded font spec when making an image mosaic; + - updated croatoan version. + +2022-12-12 cage + + * ChangeLog, + * NEWS.org, + * doc/tinmop.man, + * doc/tinmop.org, + * po/it.po, + * po/tinmop.pot: + + - updated changelog. + - updated italian translation. + - updated NEWS file. + - updated documentation. + 2022-12-11 cage * src/ui-goodies.lisp: diff --git a/NEWS.org b/NEWS.org index 24c4893..3f52a2b 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,9 @@ +* 2022-12-14 version 0.9.9.2 + + - Bugfix + Removed a command switch that prevented the command + `gemini-images-montage' to run. + * 2022-12-12 version 0.9.9.1 - New feature diff --git a/tinmop.asd b/tinmop.asd index ebd53b6..83c4a5d 100644 --- a/tinmop.asd +++ b/tinmop.asd @@ -18,7 +18,7 @@ (defsystem :tinmop :author "cage" :license "GPLv3" - :version "0.9.9.1" + :version "0.9.9.2" :pathname "src" :serial t :bug-tracker "https://notabug.org/cage/tinmop/issues"