diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-22 16:50:21 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-22 16:50:21 (EDT) |
commit | 88e6fba8ef6947eb6aa95204a82208eda3d9a7f0 (patch) | |
tree | 1787fde6d78356c727c8b84574da54a0c4ac7271 | |
parent | 0a7d6c3bb86b5aed2003b06c1d1d5c630ad124f7 (diff) |
configure.ac, NEWS: Set version to 3.1.1 and mention ldconfig usage
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -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 <http://www.gnu.org/licenses/>. -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]) |