Cleanup Mariadb SR
[slapos.git] / CHANGES.txt
1 Changes
2 =======
3
4 0.66 (2012-09-10)
5 -----------------
6
7   * Add check_page_content promise generator. [Cedric Le Ninivin]
8
9 0.65 (2012-09-07)
10 -----------------
11
12   * Add egg_test, recipe allowing to do "python setup.py test" on a list of
13     eggs. [Rafael Monnerat, Cedric de Saint Martin]
14
15 0.64.2 (2012-08.28)
16 -------------------
17
18   * Specify description on gitinit recipe. [Antoine Catton]
19
20 0.64.1 (2012-08-28)
21 -------------------
22
23   * Fix: minor fix on downloader recipe in order to allow cross-device renaming.
24     [Antoine Catton]
25
26 0.64 (2012-08-27)
27 ----------------
28
29   * Fix: remove "template" recipe which was collinding with slapos.recipe.template.
30     [Antoine Catton]
31
32 0.63 (2012-08-22)
33 ----------------
34
35   * Add the ability to run command line in shellinabox. [Antoine Catton]
36   * Add the ability to run shellinabox as root. (for LXC purpose) [Antoine Catton]
37   * Add "uuid" recipe. [Antoine Catton]
38   * Add "downloader" recipe. [Antoine Catton]
39
40 0.62 (2012-08-21)
41 -----------------
42
43   * Add "wrapper" recipe. [Antoine Catton]
44   * Add "gitinit" recipe. [Antoine Catton]
45   * librecipe.execute code clean up and factorization. [Antoine Catton]
46   * Add "template" recipe. [Antoine Catton]
47
48 0.61 (2012-08-17)
49 -----------------
50
51   * Add "debug" option for slaprunner. [Alain Takoudjou]
52
53 0.60 (2012-08-13)
54 -----------------
55
56   * New recipe: requestoptional, like "request", but won't fail if instance is
57     not ready. [Cedric de Saint Martin]
58   * Update zabbix to return strings as parameters. [Cedric de Saint Martin]
59   * Add check in check_url_promise in case of empty URL. [Cedric de Saint
60     Martin]
61   * Upgrade slaprunner recipe to be compatible with newest version. [Alain
62     Takoudjou]
63
64 0.59 (2012-07-12)
65 -----------------
66
67   * Zabbix: add temperature monitoring using custom commands.
68
69 0.58 (2012-07-06)
70 -----------------
71
72   * Agent rewrite. [Vincent Pelletier]
73
74 0.57 (2012-06-22)
75 -----------------
76
77   * Do not use system curl. [Romain Courteaud]
78
79 0.56 (2012-06-18)
80 -----------------
81
82   * Add signalwrapper, generate.mac, generate.password recipes. [Romain
83     Courteaud]
84
85 0.55 (2012-06-18)
86 -----------------
87
88   * Add slapmonitor and slapreport recipes. [Mohamadou Mbengue]
89
90 0.54.1 (2012-06-18)
91 -----------------
92
93   * Fix 0.54 release containing wrong code in request.py.
94
95 0.54 (2012-06-18)
96 -----------------
97
98   * Apache frontend: won't block sending slave informations to SlapOS Master
99     in case of problem from one slave instance.[Cedric de Saint Martin]
100   * Apache frontend will send IP informations for slaves in case slave is about
101     custom domain. [Cedric de Saint Martin]
102   * Ability to use LAMP applications without configuration. [Cedric de Saint
103     Martin]
104   * Users can specify custom domain in LAMP applications. [Cedric de Saint
105     Martin]
106
107 0.53 (2012-06-07)
108 -----------------
109
110   * Switch slaprunner into generic recipe, and add cloud9 recipe. [Cedric de
111     Saint Martin]
112
113 0.52 (2012-05-16)
114 -----------------
115
116   * Request bugfix: Correct default software_type (was: RootInstanceSoftware).
117     [Cedric de Saint Martin]
118   * Request will raise again if requested instance is not ready
119     [Romain Courteaud]
120   * Apache Frontend: assume apache is available from standard ports.
121     Consequence: url connection parameter of slave instance doesn't contain
122     port. [Cedric de Saint Martin]
123   * Apache Frontend bugfix: correctly detect slave instance type (zope).
124     [Cedric de Saint Martin]
125   * Apache Frontend: "default" slave instances are available through http
126     in addition to https. [Cedric de Saint Martin]
127   * Apache Frontend: Configuration: Add mod_deflate and set ProxyPreserveHost
128     [Cedric de Saint Martin]
129
130 0.51 (2012-05-14)
131 -----------------
132
133   * LAMP stack bugfix: Users were losing data when slapgrid is ran (Don't
134     erase htdocs if it already exist). [Cedric de Saint Martin]
135
136 0.50 (2012-05-12)
137 -----------------
138
139   * LAMP stack bugfix: fix a crash where recipe was trying to restart
140     non-existent httpd process. [Cedric de Saint Martin]
141   * LAMP stack bugfix: don't erase htdocs at update [Cedric de Saint Martin]
142   * Apache Frontend: Improve Apache configuration, inspired by Nexedi
143     production frontend. [Cedric de Saint Martin]
144   * Allow sysadmin of node to customize frontend instance.
145     [Cedric de Saint Martin]
146   * Apache Frontend: Change 'zope=true' option to 'type=zope'.
147     [Cedric de Saint Martin]
148   * Apache Frontend: listens to plain http port as well to redirect to https.
149     [Cedric de Saint Martin]
150
151 0.49 (2012-05-10)
152 -----------------
153
154   * Apache Frontend supports Zope and Varnish. [Cedric de Saint Martin]
155
156 0.48 (2012-04-26)
157 -----------------
158
159   * New utility recipe: slapos.recipe.generate_output_if_input_not_null.
160     [Cedric de Saint Martin]
161   * New promise recipe: slapos.recipe.url_available: check if url returns http
162     code 200. [Cedric de Saint Martin]
163   * Fix: slapos.recipe.request won't raise anymore if instance is not ready.
164     [Cedric de Saint Martin]
165   * Fix: slapos.recipe.request won't assume instance reference if not
166     specified. [Cedric de Saint Martin]
167
168 0.47 (2012-04-19)
169 -----------------
170
171   * Slap Test Agent [Yingjie Xu]
172
173 0.46 (2012/04/12)
174 -----------------
175
176   * xvfb and firefox initial release [Romain Courteaud]
177
178 0.45 (2012-03-29)
179 -----------------
180
181   * slaprunner: change number of available partitions to 7 [Alain Takoudjou]
182
183 0.44 (2012-03-28)
184 -----------------
185
186   * minor: apachephp: update apache configuration to work with Apache2.4
187
188 0.43 (2012-03-28)
189 -----------------
190
191   * minor: erp5: add missing .zcml files into egg. [Cedric de Saint Martin]
192
193 0.42 (2012-03-26)
194 -----------------
195
196  * erp5: Add web_checker recipe. [Tatuya Kamada]
197  * erp5: Add generic_varnish recipe. [Tatuya Kamada]
198  * erp5: Simplify erp5_update to only create the ERP5 site. [Romain Courteaud]
199  * erp5: Allow to pass CA parameters from section. [Łukasz Nowak]
200
201 0.41 (2012-03-21)
202 -----------------
203
204  * Release new "generic" version of KVM, includes frontend.
205    [Cedric de Saint Martin]
206
207 0.40.1 (2012-03-01)
208 -----------------
209
210  * Fix manifest to include files needed for apache. [Cedric de Saint Martin]
211
212 0.40 (2012-03-01)
213 -----------------
214
215  * apache_frontend initial release. [Cedric de Saint Martin]
216
217 0.39 (2012-02-20)
218 -----------------
219
220  * seleniumrunner initial release. [Cedric de Saint Martin]
221
222 0.38 (2011-12-05)
223 -----------------
224
225  * erp5: Swtich to percona, as maatkit is obsoleted. [Sebastien Robin]
226  * erp5: Improve haproxy configuration. [Sebastien Robin]
227  * erp5: Support sphinxd. [Kazuhiko Shiozaki]
228  * erp5: Improve and make logging more usual. [Sebastien Robin]
229  * erp5: Allow mysql connection from localhost. [Romain Courteaud]
230  * erp5: Allow to control Zope/Zeo cache [Arnaud Fontaine]
231  * erp5: Increase precision in logs [Julien Muchembled]
232  * erp5: Improve erp5 update [Arnaud Fontaine, Rafael Monnerat]
233
234 0.37 (2011-11-24)
235 -----------------
236
237  * KVM : allow access to several KVM instances without SSL certificate duplicate
238    problem. [Cedric de Saint Martin]
239
240 0.36 (2011-11-16)
241 -----------------
242
243  * erp5testnode : the code of testnode is not in slapos repository anymore
244
245 0.35 (2011-11-10)
246 -----------------
247
248  * KVM : Promise are now working properly. [Łukasz Nowak]
249  * KVM : Use NoVNC with automatic login. [Cedric de Saint Martin]
250  * KVM : Use websockify egg and remove numpy hack. [Cedric de Saint Martin]
251
252 0.34 (2011-11-08)
253 -----------------
254
255   * Any LAMP software can specify its own php.ini [Alain Takoudjou]
256   * LAMP : Fix bug where buildout does not has sufficient rights to update
257     application parts. [Alain Takoudjou]
258   * LAMP : Update formatting when returning list of renamed files.
259     [Alain Takoudjou]
260
261 0.33 (2011-10-31)
262 -----------------
263
264   * erp5 : use percona toolkit instead of maatkit [Sebastien Robin]
265
266 0.32 (2011-10-28)
267 -----------------
268
269   * LAMP : Recipe can now call lampconfigure from slapos.toolbox which will
270    configure PHP application instance when needed. [Alain Takoudjou Kamdem]
271
272 0.31 (2011-10-16)
273 -----------------
274
275  * Split big redundant recipes into small ones. In order to factorize the code
276    and have everything in the buildout file. [Antoine Catton, Romain Courteaud,
277    Łukasz Nowak]
278  * LAMP : Update apache and php configuration files to work with a lot of different
279    PHP software. [Alain Takoudjou Kamdem]
280  * LAMP : Recipe can launch scripts, move or remove files or directories
281    when a given condition is filled. Useful when PHP apps require you to
282    remove "admin" directory after configuration for example.
283    [Alain Takoudjou Kamdem]
284
285 0.30 (2011-10-06)
286 -----------------
287
288  * LAMP : Update apache and php configuration files to work with a lot of different
289    PHP software. [Alain Takoudjou Kamdem]
290
291 0.29 (2011-09-28)
292 -----------------
293
294  * mysql: bug fix on database recovering (avoid importing dump two times). [Antoine Catton]
295
296 0.28 (2011-09-27)
297 -----------------
298
299  * lamp.request: requesting the mariadb software release instead of itself. [Antoine Catton]
300  * lamp.request: adding support of remote backup repo (using a different
301    software type). The default remote backup is a davstorage. [Antoine Catton]
302
303 0.27 (2011-09-27)
304 -----------------
305
306  * mysql: add backup and backup recovering using different software type. [Antoine Catton]
307
308 0.26 (2011-09-27)
309 -----------------
310
311  * Davstorage: returning more explicit url (using webdav scheme). [Antoine Catton]
312  * Other mysql minor fixes. [Antoine Catton]
313
314 0.25 (2011-09-21)
315 -----------------
316
317  * mysql: Restore to default behaviour. [Antoine Catton]
318  * mysql: Use mysqldump instead of non trustable backup system. [Antoine Catton]
319
320 0.24 (2011-09-19)
321 -----------------
322
323  * mysql: Unhardcode the requested url. [Antoine Catton]
324
325 0.23 (2011-09-19)
326 -----------------
327
328  * Clean code in mysql recipe [Cedric de Saint Martin]
329  * librecipe: Provide createPromiseWrapper method. [Antoine Catton]
330  * kvm: Expose promisee checks to slapgrid. [Antoine Catton]
331  * davstorage: Initial version. [Antoine Catton]
332  * mysql: Support DAV backup. [Antoine Catton]
333
334 0.22 (2011-09-12)
335 -----------------
336
337  * Fix haproxy setup for erp5 [Sebastien Robin]
338
339 0.21 (2011-09-12)
340 -----------------
341
342  * Update PHP configuration to set session and date options.
343    [Alain Takoudjou Kamdem]
344  * Improve logrotate policy and haproxy config for erp5
345    [Sebastien Robin]
346
347 0.20 (2011-09-07)
348 -----------------
349
350  * Update and fix KVM/noVNC installation to be compatible with new WebSocket
351    protocol (HyBi-10) required by Chrome >= 14 and Firefox >= 7.
352    [Cedric de Saint Martin]
353
354 0.19 (2011-09-06)
355 -----------------
356
357  * Update PHP configuration to disable debug logging. [Cedric de Saint Martin]
358
359 0.18 (2011-08-25)
360 -----------------
361
362  * Repackage egg to include needed .bin files. [Cedric de Saint Martin]
363
364 0.17 (2011-08-25)
365 -----------------
366
367  * Add XWiki software release [Cedric de Saint Martin]
368
369 0.16 (2011-07-15)
370 -----------------
371
372  * Improve Vifib and pure ERP5 instantiation [Rafael Monnerat]
373  * Use configurator for Vifib [Rafael Monnerat]
374
375 0.15 (2011-07-13)
376 -----------------
377
378  * Encrypt connection by default. [Vivien Alger]
379
380 0.14 (2011-07-13)
381 -----------------
382
383  * Provide new way to instantiate kvm. [Cedric de Saint Martin, Vivien Alger]
384
385 0.13 (2011-07-13)
386 -----------------
387
388  * Implement generic execute_wait wrapper, which allows to wait for some files
389    to appear before starting service depending on it. [Łukasz Nowak]
390
391 0.12 (2011-07-11)
392 -----------------
393
394  * Fix slaprunner, phpmyadmin software releases, added
395    wordpress software release. [Cedric de Saint Martin]
396
397 0.11 (2011-07-07)
398 -----------------
399
400  * Enable test suite runner for vifib.
401
402 0.10 (2011-07-01)
403 -----------------
404
405  * Add PHPMyAdmin software release used in SlapOS tutorials
406  [Cedric de Saint Martin]
407  * Add slaprunner software release [Cedric de Saint Martin]
408
409
410 0.9 (2011-06-24)
411 ----------------
412
413  * mysql recipe : Changing slapos.recipe.erp5.execute to
414    slapos.recipe.librecipe.execute [Cedric de Saint Martin]
415
416 0.8 (2011-06-15)
417 ----------------
418
419  * Add MySQL and MariaDB standalone software release and recipe
420    [Cedric de Saint Martin]
421  * Fixed slapos.recipe.erp5testnode instantiation [Sebastien Robin]
422
423 0.7 (2011-06-14)
424 ----------------
425
426  * Fix slapos.recipe.erp5 package by providing site.zcml in it. [Łukasz Nowak]
427  * Improve slapos.recipe.erp5testnode partition instantiation error reporting
428    [Sebastien Robin]
429
430 0.6 (2011-06-13)
431 ----------------
432
433  * Fixed slapos.recipe.erp5 instantiation. [Łukasz Nowak]
434
435 0.5 (2011-06-13)
436 ----------------
437
438  * Implement zabbix agent instantiation. [Łukasz Nowak]
439  * Drop dependency on Zope2. [Łukasz Nowak]
440  * Share more in slapos.recipe.librecipe module. [Łukasz Nowak]
441
442 0.4 (2011-06-09)
443 ----------------
444
445  * Remove reference to slapos.tool.networkcache as it was removed from pypi. [Łukasz Nowak]
446  * Add Kumofs standalone software release and recipe [Cedric de Saint Martin]
447  * Add Memcached standalone software release and recipe [Cedric de Saint Martin]
448
449 0.3 (2011-06-09)
450 ----------------
451
452  * Moved out template and build to separate distributions [Łukasz Nowak]
453  * Depend on slapos.core instead of depracated slapos.slap [Romain Courteaud]
454  * Fix apache module configuration [Kazuhiko Shiozaki]
455  * Allow to control full environment in erp5 module [Łukasz Nowak]
456
457 0.2 (2011-05-30)
458 ----------------
459
460   * Allow to pass zope_environment in erp5 entry point [Łukasz Nowak]
461
462 0.1 (2011-05-27)
463 ----------------
464
465   * All slapos.recipe.* became slapos.cookbook:* [Łukasz Nowak]