From 51c08b04883579ce35d2725e72f862ca5deb79d0 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Thu, 1 Oct 2020 12:33:53 +0800 Subject: [PATCH] Update for 1.5.1 release --- ChangeLog | 14 ++++++++++++++ Makefile.am | 1 + configure.ac | 2 +- po/pt_BR.po | 2 +- po/ru.po | 2 +- po/xcowsay.pot | 4 ++-- 6 files changed, 20 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index a3de896..f9a2491 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2020-10-01 Nick Gasson + + * src/floating_shape.c (make_shape_from_pixbuf): Correctly detect + if the display is composited or not. + * src/floating_shape.c (draw_shape): If the window manager is + non-compositing use the root window content as the window + background. The previous release would show black squares instead. + + * xcowsay 1.5.1 released! + +2020-02-08 Nick Gasson + + * xcowsay 1.5 released! + 2020-02-03 Nick Gasson * src/xcowsay.6: Remove the note about the lack of anti-aliasing. diff --git a/Makefile.am b/Makefile.am index 33b5910..e8af3aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,3 +10,4 @@ TESTS_ENVIRONMENT = \ BUILD_DIR=$(top_builddir) \ SRC_DIR=$(top_srcdir) +TESTS = test.sh diff --git a/configure.ac b/configure.ac index 4946066..c4b70b7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xcowsay], [1.5], +AC_INIT([xcowsay], [1.5.1], [Nick Gasson ], [xcowsay]) AC_PREREQ([2.63]) diff --git a/po/pt_BR.po b/po/pt_BR.po index 6b998ff..569c988 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: pt_BR\n" "Report-Msgid-Bugs-To: nick@cakesniffer.co.uk\n" -"POT-Creation-Date: 2020-02-03 17:52+0800\n" +"POT-Creation-Date: 2020-10-01 12:27+0800\n" "PO-Revision-Date: 2010-11-06 16:39-0200\n" "Last-Translator: Phantom X \n" "Language-Team: Português do Brasil \n" diff --git a/po/ru.po b/po/ru.po index 45a6053..d8af583 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ru\n" "Report-Msgid-Bugs-To: nick@cakesniffer.co.uk\n" -"POT-Creation-Date: 2020-02-03 17:52+0800\n" +"POT-Creation-Date: 2020-10-01 12:27+0800\n" "PO-Revision-Date: 2010-02-03 10:25+0500\n" "Last-Translator: \n" "Language-Team: Russian\n" diff --git a/po/xcowsay.pot b/po/xcowsay.pot index 25bbffd..36c1910 100644 --- a/po/xcowsay.pot +++ b/po/xcowsay.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: xcowsay 1.5\n" +"Project-Id-Version: xcowsay 1.5.1\n" "Report-Msgid-Bugs-To: nick@cakesniffer.co.uk\n" -"POT-Creation-Date: 2020-02-03 17:52+0800\n" +"POT-Creation-Date: 2020-10-01 12:27+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -- 2.39.2