diff --git a/NEWS b/NEWS index 18a1d8c20..754402914 100644 --- 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: diff --git a/gettext-runtime/intl/Makefile.am b/gettext-runtime/intl/Makefile.am index 69e39fcef..9f6e576f1 100644 --- a/gettext-runtime/intl/Makefile.am +++ b/gettext-runtime/intl/Makefile.am @@ -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 = \