summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
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 <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])