intl: Fix wrong libtool versioning information.

Reported by Ken Takata <ktakata65536@gmail.com>
in <https://savannah.gnu.org/bugs/?56305>.

* gettext-runtime/intl/Makefile.am (LTV_*): Bump to 9:6:1, not 9:6:2.
* NEWS: Mention the change.
This commit is contained in:
Bruno Haible 2019-05-12 15:59:24 +02:00
parent dc96c48d1a
commit c428bfed5e
2 changed files with 6 additions and 1 deletions

5
NEWS
View File

@ -1,3 +1,8 @@
Version 0.20.1 - May 2019
* Important bug fix:
- Fixed a wrong shared library versioning of libintl.so.
Version 0.20 - May 2019
* Support for reproducible builds:

View File

@ -349,7 +349,7 @@ libgnuintl_la_DEPENDENCIES = $(WOE32_LIBADD)
# libtool documentation, section "Library interface versions".
LTV_CURRENT=9
LTV_REVISION=6
LTV_AGE=2
LTV_AGE=1
# How to build libintl.la and libgnuintl.la.
OTHER_LDFLAGS = \