summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2006-03-21 09:03:37 +0000
committerFrederic Peters <fpeters@entrouvert.com>2006-03-21 09:03:37 +0000
commit19acf1b3b07d24c515a4cd4edd22fbd5183ffe8c (patch)
treee6b4824464802ad027aeee61c03c89fa74d79ec4
parent318276a1da7fa294a9308c5426693edf0f28fba3 (diff)
note about 0.6.5
-rw-r--r--NEWS5
-rw-r--r--configure.ac4
-rw-r--r--debian/changelog6
-rw-r--r--doap.rdf4
4 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 71764fd0..6165bec8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
NEWS
====
+0.6.5 - March 21st 2006
+-----------------------
+
+Fixed support for SWIG 1.3.28 (now required), fixed a win3 build issue.
+
0.6.4 - March 8th 2006
----------------------
diff --git a/configure.ac b/configure.ac
index e27bb387..f2a7bbf7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ dnl - Second number is the number of supported API versions where API version >
dnl first number.
dnl - Third number is the current API version implementation version number.
dnl See libtool explanations about current, age and release, later in this file.
-AC_INIT([Liberty Alliance Single Sign On], 0.6.4, lasso-devel@lists.labs.libre-entreprise.org)
+AC_INIT([Liberty Alliance Single Sign On], 0.6.5, lasso-devel@lists.labs.libre-entreprise.org)
dnl Check if autoconf ver > 2.53
AC_PREREQ(2.53)
dnl Check existence of a relative pathed source file.
@@ -24,7 +24,7 @@ dnl Copy stamp REVISIO-INFO in the configure script.
AC_REVISION($Revision$)
dnl Run many macros mostly needed by configure.ac.
-AM_INIT_AUTOMAKE(lasso, 0.6.4)
+AM_INIT_AUTOMAKE(lasso, 0.6.5)
dnl Create rules to automaticaly regenerate the config header.
AM_CONFIG_HEADER(lasso/lasso_config.h)
dnl Add --enable-maintainer-mode option to configure.
diff --git a/debian/changelog b/debian/changelog
index 9467f7b6..afe5741f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+lasso (0.6.5-0) unofficial; urgency=low
+
+ * unofficial build.
+
+ -- Frederic Peters <fpeters@debian.org> Tue, 21 Mar 2006 10:02:53 +0100
+
lasso (0.6.4-0) unofficial; urgency=low
* unofficial build.
diff --git a/doap.rdf b/doap.rdf
index 15dc348c..67315ada 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -52,6 +52,10 @@
</repository>
<release>
<Version>
+ <created>2006-03-21</created>
+ <revision>0.6.5</revision>
+ </Version>
+ <Version>
<created>2006-03-08</created>
<revision>0.6.4</revision>
</Version>