From: Bruno Haible Date: Tue, 21 Jan 2020 20:44:02 +0000 (+0100) Subject: libtextstyle: Prepare intermediate release 0.20.5. X-Git-Tag: v0.21~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b4776b8f66401ee936cf9af08543ec1a8aa2051;p=thirdparty%2Fgettext.git libtextstyle: Prepare intermediate release 0.20.5. * libtextstyle/version.sh: Update version number. * libtextstyle/lib/Makefile.am (LTV_*): Bump to 1:0:1. * libtextstyle/NEWS: Update. * NEWS: Likewise. --- diff --git a/NEWS b/NEWS index 5d62acb5f..fdcc14e2d 100644 --- a/NEWS +++ b/NEWS @@ -31,6 +31,7 @@ Version 0.21 - December 2019 - Added support for emitting hyperlinks. - New API for doing formatted output. - The example programs support the NO_COLOR environment variable. + - Fixed a number of bugs (by upgrading libcroco to version 0.6.13). Version 0.20.1 - May 2019 diff --git a/libtextstyle/NEWS b/libtextstyle/NEWS index 03d6f2680..1d294aba1 100644 --- a/libtextstyle/NEWS +++ b/libtextstyle/NEWS @@ -1,4 +1,4 @@ -New in 0.21: +New in 0.20.5: * Added support for emitting hyperlinks. New functions: TYPE FUNCTION @@ -14,6 +14,7 @@ New in 0.21: functions ostream_printf, ostream_vprintf. * The example programs support the NO_COLOR environment variable, as specified in https://no-color.org/. +* Fixed a number of bugs (by upgrading libcroco to version 0.6.13). New in 0.20: * New class: noop_styled_ostream_t. diff --git a/libtextstyle/lib/Makefile.am b/libtextstyle/lib/Makefile.am index ac9a0fe42..38cd79f25 100644 --- a/libtextstyle/lib/Makefile.am +++ b/libtextstyle/lib/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the lib subdirectory of GNU libtextstyle. -## Copyright (C) 2009-2019 Free Software Foundation, Inc. +## Copyright (C) 2009-2020 Free Software Foundation, Inc. ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -283,9 +283,9 @@ AM_CPPFLAGS += -DDEPENDS_ON_LIBICONV=1 # Libtool's library version information for libtextstyle. # See the libtool documentation, section "Library interface versions". -LTV_CURRENT=0 +LTV_CURRENT=1 LTV_REVISION=0 -LTV_AGE=0 +LTV_AGE=1 # How to build libtextstyle.la. libtextstyle_la_LDFLAGS += \ diff --git a/libtextstyle/version.sh b/libtextstyle/version.sh index 2daafe8c9..16e00f05f 100644 --- a/libtextstyle/version.sh +++ b/libtextstyle/version.sh @@ -1,3 +1,3 @@ # Version number and release date. -VERSION_NUMBER=0.20 -RELEASE_DATE=2019-05-08 # in "date +%Y-%m-%d" format +VERSION_NUMBER=0.20.5 +RELEASE_DATE=2020-01-21 # in "date +%Y-%m-%d" format