]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
intl: Fix wrong libtool versioning information.
authorBruno Haible <bruno@clisp.org>
Sun, 12 May 2019 13:59:24 +0000 (15:59 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 12 May 2019 14:17:48 +0000 (16:17 +0200)
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.

NEWS
gettext-runtime/intl/Makefile.am

diff --git a/NEWS b/NEWS
index 18a1d8c20840f41803ada4c3be7567def6466160..7544029143442d306f1d576b256ac9259d79f94c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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:
index 69e39fcefaf892009484b2f91e978976bd3bb62e..9f6e576f14232054204316b8402cb469eb8a5e4f 100644 (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 = \