Changes between Version 1 and Version 2 of Document/Changelog/1.1.30
- Timestamp:
- 06/22/09 17:48:42 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Document/Changelog/1.1.30
v1 v2 87 87 CA Module: 88 88 Package Configured/Used [http://www.openssl.org/docs/apps/ca.html# using OpenSSL as a Certificate Authority] 89 * Generate certificates for eBox services using the user created CA 89 90 * Generate CRL at CA startup and correct CRL names 90 91 * Allow "*" character in common names … … 104 105 EGroupware Module: 105 106 Package Configured/Used [http://www.egroupware.org/ EGroupware] 107 * eGroupware backup is now integrated in eBox full backup 108 * Added support for bookmarks eGroupware application 106 109 * Bugfix: Setting permissions template on a group caused an error 107 110 * Bugfix: Restart [http://www.postgresql.org/ PostgreSQL] in a safer way during the enable process … … 125 128 126 129 Mailfilter Module: 127 Package Configured/Used [http://mailfilter.sourceforge.net/ mailfilter] 130 131 * Bugfix: when the user spam/ham does not exist do not try to 132 remove its account 128 133 * Use the new row() and ids() API 129 134 * Bugfix: If the module is disabled the filter now appears as disabled as it should be … … 137 142 138 143 network 144 * Added support for all missing netmasks between /16 and /32 145 * Added support for search domain in /etc/resolv.conf 146 * Use ICMP for traceroute diagnosis 139 147 * Added traceroute on network diagnosis 140 148 * Use new rows() and ids() API … … 147 155 objects: 148 156 * Use new rows() and ids() API 157 158 printers 159 * Adedd IPP and LPD printes 149 160 150 161 OpenVPN Module: … … 156 167 Samba Module: 157 168 Package Configured/Used [http://us3.samba.org/samba/ Samba] 169 * bugfix: add user works if quota is disabled 170 * bugfix: replaced storeElementByName with store to avoid bug when restoring 158 171 * Use the new row() and ids() API 159 172 * Windows user's profiles are backed up only in extended backups … … 176 189 177 190 usersandgroups: 191 * Added widget to manage group belonging from Edit User page 192 * Fixed backup/restore problem with paswords and given/last names 193 * Changed the way users are stored in LDAP, added givenName in addition to sn, now cn=givenName+sn instead of cn=uid, this fixes a incompatibility bug with eGroupware 194 * In the Edit User interface now Name and Last name are separate fields 178 195 * Added bind v2 compatibility needed by squid auth, slapd conf regenerated and daemon restarted in postinst to commit possible changes in configuration 179 196 * Added group model 180 197 * Use the new ids() and row() API to optimize the management of hundreds of users and groups 181 198 * Allow dashes "-" in user and group names 199 * Added widget to manage group belonging from Edit User page 200 * Fixed backup/restore problem with paswords and given/last names 201 * Changed the way users are stored in LDAP, added givenName in addition to sn, now cn=givenName+sn instead of cn=uid, this fixes a 202 incompatibility bug with eGroupware 203 * In the Edit User interface now Name and Last name are separate fields 204 182 205 183 206 Web Server Module: