-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
102 lines (59 loc) · 2.4 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Version 0.9.6 - 2 Dec 2003
--------------------------
* Fixed many LDAP connection leaks.
* Lots of behind the scenes performance fixes
Version 0.9.5 - 1 Aug 2003
--------------------------
* The much requested Common Name support!
* Exceptions no longer bubble up to the user. They are trapped and sent to
an appropriate error page. Not all the error pages are very robust or nice
looking yet.
* jammCleaner will not recurse into symlinks and recusively delete. (Fix
for people using courier's shared folders.)
* Some basic access control to keep users off pages they shouldn't be at.
* Lots of misc. code cleanups.
Version 0.9.4 - 24 Oct 2002
---------------------------
* Schema changes - perl script to help update.
* jammCleaner will not archive an accounts data in a zip file before nuking
the account from the file system. Also, verbosity fixes.
* Various spelling fixes
* Updated to struts 1.1-b3 and commons-cli 1.0
Version 0.9.3 - 24 Oct 2002
---------------------------
* First version of jammCleaner
* delete flags for accounts and domains
* schema changes - perl script to help update
* all java taken out of jsp pages. Only custom tags remain.
* root's login now configurable
* active flag now works on domains
* Because of delete and active flags, you may want a LDAP filter that
looks something like:
(&(mail=%s)(objectClass=JammMailAccount)(accountActive=TRUE)(delete=FALSE))
Version 0.9.2 - 29 Aug 2002
---------------------------
* We never updated this for 0.9.2. Oh well.
Version 0.9.1 - 15 Jul 2002
---------------------------
* Better looking JSP pages....
* INSTALL doc updated with JUnit dependency
* Javadocs now build in build/doc/api
* Site/domain capabilities now honored
Version 0.9.0 - 13 Jun 2002
---------------------------
* Initial beta release.
* Improved site navagation using bread crumbs.
* Site admin screen now allows selecting of domain capabilities.
(However, the domain pages don't listen yet.)
* Catch-All administration works.
* Schema updates to add domain capabilities.
* Account checkboxes for active and admin work.
* Alias checkboxes for active and admin work.
* Now correctly handles LDAP attributes as case insensitive, but case
preserving.
* Fixes for Java JDK 1.4.0.
* [SOURCE] Upgraded to Checkstyle 2.2.
* [SOURCE] Better/Existing Javadocs.
Version 0.0.1 - 23 May 2002
---------------------------
* Initial public release (alpha stage).