* libtextstyle/version.sh: Update version number.
* libtextstyle/lib/Makefile.am (LTV_*): Bump to 1:0:1.
* libtextstyle/NEWS: Update.
* NEWS: Likewise.
- 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
-New in 0.21:
+New in 0.20.5:
* Added support for emitting hyperlinks.
New functions:
TYPE FUNCTION
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.
## 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
# 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 += \
# 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