From b9679c9a6b86eac1c81cce16144a25187a807143 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 9 Dec 2002 00:24:02 +0000 Subject: [PATCH] Release 0.0.7 (version 0.0.6 was abandoned). --- NEWS | 6 ++++++ configure.ac | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 356e9a1..3ca4b8f 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,12 @@ See the end for copying conditions. Please send libstringprep bug reports to bug-libstringprep@josefsson.org. +* Version 0.0.7 + +** Apply all tables to entire strings, not just first hit. + +** Fix bidi infloop. + * Version 0.0.5 ** Fix prohibited characters handling. diff --git a/configure.ac b/configure.ac index 4d58f84..5198dd4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(libstringprep, 0.0.6, bug-libstringprep@josefsson.org) +AC_INIT(libstringprep, 0.0.7, bug-libstringprep@josefsson.org) AC_CONFIG_SRCDIR(stringprep.h.in) # Interfaces removed: CURRENT++, AGE=0, REVISION=0 @@ -12,7 +12,7 @@ AC_SUBST(LT_CURRENT) AC_SUBST(LT_AGE) AC_SUBST(LT_REVISION) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE(gnits) AM_CONFIG_HEADER(config.h) # Checks for programs. -- 2.11.4.GIT