Release 2.4.1

This commit is contained in:
Benjamin Dauvergne 2014-08-28 16:01:37 +02:00
parent 8484e7a065
commit d95a7afcb6
6 changed files with 12746 additions and 31794 deletions

44501
ChangeLog

File diff suppressed because it is too large Load Diff

12
NEWS
View File

@ -1,11 +1,19 @@
NEWS
====
2.4.1 - xxx
-----------
2.4.1 - Septembre 28th 2014
---------------------------
56 commits, 35 files changed, 12590 insertions(+), 31117 deletions(-)
- fix bug #4455 runtime bug in perl binding on debian wheezy 32bits #
- fix warning on g_type_init() on GLib > 2.36
- lot of null pointer, boundary checks, and dead code removal after validation
using Coverity and Clang static analyzer (Simo Sorce)
- always set NotOnOrAfter on the Condition element
- fix pkg-config typo (Simon Josefsson)
- Python binding now conserve the order of session indexes values
- fix memory leaks
- Python bindings now automatically convert unicode values to UTF-8
2.4.0 - January 7th 2014
------------------------

View File

@ -186,7 +186,7 @@ dnl - interfaces removed -> AGE = 0
# m = a
# r = r
current=`expr $VERSION_MAJOR + $VERSION_MINOR`
LASSO_VERSION_INFO="14:0:11"
LASSO_VERSION_INFO="14:1:11"
AC_SUBST(LASSO_VERSION_INFO)
dnl Compute the minimal supported ABI version for Win32 scripts and resources files.

View File

@ -61,6 +61,14 @@
</SVNRepository>
</repository>
<release>
<Version>
<created>2014-08-28</created>
<revision>2.4.1</revision>
</Version>
<Version>
<created>2014-01-07</created>
<revision>2.4.0</revision>
</Version>
<Version>
<created>2011-11-29</created>
<revision>2.3.6</revision>

View File

@ -9,7 +9,7 @@
<p>
All our <a href="https://dev.entrouvert.org/releases/lasso/">releases</a>
are available through HTTP. The latest is the 2.4.0.
are available through HTTP. The latest is the 2.4.1.
</p>
<h1>Binary Downloads</h1>

View File

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<div xmlns="http://www.w3.org/1999/xhtml">
<h3>2014-08-28: Released 2.4.1</h3>
<p>
Lasso 2.4.1 has been released.
<a href="https://dev.entrouvert.org/releases/lasso/lasso-2.4.1.tar.gz">Download 2.4.1 now</a>
</p>
<p class="changes">
<strong>What changed ?</strong>
A lot, so look at the <a href="http://repos.entrouvert.org/lasso.git/tree/NEWS?id=83dc14c307d1bab59986815c1d6306ec9c256600">NEWS</a> file.
</p>
</div>