]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
libtextstyle: Prepare intermediate release 0.20.5.
authorBruno Haible <bruno@clisp.org>
Tue, 21 Jan 2020 20:44:02 +0000 (21:44 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 21 Jan 2020 20:44:02 +0000 (21:44 +0100)
* libtextstyle/version.sh: Update version number.
* libtextstyle/lib/Makefile.am (LTV_*): Bump to 1:0:1.
* libtextstyle/NEWS: Update.
* NEWS: Likewise.

NEWS
libtextstyle/NEWS
libtextstyle/lib/Makefile.am
libtextstyle/version.sh

diff --git a/NEWS b/NEWS
index 5d62acb5f165223760d1d622de370e60e1af07b7..fdcc14e2d757ffef8983b840cd638d4d137c55a9 100644 (file)
--- 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
 
index 03d6f2680077f8066d0d049720c112f3e5eee267..1d294aba1c6f763463064ce4edcac46a3ea0aad9 100644 (file)
@@ -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.
index ac9a0fe4212e5eb8c4d83346dfcb2e4d375e1a18..38cd79f256416ef26ce443bbba3a28af84e69dd4 100644 (file)
@@ -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 += \
index 2daafe8c96883dea6a26e5e633ba82babc3f132c..16e00f05fa0baa3d11b48e805da0164859c4cdb8 100644 (file)
@@ -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