From 88e6fba8ef6947eb6aa95204a82208eda3d9a7f0 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 22 Mar 2019 16:50:21 -0400 Subject: configure.ac, NEWS: Set version to 3.1.1 and mention ldconfig usage --- diff --git a/NEWS b/NEWS index 5417164..1497a92 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +opkhelper version 3.1.1 +----------------------- + +Released: ????-??-?? + +Changes in this release: + + * Use ldconfig to find library search directories at run time, instead + of setting directories at build time. This enables architecture- + specific library directories to be searched without making opkhelper + itself architecture-specific. Note that this is specific to glibc; + other libraries will need to be supported in the future. + opkhelper version 3.1.0 ----------------------- diff --git a/configure.ac b/configure.ac index df0982e..1a4eb84 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -AC_INIT([opkhelper], [3.1.0], +AC_INIT([opkhelper], [3.1.1], [mailto:proteanos-dev@lists.proteanos.com], [opkhelper], [http://www.proteanos.com/dev/opkhelper/]) AC_CONFIG_AUX_DIR([build-aux]) -- cgit v0.9.1