]> err.no Git - yubikey-personalization.old/commitdiff
Release 1.3.1
authorTollef Fog Heen <tfheen@gmail.com>
Sat, 30 Jan 2010 12:50:29 +0000 (12:50 +0000)
committerTollef Fog Heen <tfheen@gmail.com>
Sat, 30 Jan 2010 12:50:29 +0000 (12:50 +0000)
Makefile.am
NEWS
configure.ac

index 665e4efcfd54e7e044147d591b4223f4b74fc375..8a8a37c1ee6e305bd816f2f2a299620a3a129199 100644 (file)
@@ -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 81d71685cf9b841b049ca2926bced1aff5365a5e..1d83476a38a8940b044973395ba67731fbe97622 100644 (file)
--- 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
index 92a1fd934b8b9fd2403feee121af5b6782d3be4c..17608cf47ad197ae00defe10f0f9540c14d75c9e 100644 (file)
@@ -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])