2.1.0.RC1

This commit is contained in:
Roland Gruber 2007-10-28 18:29:11 +00:00
parent 2335e1887c
commit 2c668d456f
4 changed files with 7 additions and 3 deletions

View File

@ -1,11 +1,13 @@
??? 2.1.0
07.11.2007 2.1.0
- tabular design for account pages
- show DN on account pages
- Samba 3: made Samba account optional
- Samba 3: manages now terminal server settings
- fixed bugs:
-> LAM Pro: UTF-8 characters are invalid displayed on configuration page (1788752)
-> LAM works again on PHP 5.1.x (1792447)
-> Quota: managing group quotas does not work (1811728)
-> Samba 3 domains: lockout users after bad logon attempts must allow 0 - 999 (1814578)
08.08.2007 2.0.0

View File

@ -7,7 +7,7 @@ LAM 2.1.x
- tabular design for account pages (done)
- show DN on account pages (done)
- Samba 3: manage terminal server options
- Samba 3: manage terminal server options (done)
LAM 2.2.x

View File

@ -1 +1 @@
2.1.0.CVS
2.1.0.RC1

View File

@ -12,6 +12,8 @@ Style changes:
baseModule:
- The class variable $base is no longer visible in child classes. Please use
$this->getAccountContainer() to access the accountContainer object.
- Several other class variables in accountContainer etc. are now private.
Use the new access methods.