1------
2v2.1.8
3------
4
5[mjr] Avoid error on PHP 7.3 due to use of continue.
6
7
8
9------
10v2.1.7
11------
12
13[jan] Mark PHP 7 as supported.
14
15
16------
17v2.1.6
18------
19
20[mjr] Use NULL instead of an empty string in the perms_parents field for root
21      permissions.
22
23
24------
25v2.1.5
26------
27
28[mjr] Fix issues when a value of 0 is a valid value for the permission (Bug
29      #14025).
30
31
32------
33v2.1.4
34------
35
36[jan] Fix issues with certain locales like Turkish.
37
38
39------
40v2.1.3
41------
42
43[jan] Support loading translations from Composer-installed package.
44[jan] Improve PSR-2 compatibility.
45
46
47------
48v2.1.2
49------
50
51[mms] Need to expire SQL cache for all sub-permissions when deleting a parent
52      permission.
53
54
55------
56v2.1.1
57------
58
59[jan] Fix unserialization notices in SQL driver.
60
61
62------
63v2.1.0
64------
65
66[jan] Add Horde_Perms_Permission_Kolab#getOwnerPermissions().
67
68
69------
70v2.0.3
71------
72
73[jan] Update French translation (Paul De Vlieger
74      <paul.de_vlieger@moniut.univ-bpclermont.fr>).
75
76
77------
78v2.0.2
79------
80
81[jan] Update Basque translation (Ibon Igartua <ibon.igartua@ehu.es>).
82[jan] Remove creator permission mapping from Kolab backend (Bug #11713).
83
84
85------
86v2.0.1
87------
88
89[jan] Update Dutch translation (Arjen de Korte <build+horde@de-korte.org>).
90
91
92------
93v2.0.0
94------
95
96First stable release for Horde 5.
97
98
99---------
100v2.0.0RC1
101---------
102
103[mms] Don't log permission not exists errors.
104
105
106-----------
107v2.0.0beta2
108-----------
109
110[jan] Remove optional dependency on Horde_DataTree.
111
112
113-----------
114v2.0.0beta1
115-----------
116
117First beta release for Horde 5.
118[jan] Remove DataTree driver.
119
120
121------------
122v2.0.0alpha1
123------------
124
125First alpha release for Horde 5.
126[jan] Use new Horde_Tree API.
127
128
129------
130v1.0.8
131------
132
133
134------
135v1.0.7
136------
137
138[jan] Update translations.
139
140
141------
142v1.0.6
143------
144
145[jan] Update Japanese translation (Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>).
146
147
148------
149v1.0.5
150------
151
152[jan] Don't allow to create sub permissions of non-existant parent permissions
153      (Bug #10688).
154
155
156------
157v1.0.4
158------
159
160[gwr] Accept either d or t IMAP ACL as deletion right.
161
162
163------
164v1.0.3
165------
166
167[jan] Correctly aggregate all non-guest permissions.
168
169
170------
171v1.0.2
172------
173
174[jan] Update Latvian translation.
175
176
177------
178v1.0.1
179------
180
181[jan] Fix setting cache in DataTree driver.
182
183
184------
185v1.0.0
186------
187
188First stable release for Horde 4.
189
190
191---------
192v1.0.0RC2
193---------
194
195Second release candidate for Horde 4.
196
197
198---------
199v1.0.0RC1
200---------
201
202First release candidate for Horde 4.
203
204
205-----------
206v1.0.0beta1
207-----------
208
209Remove Horde-specific functionality.
210Restructure class layout.
211
212
213------------
214v1.0.0alpha1
215------------
216
217First alpha release for Horde 4.
218
219
220------
221v0.2.0
222------
223
224Eliminated horde/Core dependency.
225Initial Horde 4 package.
226
227
228------
229v0.1.0
230------
231
232Cache permissions with Horde_Cache (duck@obala.net).
233Fixed special permissions with more than one user or group (Bug #2058).
234Added a getParent() call instead of accessing the _datatree member directly.
235      (duck@obala.net, Request #6150).
236Added beta SQL Permissions driver (duck@obala.net, Request #6150).
237Automatically expand the node of the currently open permission.
238Only show Add Permission icons if there are sub-permissions to add.
239Make sure Horde_Array is available.
240Handle and display errors if they occur in the Perms backend.
241
242
243------
244v0.0.2
245------
246
247Converted to package.xml 2.0 for pear.horde.org
248
249
250------
251v0.0.1
252------
253
254Initial release as a PEAR package
255