From: Tollef Fog Heen Date: Sat, 30 Jan 2010 12:50:29 +0000 (+0000) Subject: Release 1.3.1 X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~31 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c269114e3f66b2052f5ae637d3aa6e09e5998007;p=yubikey-personalization.old Release 1.3.1 --- diff --git a/Makefile.am b/Makefile.am index 665e4ef..8a8a37c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,7 +54,6 @@ pkgconfig_DATA = ykpers-1.pc if HAVE_LD_VERSION_SCRIPT libykpers_1_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libykpers-1.map -libykpers_1_la_DEPENDENCIES = $(srcdir)/libykpers-1.map ./ykcore/libykcore.la else libykpers_1_la_LDFLAGS += -export-symbols-regex '^(ykp|yk|ykds)_.*|_yk.*_errno_location' endif diff --git a/NEWS b/NEWS index 81d7168..1d83476 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- +* Version 1.3.1 (released 2010-01-30) + +** Fix build failure in some cases + * Version 1.3 (released 2010-01-30) ** libykpers-1: Give warning on unknown firmwares, but don't stop diff --git a/configure.ac b/configure.ac index 92a1fd9..17608cf 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -AC_INIT([yubikey-personalization], [1.3], +AC_INIT([yubikey-personalization], [1.3.1], [yubico-devel@googlegroups.com], [ykpers], [http://code.google.com/p/yubikey-personalization/]) AC_CONFIG_AUX_DIR([build-aux])