diff options
-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]) |