*** empty log message ***
This commit is contained in:
parent
82cf42aafc
commit
352d8bedcf
|
@ -247,10 +247,12 @@ google_color_text = "000000";
|
|||
<h1>Changelog</h1>
|
||||
<br>
|
||||
<p> </p>
|
||||
|
||||
|
||||
<table cellspacing="0" width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th colspan="2">Sunday 22th July 2007 - 2.0.0.RC1 (test release)</th>
|
||||
<th colspan="2">Wednesday 8th August 2007 - 2.0.0</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
|
|
@ -258,19 +258,19 @@ google_color_text = "000000";
|
|||
<table cellspacing="0" width="70%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th colspan="2" width="100%">LDAP Account Manager 2.0.0.RC1 (test release)</th>
|
||||
<th colspan="2" width="100%">LDAP Account Manager 2.0.0</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <a class="download" href="http://prdownloads.sourceforge.net/lam/ldap-account-manager-2.0.0.RC1.tar.gz?download"> -
|
||||
Source code - ldap-account-manager-2.0.0.RC1.tar.gz</a> </td>
|
||||
<td> <a class="download" href="http://prdownloads.sourceforge.net/lam/ldap-account-manager-2.0.0.tar.gz?download"> -
|
||||
Source code - ldap-account-manager-2.0.0.tar.gz</a> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <a class="download" href="http://prdownloads.sourceforge.net/lam/ldap-account-manager_2.0.0.RC1-1_all.deb?download"> -
|
||||
Debian package - ldap-account-manager_2.0.0.RC1-1_all.deb</a> </td>
|
||||
<td> <a class="download" href="http://prdownloads.sourceforge.net/lam/ldap-account-manager_2.0.0-1_all.deb?download"> -
|
||||
Debian package - ldap-account-manager_2.0.0-1_all.deb</a> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <a class="download" href="http://prdownloads.sourceforge.net/lam/ldap-account-manager-2.0.0.RC1-1.noarch.rpm?download"> -
|
||||
RPM package - ldap-account-manager-2.0.0.RC1-1.noarch.rpm</a> </td>
|
||||
<td> <a class="download" href="http://prdownloads.sourceforge.net/lam/ldap-account-manager-2.0.0-1.noarch.rpm?download"> -
|
||||
RPM package - ldap-account-manager-2.0.0-1.noarch.rpm</a> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -253,8 +253,11 @@ LDAP Account Manager on a machine on the internet and check out its
|
|||
features.</p>
|
||||
<p><br>
|
||||
<br>
|
||||
Unfortunately, there is currently no LAM demo server. If you are interested in hosting a demo server
|
||||
please mail <a href="mailto:post@rolandgruber.de">Roland Gruber</a>.
|
||||
<!--
|
||||
<a href="http://intech009.intech.unu.edu/lam/lam-stable/">Demo server 1 (last stable release)</a> The password is "secret".
|
||||
<br><!--
|
||||
<br>
|
||||
<a href="http://intech009.intech.unu.edu/lam/lam-cvsdemo/">Demo server 1 (CVS)</a> The password is "secret".
|
||||
<br>-->
|
||||
<br>
|
||||
|
|
|
@ -251,13 +251,12 @@ google_color_text = "000000";
|
|||
<table cellspacing="0" width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>Sunday 22th July 2007 - 2.0.0.RC1</th>
|
||||
<th>Wednesday 8th August 2007 - 2.0.0</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>This is the first release which requires PHP5. It includes two
|
||||
new translations (Simplified Chinese and Czech) and includes
|
||||
several bug fixes and minor improvements.<br><br>
|
||||
This is a test release. Do not use it in productive environments!</td>
|
||||
several bug fixes and minor improvements.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -252,6 +252,19 @@ Please use our <a href="http://sourceforge.net/tracker/?group_id=73243&atid=
|
|||
|
||||
<h1>Known bugs</h1>
|
||||
|
||||
<h2>LAM 2.0.0</h2>
|
||||
<table style="border-spacing:0px">
|
||||
<tr>
|
||||
<th> Severity </th>
|
||||
<th> BTS link </th>
|
||||
<th> Description </th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=3 class="bugOther">No known bugs</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<h2>LAM 1.3.0</h2>
|
||||
<table style="border-spacing:0px">
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue